]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
gethostbyname.3: tfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 16 Dec 2016 14:30:21 +0000 (15:30 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 17 Dec 2016 09:33:54 +0000 (10:33 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/gethostbyname.3

index dc281ed0854b04e6608e59437be50a3a3c00e0fc..e49c61153a274f72fece571d8811ac0ca2a1f9c1 100644 (file)
@@ -400,11 +400,11 @@ In the above table,
 in
 .I race:hostent
 signifies that if any of the functions
-.BR sethostent (3),
-.BR gethostent (3),
-.BR gethostent_r (3),
+.BR sethostent (),
+.BR gethostent (),
+.BR gethostent_r (),
 or
-.BR endhostent (3)
+.BR endhostent ()
 are used in parallel in different threads of a program,
 then data races could occur.
 .SH CONFORMING TO