summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-08-10 17:35:21 +0000
committerru <ru@FreeBSD.org>2001-08-10 17:35:21 +0000
commitf858dca3dc130c98b635d3fc8e60adf8eed7f941 (patch)
treefb8d3456824bbc5e1f38e14a7626c5362b9c29d6 /usr.sbin
parentf3e8b0f40c1621de1ee3f3f31da3fb02d9a35832 (diff)
downloadFreeBSD-src-f858dca3dc130c98b635d3fc8e60adf8eed7f941.zip
FreeBSD-src-f858dca3dc130c98b635d3fc8e60adf8eed7f941.tar.gz
mdoc(7) police: join split punctuation to macro calls.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/apm/apm.83
-rw-r--r--usr.sbin/i4b/isdnd/isdnd.813
-rw-r--r--usr.sbin/i4b/isdnd/isdnd.rc.56
-rw-r--r--usr.sbin/i4b/man/i4bipr.43
-rw-r--r--usr.sbin/mountd/exports.54
-rw-r--r--usr.sbin/ntp/doc/ntptrace.82
-rw-r--r--usr.sbin/pcvt/kcon/kcon.110
-rw-r--r--usr.sbin/pcvt/scon/scon.12
-rw-r--r--usr.sbin/prefix/prefix.84
-rw-r--r--usr.sbin/rrenumd/rrenumd.conf.54
-rw-r--r--usr.sbin/syslogd/syslog.conf.53
-rw-r--r--usr.sbin/tcpdump/tcpslice/tcpslice.14
-rw-r--r--usr.sbin/wlconfig/wlconfig.810
-rw-r--r--usr.sbin/ypserv/ypserv.84
14 files changed, 35 insertions, 37 deletions
diff --git a/usr.sbin/apm/apm.8 b/usr.sbin/apm/apm.8
index cb2647e..af20a2f 100644
--- a/usr.sbin/apm/apm.8
+++ b/usr.sbin/apm/apm.8
@@ -36,8 +36,7 @@ suspends the system by controlling APM.
The following options are available for
.Nm
(no options are available for
-.Nm zzz
-).
+.Nm zzz ) .
If no options are specified,
.Nm
displays information and current status of APM in verbose mode.
diff --git a/usr.sbin/i4b/isdnd/isdnd.8 b/usr.sbin/i4b/isdnd/isdnd.8
index eca3fef..21136bc 100644
--- a/usr.sbin/i4b/isdnd/isdnd.8
+++ b/usr.sbin/i4b/isdnd/isdnd.8
@@ -208,11 +208,14 @@ file option
.Sh INTERACTION WITH THE KERNEL
.Nm Isdnd
communicates with the kernel part of isdn4bsd by receiving status and
-event messages (
-.Xr read 2
-from device /dev/i4b ) and by transmitting commands and responses (
-.Xr ioctl 2
-from device /dev/i4b ).
+event messages
+.Xr ( read 2
+from device
+.Pa /dev/i4b )
+and by transmitting commands and responses
+.Xr ( ioctl 2
+from device
+.Pa /dev/i4b ) .
.Pp
The messages and message parameters are documented in the include
file
diff --git a/usr.sbin/i4b/isdnd/isdnd.rc.5 b/usr.sbin/i4b/isdnd/isdnd.rc.5
index 9191b01..4ede33e 100644
--- a/usr.sbin/i4b/isdnd/isdnd.rc.5
+++ b/usr.sbin/i4b/isdnd/isdnd.rc.5
@@ -156,8 +156,7 @@ This keyword is used to specify the email address of someone to notify
in case of a fatal error exit of
.Nm .
(See also keyword
-.Em mailer
-).
+.Em mailer ) .
(optional)
.It Li monitor-allowed
If this parameter is set to
@@ -259,8 +258,7 @@ This keyword is optional; if not specified the process priority of
.Nm isdnd
is not touched in any way.
( See also
-.Xr rtprio 1
-).
+.Xr rtprio 1 ) .
This keyword is only available if
.Nm
was compiled with -DUSE_RTPRIO.
diff --git a/usr.sbin/i4b/man/i4bipr.4 b/usr.sbin/i4b/man/i4bipr.4
index 25d0163..a0b3589 100644
--- a/usr.sbin/i4b/man/i4bipr.4
+++ b/usr.sbin/i4b/man/i4bipr.4
@@ -69,8 +69,7 @@ interfaces.
.Pp
The driver optionally (when compiled with the IPR_VJ option) provides Van
Jacobsen header compression, under control of the link0 and link1 options to
-.Xr ifconfig 8
-:
+.Xr ifconfig 8 :
.Pp
.Bl -tag -width 15n -offset indent -compact
.It link0
diff --git a/usr.sbin/mountd/exports.5 b/usr.sbin/mountd/exports.5
index 801be3b..98e1f24 100644
--- a/usr.sbin/mountd/exports.5
+++ b/usr.sbin/mountd/exports.5
@@ -193,8 +193,8 @@ A
.Fl index No = Sy file
.Sm on
option can be used to specify a file whose handle will be returned if
-a directory is looked up using the public filehandle (
-.Tn WebNFS ) .
+a directory is looked up using the public filehandle
+.Pq Tn WebNFS .
This is to mimic the behavior of URLs.
If no
.Fl index
diff --git a/usr.sbin/ntp/doc/ntptrace.8 b/usr.sbin/ntp/doc/ntptrace.8
index 1c489d5..c76288f 100644
--- a/usr.sbin/ntp/doc/ntptrace.8
+++ b/usr.sbin/ntp/doc/ntptrace.8
@@ -38,7 +38,7 @@ the time offset between that host and the local host
this is why it is not always zero for
.Dq localhost ) ,
the host
-synchronization distance ,
+synchronization distance,
and (only for stratum-1 servers) the reference clock ID. All times
are given in seconds.
Note that the stratum is the server hop count to the primary source,
diff --git a/usr.sbin/pcvt/kcon/kcon.1 b/usr.sbin/pcvt/kcon/kcon.1
index 6047ae0..5d8788f 100644
--- a/usr.sbin/pcvt/kcon/kcon.1
+++ b/usr.sbin/pcvt/kcon/kcon.1
@@ -82,11 +82,11 @@ Reset the Keyboard.
.It Fl s
Displays the current settings of the rate and delay values.
.It Fl t Ar +/-
-Specify this option to enable (
-.Ar +
-) or disable (
-.Ar -
-) the repetition of keys.
+Specify this option to enable
+.Pq Ar +
+or disable
+.Pq Ar -
+the repetition of keys.
.It Fl x
Switches display of control codes to hexadecimal in the listing of the current map.
To be used in conjunction with the
diff --git a/usr.sbin/pcvt/scon/scon.1 b/usr.sbin/pcvt/scon/scon.1
index ee68258..76a4c0f 100644
--- a/usr.sbin/pcvt/scon/scon.1
+++ b/usr.sbin/pcvt/scon/scon.1
@@ -182,7 +182,7 @@ screen saver.
NOTE: the
.Fl t
option is only available if screen saver support has been compiled into
-the driver !
+the driver!
.It Fl 1
Sets 132 columns mode
(only available on VGA adaptors).
diff --git a/usr.sbin/prefix/prefix.8 b/usr.sbin/prefix/prefix.8
index e22e6d0..aa4aada 100644
--- a/usr.sbin/prefix/prefix.8
+++ b/usr.sbin/prefix/prefix.8
@@ -144,8 +144,8 @@ command, as decimal bit number.
Specify the midium part of
.Ar use_prefix
just next to the starting part specified by
-.Ar use_prefix_uselen
-, as decimal bit number.
+.Ar use_prefix_uselen ,
+as decimal bit number.
Contiguous bits part in the same bit position of an existent prefix
matched with
.Ar match_prefix
diff --git a/usr.sbin/rrenumd/rrenumd.conf.5 b/usr.sbin/rrenumd/rrenumd.conf.5
index 6b7324d..e9fb46f 100644
--- a/usr.sbin/rrenumd/rrenumd.conf.5
+++ b/usr.sbin/rrenumd/rrenumd.conf.5
@@ -191,8 +191,8 @@ command, as decimal bit number.
Specify the medium part of
.Ar use-prefix-val
just next to the starting part specified by
-.Ar use-prefix-len
-, as decimal bit number.
+.Ar use-prefix-len ,
+as decimal bit number.
Contiguous bits part in the same bit position of an existent prefix
matched with
.Ar match-prefix-val
diff --git a/usr.sbin/syslogd/syslog.conf.5 b/usr.sbin/syslogd/syslog.conf.5
index 3e5ceec..2141c0a 100644
--- a/usr.sbin/syslogd/syslog.conf.5
+++ b/usr.sbin/syslogd/syslog.conf.5
@@ -71,8 +71,7 @@ Note that if you use spaces as separators, your
might be incompatible with other Unices or Unix-like systems.
This functionality was added for the ease of configuration
(e.g. it is possible to cut-and-paste into
-.Pa syslog.conf
-),
+.Pa syslog.conf ) ,
and to avoid possible mistakes.
This change however preserves
backwards compatibility with the old style of the
diff --git a/usr.sbin/tcpdump/tcpslice/tcpslice.1 b/usr.sbin/tcpdump/tcpslice/tcpslice.1
index 2b17f9f..b79c453 100644
--- a/usr.sbin/tcpdump/tcpslice/tcpslice.1
+++ b/usr.sbin/tcpdump/tcpslice/tcpslice.1
@@ -193,8 +193,8 @@ specifies the times you think it does. If one of
or
.Fl t
has been specified then the times are dumped in the corresponding
-format; otherwise, raw format (
-.Fl R )
+format; otherwise, raw format
+.Pq Fl R
is used.
.It Fl R
Dump the timestamps of the first and last packets in each input file
diff --git a/usr.sbin/wlconfig/wlconfig.8 b/usr.sbin/wlconfig/wlconfig.8
index 717b404..cfbd4b3 100644
--- a/usr.sbin/wlconfig/wlconfig.8
+++ b/usr.sbin/wlconfig/wlconfig.8
@@ -24,8 +24,8 @@ strength cache which may have been compiled into the driver.
The
.Ar ifname
parameter specifies the wavelan interface name (eg.
-.Pa wl0
-). If no other arguments are supplied, the current contents of the PSA
+.Pa wl0 ) .
+If no other arguments are supplied, the current contents of the PSA
are interpreted and displayed.
.Pp
The
@@ -91,12 +91,12 @@ will be configured, but will not function. The
program should then be used to reconfigure the card to a sensible
value.
.Sh EXAMPLES
-Set the NWID to 0x1234 :
+Set the NWID to 0x1234:
.Bd -literal -offset
# wlconfig wl0 nwid 0x1234
.Ed
.Pp
-Show the current settings :
+Show the current settings:
.Bd -literal -offset
# wlconfig wl0
Board type : ISA
@@ -122,7 +122,7 @@ CRC-16 : 0x3c26
CRC status : OK
.Ed
.Pp
-Print a scaled version of the signal strength cache :
+Print a scaled version of the signal strength cache:
.Bd -literal -offset
# wlconfig wl0 cache scale
.Ed
diff --git a/usr.sbin/ypserv/ypserv.8 b/usr.sbin/ypserv/ypserv.8
index 4dd2b10..5ed948d 100644
--- a/usr.sbin/ypserv/ypserv.8
+++ b/usr.sbin/ypserv/ypserv.8
@@ -286,8 +286,8 @@ you can easily recompile
.Nm
with them.
This allows the administrator to use the tcpwrapper
-configuration files (
-.Pa /etc/hosts.allow
+configuration files
+.Pa ( /etc/hosts.allow
and
.Pa /etc/hosts.deny )
for access control instead of
OpenPOWER on IntegriCloud