Skip to content

Commit

Permalink
Fix various mdoc issues reported by mandoc -Tlint.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrueffer committed Nov 23, 2016
1 parent fd13077 commit 2940eb1
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 19 deletions.
2 changes: 1 addition & 1 deletion share/man/man4/armv8crypto.4
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ armv8crypto_load="YES"
.Ed
.Sh DESCRIPTION
Starting with the ARMv8 architecture ARM Limited has added optional
cryptography instructions to accelerate AES, SHA-1, SHA-2, and
cryptography instructions to accelerate AES, SHA-1, SHA-2, and
finite field arithmetic.
.Pp
The processor capability is reported as AES in the Instruction Set
Expand Down
2 changes: 1 addition & 1 deletion share/man/man4/bhnd.4
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ the
.Xr bcma 4
BHND driver.
.Sh SEE ALSO
.Xr bhndb 4 ,
.Xr bcma 4 ,
.Xr bhndb 4 ,
.Xr siba 4
.Sh HISTORY
The
Expand Down
2 changes: 1 addition & 1 deletion share/man/man4/bhndb.4
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ driver supports
host bridge cores such as those used by Broadcom HND PCI,
PCMCIA, and SDIO network adapters.
.Sh SEE ALSO
.Xr bhnd 4
.Xr bhnd 4 ,
.Xr bwn 4
.Sh HISTORY
The
Expand Down
2 changes: 1 addition & 1 deletion share/man/man4/chromebook_platform.4
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Those have to be compiled into the kernel or loaded separately.
.Sh SEE ALSO
.Xr cyapa 4 ,
.Xr iicbus 4 ,
.Xr isl 4 ,
.Xr isl 4
.Sh AUTHORS
.An -nosplit
The
Expand Down
5 changes: 3 additions & 2 deletions share/man/man4/hv_vss.4
Original file line number Diff line number Diff line change
Expand Up @@ -352,9 +352,10 @@ main(int argc, char* argv[]) {
}
return 0;
}
.Ed
.Sh SEE ALSO
.Xr hv_vss_daemon 8 ,
.Xr hv_utils 4
.Xr hv_utils 4 ,
.Xr hv_vss_daemon 8
.Sh HISTORY
The daemon was introduced in October 2016 and developed by Microsoft Corp.
.Sh AUTHORS
Expand Down
2 changes: 0 additions & 2 deletions share/man/man4/mpr.4
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ Broadcom Ltd./Avago Tech (LSI) SAS 3216 (16 Port SAS)
Broadcom Ltd./Avago Tech (LSI) SAS 3224 (24 Port SAS)
.El
.Sh CONFIGURATION
.Pp
In all tunable descriptions below, X represents the adapter number.
.Pp
To disable MSI interrupts for all
Expand Down Expand Up @@ -156,7 +155,6 @@ The current number of active I/O commands is shown in the
dev.mpr.X.io_cmds_active
.Xr sysctl 8
variable.
.Ed
.Pp
To set the maximum number of pages that will be used per I/O for all adapters,
set this tunable in
Expand Down
2 changes: 0 additions & 2 deletions share/man/man4/mps.4
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ Intel Integrated RAID Module RMS25KB040
Intel Integrated RAID Module RMS25KB080
.El
.Sh CONFIGURATION
.Pp
In all tunable descriptions below, X represents the adapter number.
.Pp
To disable MSI interrupts for all
Expand Down Expand Up @@ -168,7 +167,6 @@ The current number of active I/O commands is shown in the
dev.mps.X.io_cmds_active
.Xr sysctl 8
variable.
.Ed
.Pp
To set the maximum number of pages that will be used per I/O for all adapters,
set this tunable in
Expand Down
4 changes: 2 additions & 2 deletions share/man/man4/ng_checksum.4
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ can calculate CSUM_IP_UDP|CSUM_IP_TCP.
The
.Nm
node type was implemented in
.Fx 10.2
and first submitted in
.Fx 10.2
and first submitted in
.Fx 12.0 .
.Sh AUTHORS
.An "Dmitry Vagin" Aq [email protected] .
1 change: 0 additions & 1 deletion share/man/man4/ng_mppc.4
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ and
.Dv NETGRAPH_MPPC_ENCRYPTION
are supplied to selectively compile in either or both capabilities.
At least one of these must be defined, or else this node type is useless.
.Pp
.Sh SEE ALSO
.Xr netgraph 4 ,
.Xr ng_ppp 4 ,
Expand Down
4 changes: 2 additions & 2 deletions share/man/man4/ntb_hw.4
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ The recommended configuration is NTB-to-NTB mode, split bar is enabled and
all BAR sizes are set to 20 (1 MiB).
This needs to be done on both systems.
.Sh SEE ALSO
.Xr ntb_transport 4 ,
.Xr if_ntb 4
.Xr if_ntb 4 ,
.Xr ntb_transport 4
.Sh AUTHORS
.An -nosplit
The
Expand Down
2 changes: 1 addition & 1 deletion share/man/man4/rtwn.4
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ The driver will reset the hardware.
This should not happen.
.El
.Sh SEE ALSO
.Xr hostapd 4 ,
.Xr intro 4 ,
.Xr netintro 4 ,
.Xr rtwn_pci 4 ,
Expand All @@ -209,7 +210,6 @@ This should not happen.
.Xr wlan_tkip 4 ,
.Xr wlan_wep 4 ,
.Xr wlan_xauth 4 ,
.Xr hostapd 4 ,
.Xr ifconfig 8 ,
.Xr wpa_supplicant 8
.Sh HISTORY
Expand Down
4 changes: 2 additions & 2 deletions share/man/man4/rtwn_pci.4
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The RTL8188CE is a highly integrated 802.11n adapter that combines a MAC,
a 1T1R capable baseband and an RF in a single chip.
It operates in the 2GHz spectrum only.
.Sh SEE ALSO
.Xr pci 4 ,
.Xr rtwn 4 ,
.Xr rtwnfw 4 ,
.Xr rtwn_usb 4 ,
.Xr pci 4
.Xr rtwnfw 4
2 changes: 1 addition & 1 deletion share/man/man4/rtwn_usb.4
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ based USB wireless network adapters, including:
.El
.Sh SEE ALSO
.Xr rtwn 4 ,
.Xr rtwnfw 4 ,
.Xr rtwn_pci 4 ,
.Xr rtwnfw 4 ,
.Xr usb 4
.Sh BUGS
The
Expand Down

0 comments on commit 2940eb1

Please sign in to comment.