From owner-svn-src-head@freebsd.org Wed Nov 23 18:45:18 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 720E9C51172; Wed, 23 Nov 2016 18:45:18 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 33DE3B85; Wed, 23 Nov 2016 18:45:18 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uANIjHCd084982; Wed, 23 Nov 2016 18:45:17 GMT (envelope-from brueffer@FreeBSD.org) Received: (from brueffer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANIjGNw084969; Wed, 23 Nov 2016 18:45:16 GMT (envelope-from brueffer@FreeBSD.org) Message-Id: <201611231845.uANIjGNw084969@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brueffer set sender to brueffer@FreeBSD.org using -f From: Christian Brueffer Date: Wed, 23 Nov 2016 18:45:16 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r309065 - head/share/man/man4 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Nov 2016 18:45:18 -0000 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