summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-01-16 09:08:22 +0000
committerru <ru@FreeBSD.org>2001-01-16 09:08:22 +0000
commit3d8401c62e6c5841887621dcef82c2d19dcf1153 (patch)
treef80e3bd0937d82277bf64b3d4bceff95d06394bc /lib/libc
parent081052d607543f8d7d0a33cd87104bfc5894c64f (diff)
downloadFreeBSD-src-3d8401c62e6c5841887621dcef82c2d19dcf1153.zip
FreeBSD-src-3d8401c62e6c5841887621dcef82c2d19dcf1153.tar.gz
Prepare for mdoc(7)NG.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/msgctl.32
-rw-r--r--lib/libc/gen/tcsendbreak.34
-rw-r--r--lib/libc/stdlib/malloc.34
-rw-r--r--lib/libc/sys/clock_gettime.22
-rw-r--r--lib/libc/sys/gettimeofday.22
-rw-r--r--lib/libc/sys/poll.22
-rw-r--r--lib/libc/sys/recv.22
7 files changed, 9 insertions, 9 deletions
diff --git a/lib/libc/gen/msgctl.3 b/lib/libc/gen/msgctl.3
index 20fb848..cc6cfb1 100644
--- a/lib/libc/gen/msgctl.3
+++ b/lib/libc/gen/msgctl.3
@@ -159,7 +159,7 @@ is determined by the
.Va msg_perm.mode
field in the same way as is
done with files (see
-.Xr chmod 2 ),
+.Xr chmod 2 ) ,
but the effective uid can match either the
.Va msg_perm.cuid
field or the
diff --git a/lib/libc/gen/tcsendbreak.3 b/lib/libc/gen/tcsendbreak.3
index 4d282cf..9dfcca3 100644
--- a/lib/libc/gen/tcsendbreak.3
+++ b/lib/libc/gen/tcsendbreak.3
@@ -81,14 +81,14 @@ transmitting data to the system.
(See the description of IXOFF in the
.Ql Input Modes
section of
-.Xr termios 4 ).
+.Xr termios 4 ) .
.It Fa TCION
Transmit a START character, which is intended to cause the terminal to start
transmitting data to the system.
(See the description of IXOFF in the
.Ql Input Modes
section of
-.Xr termios 4 ).
+.Xr termios 4 ) .
.El
.Pp
The
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3
index 7568229..e9e4d20 100644
--- a/lib/libc/stdlib/malloc.3
+++ b/lib/libc/stdlib/malloc.3
@@ -71,7 +71,7 @@ for storage of any type of object.
If the space is at least
.Em pagesize
bytes in length (see
-.Xr getpagesize 3 ),
+.Xr getpagesize 3 ) ,
the returned memory will be page boundary aligned as well.
If
.Fn malloc
@@ -209,7 +209,7 @@ option.
Rather than return failure for any allocation function,
display a diagnostic message on stderr and cause the program to drop
core (using
-.Xr abort 3 ).
+.Xr abort 3 ) .
This option should be set at compile time by including the following in
the source code:
.Bd -literal -offset indent
diff --git a/lib/libc/sys/clock_gettime.2 b/lib/libc/sys/clock_gettime.2
index 8b5e244..956168a 100644
--- a/lib/libc/sys/clock_gettime.2
+++ b/lib/libc/sys/clock_gettime.2
@@ -81,7 +81,7 @@ struct timespec {
.Pp
Only the super-user may set the time of day.
If the system securelevel is greater than 1 (see
-.Xr init 8 ),
+.Xr init 8 ) ,
the time may only be advanced.
This limitation is imposed to prevent a malicious super-user
from setting arbitrary time stamps on files.
diff --git a/lib/libc/sys/gettimeofday.2 b/lib/libc/sys/gettimeofday.2
index d427724..e6554cc 100644
--- a/lib/libc/sys/gettimeofday.2
+++ b/lib/libc/sys/gettimeofday.2
@@ -100,7 +100,7 @@ the appropriate part of the year.
.Pp
Only the super-user may set the time of day or time zone.
If the system is running in secure mode (see
-.Xr init 8 ),
+.Xr init 8 ) ,
the time may only be advanced.
This limitation is imposed to prevent a malicious super-user
from setting arbitrary time stamps on files.
diff --git a/lib/libc/sys/poll.2 b/lib/libc/sys/poll.2
index 0c8986f..d594bbc 100644
--- a/lib/libc/sys/poll.2
+++ b/lib/libc/sys/poll.2
@@ -147,7 +147,7 @@ file descriptor may not cause
.Fn poll
to return with an error. In cases where this would have happened in
the historical implementation (e.g. trying to poll a
-.Xr revoke 2 ed
+.Xr revoke 2 Ns ed
descriptor), this implementation instead copies the
.Fa events
bitmask to the
diff --git a/lib/libc/sys/recv.2 b/lib/libc/sys/recv.2
index e504929..88d7a4a 100644
--- a/lib/libc/sys/recv.2
+++ b/lib/libc/sys/recv.2
@@ -266,7 +266,7 @@ The socket is associated with a connection-oriented protocol
and has not been connected (see
.Xr connect 2
and
-.Xr accept 2 ).
+.Xr accept 2 ) .
.It Bq Er ENOTSOCK
The argument
.Fa s
OpenPOWER on IntegriCloud