svn commit: r297455 - head/share/man/man4
Christian Brueffer
brueffer at FreeBSD.org
Thu Mar 31 15:16:24 UTC 2016
Author: brueffer
Date: Thu Mar 31 15:16:22 2016
New Revision: 297455
URL: https://svnweb.freebsd.org/changeset/base/297455
Log:
Fix minor problems caught by mandoc -Tlint.
Modified:
head/share/man/man4/capsicum.4
head/share/man/man4/cfi.4
head/share/man/man4/lagg.4
head/share/man/man4/uart.4
Modified: head/share/man/man4/capsicum.4
==============================================================================
--- head/share/man/man4/capsicum.4 Thu Mar 31 14:48:17 2016 (r297454)
+++ head/share/man/man4/capsicum.4 Thu Mar 31 15:16:22 2016 (r297455)
@@ -105,7 +105,7 @@ associated with file descriptors; descri
.Xr write 2 ,
.Xr cap_rights_get 3 ,
.Xr casper 3 ,
-.Xr procdesc 4 ,
+.Xr procdesc 4
.Sh HISTORY
.Nm
first appeared in
Modified: head/share/man/man4/cfi.4
==============================================================================
--- head/share/man/man4/cfi.4 Thu Mar 31 14:48:17 2016 (r297454)
+++ head/share/man/man4/cfi.4 Thu Mar 31 15:16:22 2016 (r297455)
@@ -50,8 +50,8 @@ In
.Pp
In DTS file:
.Cd flash at 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 t
devices to read-only can be enabled by the
.Cd CFI_ARMEDANDDANGEROUS
kernel option.
-.El
.Sh SEE ALSO
.Xr led 4
.Sh HISTORY
Modified: head/share/man/man4/lagg.4
==============================================================================
--- head/share/man/man4/lagg.4 Thu Mar 31 14:48:17 2016 (r297454)
+++ head/share/man/man4/lagg.4 Thu Mar 31 15:16:22 2016 (r297455)
@@ -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:
Modified: head/share/man/man4/uart.4
==============================================================================
--- head/share/man/man4/uart.4 Thu Mar 31 14:48:17 2016 (r297454)
+++ head/share/man/man4/uart.4 Thu Mar 31 15:16:22 2016 (r297455)
@@ -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
More information about the svn-src-all
mailing list