s/endservent/endnetent/

This commit is contained in:
Michael Kerrisk 2005-07-04 06:54:12 +00:00
parent b97a922231
commit 88abec49a2
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ The \fBsetnetent()\fP function opens and rewinds the
file will not be closed between calls to \fBgetnetbyname()\fP and
\fBgetnetbyaddr()\fP.
.PP
The \fBendservent()\fP function closes \fI/etc/networks\fP.
The \fBendnetent()\fP function closes \fI/etc/networks\fP.
.PP
The \fInetent\fP structure is defined in \fI<netdb.h>\fP as follows:
.sp