*** empty log message ***

This commit is contained in:
ceriel 1987-02-23 11:23:46 +00:00
parent 35e75e3d55
commit f98832f587

View file

@ -1,7 +1,7 @@
.TH IDF 3ACK "March 17, 1986" .TH IDF 3ACK "March 17, 1986"
.UC .UC
.SH NAME .SH NAME
init_idf, str2idf\ \-\ a namelist module init_idf, str2idf, findidf\ \-\ a namelist module
.SH SYNOPSIS .SH SYNOPSIS
.PP .PP
.B init_idf() .B init_idf()
@ -59,7 +59,7 @@ The function
creates an entry for it if necessary. A pointer to this entry is 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, returned. If \fIcpy\fR is non-zero, a copy of the \fItag\fR is made,
otherwise the \fItag\fR itself is used. 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 .PP
.nf .nf
struct idf { 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. be changed by the user of this module.
.PP .PP
The function \fIfindidf\fP searches for the string \fItag\fP in the 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" .SH "MODULES USED"
alloc(3) alloc(3)
.SH FILES .SH FILES
~em/modules/pkg/idf_pkg.spec ~em/modules/pkg/idf_pkg.spec
.br .br
~em/modules/pkg/idf_pkg.body ~em/modules/pkg/idf_pkg.body
.SH DIAGNOSTICS
\fIstr2idf\fP returns a null pointer if there is no memory available.