aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorJoel Dahl <joel@FreeBSD.org>2012-03-26 15:18:14 +0000
committerJoel Dahl <joel@FreeBSD.org>2012-03-26 15:18:14 +0000
commitc2965cd1854b75e6a13cb4bd6759b71adc8d2a87 (patch)
treecfe37b07c91a21b11ef67e7d2af479becafb2652 /usr.sbin
parent7226ab98cf7f9f734bca6558ffbf7d24554b1a66 (diff)
downloadsrc-c2965cd1854b75e6a13cb4bd6759b71adc8d2a87.tar.gz
src-c2965cd1854b75e6a13cb4bd6759b71adc8d2a87.zip
mdoc: terminate quoted strings.
Reviewed by: brueffer
Notes
Notes: svn path=/head/; revision=233510
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/arp/arp.42
-rw-r--r--usr.sbin/bootparamd/bootparamd/bootparamd.82
-rw-r--r--usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.32
-rw-r--r--usr.sbin/bsnmpd/modules/snmp_wlan/snmp_wlan.32
-rw-r--r--usr.sbin/fdwrite/fdwrite.12
-rw-r--r--usr.sbin/fwcontrol/fwcontrol.86
-rw-r--r--usr.sbin/lpr/lpr/printcap.52
7 files changed, 9 insertions, 9 deletions
diff --git a/usr.sbin/arp/arp.4 b/usr.sbin/arp/arp.4
index 335a521247c1..d537350d0ce1 100644
--- a/usr.sbin/arp/arp.4
+++ b/usr.sbin/arp/arp.4
@@ -186,6 +186,6 @@ is set to 1, which is the system's default behaviour.
.Rs
.%A Leffler, S.J.
.%A Karels, M.J.
-.%B "Trailer Encapsulations
+.%B "Trailer Encapsulations"
.%T RFC893
.Re
diff --git a/usr.sbin/bootparamd/bootparamd/bootparamd.8 b/usr.sbin/bootparamd/bootparamd/bootparamd.8
index 6048a8f11fa1..3b49822954d5 100644
--- a/usr.sbin/bootparamd/bootparamd/bootparamd.8
+++ b/usr.sbin/bootparamd/bootparamd/bootparamd.8
@@ -58,7 +58,7 @@ The SunOS kernel hangs until it receives a reply.
To accommodate this behaviour add an alias address
that responds to an all-0 broadcast.
So, add something like
-.Ql "ifconfig xl0 192.168.200.254 netmask 255.255.255.255 broadcast 192.168.200.0 alias
+.Ql "ifconfig xl0 192.168.200.254 netmask 255.255.255.255 broadcast 192.168.200.0 alias"
on the relevant network interface on your
.Nm
server.
diff --git a/usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.3 b/usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.3
index 23a8bfe67b66..a315938c8050 100644
--- a/usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.3
+++ b/usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.3
@@ -65,7 +65,7 @@
.Nm ng_node_name ,
.Nm ng_node_type ,
.Nm ng_peer_hook_id
-.Nd "netgraph module for snmpd.
+.Nd "netgraph module for snmpd"
.Sh LIBRARY
.Pq begemotSnmpdModulePath."netgraph" = "/usr/lib/snmp_netgraph.so"
.Sh SYNOPSIS
diff --git a/usr.sbin/bsnmpd/modules/snmp_wlan/snmp_wlan.3 b/usr.sbin/bsnmpd/modules/snmp_wlan/snmp_wlan.3
index 20256f01378d..069d2948413d 100644
--- a/usr.sbin/bsnmpd/modules/snmp_wlan/snmp_wlan.3
+++ b/usr.sbin/bsnmpd/modules/snmp_wlan/snmp_wlan.3
@@ -33,7 +33,7 @@
.Os
.Sh NAME
.Nm snmp_wlan
-.Nd "wireless networking module for
+.Nd "wireless networking module for"
.Xr bsnmpd 1
.Sh LIBRARY
.Pq begemotSnmpdModulePath."wlan" = "/usr/lib/snmp_wlan.so"
diff --git a/usr.sbin/fdwrite/fdwrite.1 b/usr.sbin/fdwrite/fdwrite.1
index e8473983bffc..1c231a19bcdd 100644
--- a/usr.sbin/fdwrite/fdwrite.1
+++ b/usr.sbin/fdwrite/fdwrite.1
@@ -87,7 +87,7 @@ utility
was planned as a tool to make life easier when writing a set of floppies,
one such use could be to write a tar-archive:
.Pp
-.Dl "tar cf - . | gzip -9 | fdwrite -d /dev/fd0.1720 -v
+.Dl tar cf - . | gzip -9 | fdwrite -d /dev/fd0.1720 -v
.Pp
The main difference from using
.Xr tar 1 Ns 's
diff --git a/usr.sbin/fwcontrol/fwcontrol.8 b/usr.sbin/fwcontrol/fwcontrol.8
index f3a83b71d661..4d67b3a00030 100644
--- a/usr.sbin/fwcontrol/fwcontrol.8
+++ b/usr.sbin/fwcontrol/fwcontrol.8
@@ -171,7 +171,7 @@ For PAL, replace
with
.Dq Li bs=144000 .
.Pp
-.Dl "fwcontrol -R file.m2t
+.Dl "fwcontrol -R file.m2t"
.Pp
Receive an MPEG TS stream from a camera producing MPEG transport stream.
This has been tested with SONY HDR-FX1E camera that produces HD MPEG-2
@@ -179,7 +179,7 @@ stream at 25 Mbps bandwidth.
.Pp
To send the stream from the camera over the network using TCP (which
surprisingly works better with vlc), you can use
-.Dl "fwcontrol -R - | nc 192.168.10.11 9000
+.Dl "fwcontrol -R - | nc 192.168.10.11 9000"
with
.Nm netcat
from ports and to receive the stream, use
@@ -190,7 +190,7 @@ To netcast via UDP, you need to use
program from ports, since vlc is not fast enough to read UDP packets from
buffers and thus it experiences dropouts when run directly.
The sending side can use
-.Dl "fwcontrol -R - | nc 192.168.10.11 9000
+.Dl "fwcontrol -R - | nc 192.168.10.11 9000"
and to receive the stream, use
.Dl nc -l -u -p 9000 | buffer -s 10k -b 1000 -m 20m -p 5 | vlc -
.Pp
diff --git a/usr.sbin/lpr/lpr/printcap.5 b/usr.sbin/lpr/lpr/printcap.5
index 60e5520fd2c1..7076b5f27ca9 100644
--- a/usr.sbin/lpr/lpr/printcap.5
+++ b/usr.sbin/lpr/lpr/printcap.5
@@ -72,7 +72,7 @@ Refer to
.Xr termcap 5
for a description of the file layout.
.Bl -column Namexxx Typexx "/var/spool/lpdxxxxx"
-.Sy "Name Type Default Description
+.Sy "Name Type Default Description"
.It "af str" Ta Dv NULL Ta No "name of accounting file"
.It "br num none if lp is a tty, set the baud rate"
.Xr ( ioctl 2