aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
Diffstat (limited to 'man3')
-rw-r--r--man3/gethostbyname.32
-rw-r--r--man3/getmntent.32
2 files changed, 2 insertions, 2 deletions
diff --git a/man3/gethostbyname.3 b/man3/gethostbyname.3
index 492e22d692..b467e92d93 100644
--- a/man3/gethostbyname.3
+++ b/man3/gethostbyname.3
@@ -377,7 +377,7 @@ signifies that if any of the functions
.BR gethostent (),
.BR gethostent_r (),
or
-.BR endhostent ()
+.BR \%endhostent ()
are used in parallel in different threads of a program,
then data races could occur.
.SH STANDARDS
diff --git a/man3/getmntent.3 b/man3/getmntent.3
index 5c0cfde0a9..37e7225bd3 100644
--- a/man3/getmntent.3
+++ b/man3/getmntent.3
@@ -249,7 +249,7 @@ Under System V
.I /etc/mnttab
is used.
4.4BSD and Digital UNIX have a routine
-.BR getmntinfo (),
+.BR \%getmntinfo (),
a wrapper around the system call
.BR getfsstat ().
.SH SEE ALSO