summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2015-08-12 10:34:05 +0000
committerbrueffer <brueffer@FreeBSD.org>2015-08-12 10:34:05 +0000
commit2dc82f9774d47d886089f594c050b7c14b47dbf2 (patch)
tree8a309b0d2e9b89af9c46e84d5ee3cef17836f5df
parent897bebb89d576a4769b1b67f7529a5eb5d1bb0ad (diff)
downloadFreeBSD-src-2dc82f9774d47d886089f594c050b7c14b47dbf2.zip
FreeBSD-src-2dc82f9774d47d886089f594c050b7c14b47dbf2.tar.gz
Fix a few mandoc warnings.
MFC after: 1 week
-rw-r--r--sbin/camcontrol/camcontrol.81
-rw-r--r--sbin/reboot/nextboot.81
-rw-r--r--usr.bin/mkimg/mkimg.13
-rw-r--r--usr.sbin/pwd_mkdb/pwd_mkdb.81
-rw-r--r--usr.sbin/sysrc/sysrc.82
-rw-r--r--usr.sbin/wake/wake.82
6 files changed, 3 insertions, 7 deletions
diff --git a/sbin/camcontrol/camcontrol.8 b/sbin/camcontrol/camcontrol.8
index b9bb248..289baa1 100644
--- a/sbin/camcontrol/camcontrol.8
+++ b/sbin/camcontrol/camcontrol.8
@@ -2183,7 +2183,6 @@ current initiator will be unregistered from the target.
The reservation will be moved to relative target port 2 on the target
device.
The registration will persist across power losses.
-.Pp
.Bd -literal -offset indent
camcontrol attrib sa0 -v -i attr_values -p 1
.Ed
diff --git a/sbin/reboot/nextboot.8 b/sbin/reboot/nextboot.8
index 14573e2..df46a0c 100644
--- a/sbin/reboot/nextboot.8
+++ b/sbin/reboot/nextboot.8
@@ -135,4 +135,3 @@ If it scrambles your file system, do not blame me.
is only able to read ZFS, not write to it.
.Pa nextboot.conf
will NOT be reset in case of a kernel boot failure.
-
diff --git a/usr.bin/mkimg/mkimg.1 b/usr.bin/mkimg/mkimg.1
index b982791..1fecdd2 100644
--- a/usr.bin/mkimg/mkimg.1
+++ b/usr.bin/mkimg/mkimg.1
@@ -327,4 +327,5 @@ utility first appeared in
.Sh AUTHORS
The
.Nm
-utility and manpage were written by Marcel Moolenaar <marcelm@juniper.net>
+utility and manpage were written by
+.An Marcel Moolenaar Aq Mt marcelm@juniper.net .
diff --git a/usr.sbin/pwd_mkdb/pwd_mkdb.8 b/usr.sbin/pwd_mkdb/pwd_mkdb.8
index 9af5ea9..b8378b8 100644
--- a/usr.sbin/pwd_mkdb/pwd_mkdb.8
+++ b/usr.sbin/pwd_mkdb/pwd_mkdb.8
@@ -132,7 +132,6 @@ The legacy format entries are endianness dependent.
.Pp
The following options may be specified and will affect the
generation of legacy entries.
-.Pp
.Bl -tag -width flag
.It Fl B
Store data in big-endian format.
diff --git a/usr.sbin/sysrc/sysrc.8 b/usr.sbin/sysrc/sysrc.8
index 1bd761a..e5c4217 100644
--- a/usr.sbin/sysrc/sysrc.8
+++ b/usr.sbin/sysrc/sysrc.8
@@ -223,7 +223,6 @@ For example, the above and below statements are equivalent since
.Dq gif0
starts with an alpha-numeric character
.Pq the letter Li g :
-.Pp
.Bl -tag -width indent+
.It \
.Nm
@@ -278,7 +277,6 @@ For example, the above and below statements are equivalent since
.Dq gif0
starts with an alpha-numeric character
.Pq the letter Li g :
-.Pp
.Bl -tag -width indent+
.It \
.Nm
diff --git a/usr.sbin/wake/wake.8 b/usr.sbin/wake/wake.8
index 4abd607..e08acbc 100644
--- a/usr.sbin/wake/wake.8
+++ b/usr.sbin/wake/wake.8
@@ -65,4 +65,4 @@ Ethernet host name data base.
.Sh AUTHORS
.Nm
was written by
-.Ar Marc Balmer Aq Mt marc@msys.ch .
+.An Marc Balmer Aq Mt marc@msys.ch .
OpenPOWER on IntegriCloud