summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
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 20fb84803a89..cc6cfb112485 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 4d282cf4adfd..9dfcca34ce67 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 75682295655b..e9e4d2026c56 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 8b5e2443c6ba..956168a8ddf4 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 d42772488fba..e6554cc211ce 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 0c8986f88b33..d594bbce6a72 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 e504929fbb18..88d7a4a3e2de 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 80fb156d12c0..25c0a6f5d215 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 3829bf9cbd22..612b9ae2001e 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 fac5f436bf67..b624b3c80ca8 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 6712947a63b3..b579bf588422 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