From 1d8868777c957a241510dcb90c2acc2b8d4b6d68 Mon Sep 17 00:00:00 2001 From: brueffer Date: Thu, 31 Mar 2016 15:16:22 +0000 Subject: Fix minor problems caught by mandoc -Tlint. --- share/man/man4/capsicum.4 | 2 +- share/man/man4/cfi.4 | 5 ++--- share/man/man4/lagg.4 | 2 +- share/man/man4/uart.4 | 2 +- 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 -- cgit v1.1