Date: Wed, 23 Nov 2016 18:45:16 +0000 (UTC) From: Christian Brueffer <brueffer@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r309065 - head/share/man/man4 Message-ID: <201611231845.uANIjGNw084969@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brueffer Date: Wed Nov 23 18:45:15 2016 New Revision: 309065 URL: https://svnweb.freebsd.org/changeset/base/309065 Log: Fix various mdoc issues reported by mandoc -Tlint. Modified: head/share/man/man4/armv8crypto.4 head/share/man/man4/bhnd.4 head/share/man/man4/bhndb.4 head/share/man/man4/chromebook_platform.4 head/share/man/man4/hv_vss.4 head/share/man/man4/mpr.4 head/share/man/man4/mps.4 head/share/man/man4/ng_checksum.4 head/share/man/man4/ng_mppc.4 head/share/man/man4/ntb_hw.4 head/share/man/man4/rtwn.4 head/share/man/man4/rtwn_pci.4 head/share/man/man4/rtwn_usb.4 Modified: head/share/man/man4/armv8crypto.4 ============================================================================== --- head/share/man/man4/armv8crypto.4 Wed Nov 23 18:31:34 2016 (r309064) +++ head/share/man/man4/armv8crypto.4 Wed Nov 23 18:45:15 2016 (r309065) @@ -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 Modified: head/share/man/man4/bhnd.4 ============================================================================== --- head/share/man/man4/bhnd.4 Wed Nov 23 18:31:34 2016 (r309064) +++ head/share/man/man4/bhnd.4 Wed Nov 23 18:45:15 2016 (r309065) @@ -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 Modified: head/share/man/man4/bhndb.4 ============================================================================== --- head/share/man/man4/bhndb.4 Wed Nov 23 18:31:34 2016 (r309064) +++ head/share/man/man4/bhndb.4 Wed Nov 23 18:45:15 2016 (r309065) @@ -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 Modified: head/share/man/man4/chromebook_platform.4 ============================================================================== --- head/share/man/man4/chromebook_platform.4 Wed Nov 23 18:31:34 2016 (r309064) +++ head/share/man/man4/chromebook_platform.4 Wed Nov 23 18:45:15 2016 (r309065) @@ -59,7 +59,7 @@ Those have to be compiled into the kerne .Sh SEE ALSO .Xr cyapa 4 , .Xr iicbus 4 , -.Xr isl 4 , +.Xr isl 4 .Sh AUTHORS .An -nosplit The Modified: head/share/man/man4/hv_vss.4 ============================================================================== --- head/share/man/man4/hv_vss.4 Wed Nov 23 18:31:34 2016 (r309064) +++ head/share/man/man4/hv_vss.4 Wed Nov 23 18:45:15 2016 (r309065) @@ -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 Modified: head/share/man/man4/mpr.4 ============================================================================== --- head/share/man/man4/mpr.4 Wed Nov 23 18:31:34 2016 (r309064) +++ head/share/man/man4/mpr.4 Wed Nov 23 18:45:15 2016 (r309065) @@ -83,7 +83,6 @@ Broadcom Ltd./Avago Tech (LSI) SAS 3216 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 @@ -156,7 +155,6 @@ The current number of active I/O command 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 Modified: head/share/man/man4/mps.4 ============================================================================== --- head/share/man/man4/mps.4 Wed Nov 23 18:31:34 2016 (r309064) +++ head/share/man/man4/mps.4 Wed Nov 23 18:45:15 2016 (r309065) @@ -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 @@ -168,7 +167,6 @@ The current number of active I/O command 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 Modified: head/share/man/man4/ng_checksum.4 ============================================================================== --- head/share/man/man4/ng_checksum.4 Wed Nov 23 18:31:34 2016 (r309064) +++ head/share/man/man4/ng_checksum.4 Wed Nov 23 18:45:15 2016 (r309065) @@ -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 daemon.hammer@ya.ru . Modified: head/share/man/man4/ng_mppc.4 ============================================================================== --- head/share/man/man4/ng_mppc.4 Wed Nov 23 18:31:34 2016 (r309064) +++ head/share/man/man4/ng_mppc.4 Wed Nov 23 18:45:15 2016 (r309065) @@ -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 , Modified: head/share/man/man4/ntb_hw.4 ============================================================================== --- head/share/man/man4/ntb_hw.4 Wed Nov 23 18:31:34 2016 (r309064) +++ head/share/man/man4/ntb_hw.4 Wed Nov 23 18:45:15 2016 (r309065) @@ -92,8 +92,8 @@ The recommended configuration is NTB-to- 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 Modified: head/share/man/man4/rtwn.4 ============================================================================== --- head/share/man/man4/rtwn.4 Wed Nov 23 18:31:34 2016 (r309064) +++ head/share/man/man4/rtwn.4 Wed Nov 23 18:45:15 2016 (r309065) @@ -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 , @@ -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 Modified: head/share/man/man4/rtwn_pci.4 ============================================================================== --- head/share/man/man4/rtwn_pci.4 Wed Nov 23 18:31:34 2016 (r309064) +++ head/share/man/man4/rtwn_pci.4 Wed Nov 23 18:45:15 2016 (r309065) @@ -54,7 +54,7 @@ The RTL8188CE is a highly integrated 802 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 Modified: head/share/man/man4/rtwn_usb.4 ============================================================================== --- head/share/man/man4/rtwn_usb.4 Wed Nov 23 18:31:34 2016 (r309064) +++ head/share/man/man4/rtwn_usb.4 Wed Nov 23 18:45:15 2016 (r309065) @@ -98,8 +98,8 @@ based USB wireless network adapters, inc .El .Sh SEE ALSO .Xr rtwn 4 , -.Xr rtwnfw 4 , .Xr rtwn_pci 4 , +.Xr rtwnfw 4 , .Xr usb 4 .Sh BUGS The
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611231845.uANIjGNw084969>