Fix misnamed function references.

This commit is contained in:
Michael Kerrisk 2007-07-08 14:44:33 +00:00
parent cd74b42847
commit 7ab4f0aa8d
1 changed files with 2 additions and 2 deletions

View File

@ -171,8 +171,8 @@ A routine
was introduced in HP-UX 10, but it returns an int.
The prototype shown above is glibc-only.
LSB deprecates the functions
.BR endhostent (),
.BR sethostent ()
.BR endmntent (),
.BR setmntent ()
and
.BR setmntent ().
.SH NOTES