summaryrefslogtreecommitdiffstats
path: root/lib
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
parent081052d607543f8d7d0a33cd87104bfc5894c64f (diff)
downloadFreeBSD-src-3d8401c62e6c5841887621dcef82c2d19dcf1153.zip
FreeBSD-src-3d8401c62e6c5841887621dcef82c2d19dcf1153.tar.gz
Prepare for mdoc(7)NG.
Diffstat (limited to 'lib')
-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
-rw-r--r--lib/libedit/editrc.54
-rw-r--r--lib/libfetch/fetch.32
-rw-r--r--lib/libkvm/kvm_open.32
-rw-r--r--lib/libutil/login.conf.52
11 files changed, 14 insertions, 14 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
diff --git a/lib/libedit/editrc.5 b/lib/libedit/editrc.5
index 80fb156..25c0a6f 100644
--- a/lib/libedit/editrc.5
+++ b/lib/libedit/editrc.5
@@ -120,7 +120,7 @@ Options include:
Bind all keys to the standard GNU Emacs-like bindings.
.It Fl v
Bind all keys to the standard
-.Xr vi 1 -like
+.Xr vi 1 Ns -like
bindings.
.It Fl a
List or change key bindings in the
@@ -223,7 +223,7 @@ causes messages to be verbose.
List the history.
.It Ic telltc
List the values of all the terminal capabilities (see
-.Xr termcap 5 ).
+.Xr termcap 5 ) .
.It Ic settc Ar cap Ar val
Set the terminal capability
.Ar cap
diff --git a/lib/libfetch/fetch.3 b/lib/libfetch/fetch.3
index 3829bf9..612b9ae 100644
--- a/lib/libfetch/fetch.3
+++ b/lib/libfetch/fetch.3
@@ -319,7 +319,7 @@ If the
.Fa h
(high) flag is specified, data sockets will be allocated in the high
port range (see
-.Xr ip 4 ).
+.Xr ip 4 ) .
.Pp
If the
.Fa d
diff --git a/lib/libkvm/kvm_open.3 b/lib/libkvm/kvm_open.3
index fac5f43..b624b3c 100644
--- a/lib/libkvm/kvm_open.3
+++ b/lib/libkvm/kvm_open.3
@@ -137,7 +137,7 @@ Instead, the application obtains the error message
corresponding to the most recent kvm library call using
.Fn kvm_geterr
(see
-.Xr kvm_geterr 3 ).
+.Xr kvm_geterr 3 ) .
The results are undefined if the most recent kvm call did not produce
an error.
Since
diff --git a/lib/libutil/login.conf.5 b/lib/libutil/login.conf.5
index 6712947..b579bf5 100644
--- a/lib/libutil/login.conf.5
+++ b/lib/libutil/login.conf.5
@@ -166,7 +166,7 @@ notation may be used.
.Pp
These resource limit entries actually specify both the maximum
and current limits (see
-.Xr getrlimit 2 ).
+.Xr getrlimit 2 ) .
The current (soft) limit is the one normally used, although the user is permitted
to increase the current limit to the maximum (hard) limit.
The maximum and current limits may be specified individually by appending a
OpenPOWER on IntegriCloud