summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2016-03-31 15:16:22 +0000
committerbrueffer <brueffer@FreeBSD.org>2016-03-31 15:16:22 +0000
commit1d8868777c957a241510dcb90c2acc2b8d4b6d68 (patch)
tree169d206edb701dcbaab67e392366cff2bb1960ca
parentc473d9aeb77866f326f9893567035bc3d61d8038 (diff)
downloadFreeBSD-src-1d8868777c957a241510dcb90c2acc2b8d4b6d68.zip
FreeBSD-src-1d8868777c957a241510dcb90c2acc2b8d4b6d68.tar.gz
Fix minor problems caught by mandoc -Tlint.
-rw-r--r--share/man/man4/capsicum.42
-rw-r--r--share/man/man4/cfi.45
-rw-r--r--share/man/man4/lagg.42
-rw-r--r--share/man/man4/uart.42
4 files changed, 5 insertions, 6 deletions
diff --git a/share/man/man4/capsicum.4 b/share/man/man4/capsicum.4
index afdf586..aa1568e 100644
--- a/share/man/man4/capsicum.4
+++ b/share/man/man4/capsicum.4
@@ -105,7 +105,7 @@ associated with file descriptors; described in greater detail in
.Xr write 2 ,
.Xr cap_rights_get 3 ,
.Xr casper 3 ,
-.Xr procdesc 4 ,
+.Xr procdesc 4
.Sh HISTORY
.Nm
first appeared in
diff --git a/share/man/man4/cfi.4 b/share/man/man4/cfi.4
index c5a9703..7dee561 100644
--- a/share/man/man4/cfi.4
+++ b/share/man/man4/cfi.4
@@ -50,8 +50,8 @@ In
.Pp
In DTS file:
.Cd flash@74000000 {
-.Cd " compatible =" Qo cfi-flash Qc ;
-.Cd " reg = <0x74000000 0x4000000>;"
+.Cd " compatible =" Qo cfi-flash Qc ;
+.Cd " reg = <0x74000000 0x4000000>;"
.Cd };
.Sh DESCRIPTION
The
@@ -72,7 +72,6 @@ Additional support for write-once bits to switch part of Intel StrataFlash
devices to read-only can be enabled by the
.Cd CFI_ARMEDANDDANGEROUS
kernel option.
-.El
.Sh SEE ALSO
.Xr led 4
.Sh HISTORY
diff --git a/share/man/man4/lagg.4 b/share/man/man4/lagg.4
index c1a1bef..71f9221 100644
--- a/share/man/man4/lagg.4
+++ b/share/man/man4/lagg.4
@@ -166,7 +166,7 @@ Gigabit Ethernet interfaces:
192.168.1.1 netmask 255.255.255.0
.Ed
.Pp
-Create a link aggregation using ROUNDROBIN with two
+Create a link aggregation using ROUNDROBIN with two
.Xr bge 4
Gigabit Ethernet interfaces and set the limit of 500 packets
per interface:
diff --git a/share/man/man4/uart.4 b/share/man/man4/uart.4
index 811deb9..cbf8e08 100644
--- a/share/man/man4/uart.4
+++ b/share/man/man4/uart.4
@@ -188,7 +188,7 @@ Capture pulses on the CTS line.
Capture pulses on the DCD line.
.El
.Pp
-The following values may be ORed with the capture mode to configure
+The following values may be ORed with the capture mode to configure
capture processing options:
.Bl -tag -compact -offset "mmmm" -width "mmmm"
.It 0x10
OpenPOWER on IntegriCloud