On Fri, Jan 25, 2013 at 9:13 PM, David Prévot <taffit@xxxxxxxxxx> wrote: > Le 15/01/2013 15:46, > bugzilla-daemon@xxxxxxxxxxxxxxxxxxx a écrit : >> https://bugzilla.kernel.org/show_bug.cgi?id=52741 > >> --- Comment #1 from Michael Kerrisk <mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@xxxxxxxxxxxxxxxx> 2013-01-15 19:46:01 --- >> Thkanks for the report Peter. >> >> So, it seems here were a confused references in both getnameinfo() and >> getaddrinfo(). I applied the following patch. >> >> --- a/man3/getaddrinfo.3 >> +++ b/man3/getaddrinfo.3 >> @@ -91,7 +91,7 @@ function combines the functionality provided by the >> .\" .BR getipnodebyaddr (3), >> .BR getservbyname (3) >> and >> -.BR getservbyport (3) >> +.BR getservbyname (3) > > That change doesn't seem right (duplicating the getservbyname(3) reference). Thanks, David. It should of course have been "gethostbyname(3) and getservbyname(3)". Fixed now. Cheers, Michael -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Author of "The Linux Programming Interface"; http://man7.org/tlpi/ -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html