This commit is contained in:
Michael Kerrisk 2007-12-07 19:55:54 +00:00
parent e39138d190
commit 768cfd1d6f
1 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,8 @@ gethostent_r \- get network host entry
.BI "struct hostent *gethostbyname(const char *" name );
.sp
.BR "#include <sys/socket.h>" " /* for AF_INET */"
.BI "struct hostent *gethostbyaddr(const void *" addr \
", socklen_t " len ", int " type );
.BI "struct hostent *gethostbyaddr(const void *" addr ,
.BI " socklen_t " len ", int " type );
.sp
.BI "void sethostent(int " stayopen );
.sp