POSIX.1-2008 removes the specifications of gethostbyname(),

gethostbyaddr(), and h_errno.
This commit is contained in:
Michael Kerrisk 2008-08-06 12:18:31 +00:00
parent 676ed7e83d
commit 381c50fd4c
1 changed files with 6 additions and 3 deletions

View File

@ -33,7 +33,7 @@
.\" Modified 2002-08-05, Michael Kerrisk
.\" Modified 2004-10-31, Andries Brouwer
.\"
.TH GETHOSTBYNAME 3 2008-06-19 "" "Linux Programmer's Manual"
.TH GETHOSTBYNAME 3 2008-08-06 "" "Linux Programmer's Manual"
.SH NAME
gethostbyname, gethostbyaddr, sethostent, gethostent, endhostent,
h_errno,
@ -288,8 +288,11 @@ POSIX.1-2001 specifies
.BR gethostent (),
and
.IR h_errno .
.\" FIXME . SUSv4 removes the specs for gethostbyname(),
.\" gethostbyaddr(), and h_errno.
POSIX.1-2008 removes the specifications of
.BR gethostbyname (),
.BR gethostbyaddr (),
and
.IR h_errno .
.SH NOTES
The functions
.BR gethostbyname ()