From f98832f587b76bc50f4bd07a0dc2b08200e6b52d Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 23 Feb 1987 11:23:46 +0000 Subject: [PATCH] *** empty log message *** --- modules/src/idf/idf.3 | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/modules/src/idf/idf.3 b/modules/src/idf/idf.3 index eb2ff5fba..52afdc739 100644 --- a/modules/src/idf/idf.3 +++ b/modules/src/idf/idf.3 @@ -1,7 +1,7 @@ .TH IDF 3ACK "March 17, 1986" .UC .SH NAME -init_idf, str2idf\ \-\ a namelist module +init_idf, str2idf, findidf\ \-\ a namelist module .SH SYNOPSIS .PP .B init_idf() @@ -59,7 +59,7 @@ The function creates an entry for it if necessary. A pointer to this entry is returned. If \fIcpy\fR is non-zero, a copy of the \fItag\fR is made, otherwise the \fItag\fR itself is used. -The entry has the following structure, defined in \fIinp_pkg.spec\fR: +The entry has the following structure, defined in \fIidf_pkg.spec\fR: .PP .nf struct idf { @@ -77,12 +77,10 @@ The field \fInext\fR is used for internal information and must not be changed by the user of this module. .PP The function \fIfindidf\fP searches for the string \fItag\fP in the -namelist, but returns 0 when it is'nt present. +namelist, but returns 0 when it is not present. .SH "MODULES USED" alloc(3) .SH FILES ~em/modules/pkg/idf_pkg.spec .br ~em/modules/pkg/idf_pkg.body -.SH DIAGNOSTICS -\fIstr2idf\fP returns a null pointer if there is no memory available. -- 2.34.1