Remove references to getipnodebyname.3 and getipnodebyaddr.3.

This commit is contained in:
Michael Kerrisk 2007-10-14 18:20:32 +00:00
parent 881f6c4ae6
commit 823ecd0cc0
1 changed files with 5 additions and 5 deletions

View File

@ -48,9 +48,9 @@ getaddrinfo, freeaddrinfo, gai_strerror \- network address and service translati
The
.BR getaddrinfo (3)
function combines the functionality provided by the
.BR getipnodebyname (3),
.BR getipnodebyaddr (3),
.BR getservbyname (3),
.\" .BR getipnodebyname (3),
.\" .BR getipnodebyaddr (3),
.BR getservbyname (3)
and
.BR getservbyport (3)
functions into a single interface.
@ -650,6 +650,6 @@ main(int argc, char *argv[])
.fi
.in
.SH "SEE ALSO"
.BR getipnodebyaddr (3),
.BR getipnodebyname (3)
.\" .BR getipnodebyaddr (3),
.\" .BR getipnodebyname (3)
.BR getnameinfo (3),