aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/clock_gettime.22
-rw-r--r--lib/libc/sys/mlock.22
-rw-r--r--lib/libc/sys/send.22
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/clock_gettime.2 b/lib/libc/sys/clock_gettime.2
index e392954e56b89..57375608e2f17 100644
--- a/lib/libc/sys/clock_gettime.2
+++ b/lib/libc/sys/clock_gettime.2
@@ -121,6 +121,6 @@ A user other than the super-user attempted to set the time.
.Sh STANDARDS
The
.Fn clock_gettime ,
-etc.
+etc.\&
functions conform to
.St -p1003.1b-93 .
diff --git a/lib/libc/sys/mlock.2 b/lib/libc/sys/mlock.2
index 4f141e3b3c901..ba2bbb1976d5d 100644
--- a/lib/libc/sys/mlock.2
+++ b/lib/libc/sys/mlock.2
@@ -152,7 +152,7 @@ Unlike The Sun implementation, multiple
.Fn mlock
calls on the same address range require the corresponding number of
.Fn munlock
-calls to actually unlock the pages, i.e.
+calls to actually unlock the pages, i.e.\&
.Fn mlock
nests.
This should be considered a consequence of the implementation
diff --git a/lib/libc/sys/send.2 b/lib/libc/sys/send.2
index 9044679f345fb..8ec9476ee32d9 100644
--- a/lib/libc/sys/send.2
+++ b/lib/libc/sys/send.2
@@ -108,7 +108,7 @@ The flag
.Dv MSG_OOB
is used to send
.Dq out-of-band
-data on sockets that support this notion (e.g.
+data on sockets that support this notion (e.g.\&
.Dv SOCK_STREAM ) ;
the underlying protocol must also support
.Dq out-of-band