From owner-svn-src-all@freebsd.org Tue Sep 22 21:13:31 2020 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 151B43F743F; Tue, 22 Sep 2020 21:13:31 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BwvDV6mCGz4f1J; Tue, 22 Sep 2020 21:13:30 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CB493259A5; Tue, 22 Sep 2020 21:13:30 +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 08MLDUiV009601; Tue, 22 Sep 2020 21:13:30 GMT (envelope-from brueffer@FreeBSD.org) Received: (from brueffer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08MLDQs6009580; Tue, 22 Sep 2020 21:13:26 GMT (envelope-from brueffer@FreeBSD.org) Message-Id: <202009222113.08MLDQs6009580@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brueffer set sender to brueffer@FreeBSD.org using -f From: Christian Brueffer Date: Tue, 22 Sep 2020 21:13:26 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r366012 - head/share/man/man4 X-SVN-Group: head X-SVN-Commit-Author: brueffer X-SVN-Commit-Paths: head/share/man/man4 X-SVN-Commit-Revision: 366012 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2020 21:13:31 -0000 Author: brueffer Date: Tue Sep 22 21:13:26 2020 New Revision: 366012 URL: https://svnweb.freebsd.org/changeset/base/366012 Log: Fix a bunch of mdoc issues found by mandoc -Tlint. Modified: head/share/man/man4/cc_newreno.4 head/share/man/man4/ddb.4 head/share/man/man4/ena.4 head/share/man/man4/fdc.4 head/share/man/man4/gpioiic.4 head/share/man/man4/iicmux.4 head/share/man/man4/itwd.4 head/share/man/man4/linux.4 head/share/man/man4/mem.4 head/share/man/man4/nda.4 head/share/man/man4/ng_patch.4 head/share/man/man4/psm.4 head/share/man/man4/rum.4 head/share/man/man4/smb.4 head/share/man/man4/umass.4 head/share/man/man4/vale.4 head/share/man/man4/vmd.4 head/share/man/man4/wbwd.4 Modified: head/share/man/man4/cc_newreno.4 ============================================================================== --- head/share/man/man4/cc_newreno.4 Tue Sep 22 20:20:43 2020 (r366011) +++ head/share/man/man4/cc_newreno.4 Tue Sep 22 21:13:26 2020 (r366012) @@ -47,13 +47,13 @@ The module supports a number of socket options under TCP_CCALGOOPT (refer to .Xr tcp 4 and -.Xr moc_cc 9 for details) +.Xr mod_cc 9 for details) which can be set with .Xr setsockopt 2 and tested with .Xr getsockopt 2 . -The +The .Nm socket options use this structure defined in : Modified: head/share/man/man4/ddb.4 ============================================================================== --- head/share/man/man4/ddb.4 Tue Sep 22 20:20:43 2020 (r366011) +++ head/share/man/man4/ddb.4 Tue Sep 22 21:13:26 2020 (r366012) @@ -532,9 +532,7 @@ if the argument is a decimal number, or address .Ar addr , otherwise. .El -.Pp .Ss SPECIALIZED HELPER COMMANDS -.Pp .Bl -tag -width indent -compact .It Xo .Ic findstack Modified: head/share/man/man4/ena.4 ============================================================================== --- head/share/man/man4/ena.4 Tue Sep 22 20:20:43 2020 (r366011) +++ head/share/man/man4/ena.4 Tue Sep 22 21:13:26 2020 (r366012) @@ -263,6 +263,7 @@ Packet with unsupported number of segments was queued device. .br Packet will be dropped. +.El .Sh SUPPORT If an issue is identified with the released source code with a supported adapter, please email the specific information related to the issue to @@ -276,4 +277,4 @@ and The .Nm driver was written by -.An Semihalf. +.An Semihalf . Modified: head/share/man/man4/fdc.4 ============================================================================== --- head/share/man/man4/fdc.4 Tue Sep 22 20:20:43 2020 (r366011) +++ head/share/man/man4/fdc.4 Tue Sep 22 21:13:26 2020 (r366012) @@ -322,14 +322,14 @@ The PC Card attachment of this driver is scheduled for floppy disk device nodes .El .Sh SEE ALSO -.Xr fdformat 1 , .Xr fdread 1 , .Xr fdwrite 1 , .Xr ioctl 2 , .Xr open 2 , .Xr read 2 , .Xr write 2 , -.Xr fdcontrol 8 +.Xr fdcontrol 8 , +.Xr fdformat 8 .Sh AUTHORS .An -nosplit This man page was initially written by Modified: head/share/man/man4/gpioiic.4 ============================================================================== --- head/share/man/man4/gpioiic.4 Tue Sep 22 20:20:43 2020 (r366011) +++ head/share/man/man4/gpioiic.4 Tue Sep 22 21:13:26 2020 (r366012) @@ -61,7 +61,6 @@ The pins are never driven to the logical value of '1'. They are driven to '0' or switched to input mode (Hi-Z/tri-state), and an external pullup resistor pulls the line to the 1 state unless some other device on the bus is driving it to 0. -.Pp .Sh HINTS CONFIGURATION On a .Xr device.hints 5 Modified: head/share/man/man4/iicmux.4 ============================================================================== --- head/share/man/man4/iicmux.4 Tue Sep 22 20:20:43 2020 (r366011) +++ head/share/man/man4/iicmux.4 Tue Sep 22 21:13:26 2020 (r366012) @@ -140,7 +140,7 @@ When configured via hints, the driver automatically ad instance for every downstream bus supported by the chip. There is currently no way to indicate used versus unused downstream buses. .Sh SEE ALSO -.Xr iicbus 4 , +.Xr iicbus 4 .Sh HISTORY The .Nm Modified: head/share/man/man4/itwd.4 ============================================================================== --- head/share/man/man4/itwd.4 Tue Sep 22 20:20:43 2020 (r366011) +++ head/share/man/man4/itwd.4 Tue Sep 22 21:13:26 2020 (r366012) @@ -63,7 +63,7 @@ IT8728F IT8771F .El .Sh SEE ALSO -.Xr superio 4 +.Xr superio 4 , .Xr watchdog 4 , .Xr device.hints 5 , .Xr watchdog 8 , Modified: head/share/man/man4/linux.4 ============================================================================== --- head/share/man/man4/linux.4 Tue Sep 22 20:20:43 2020 (r366011) +++ head/share/man/man4/linux.4 Tue Sep 22 21:13:26 2020 (r366012) @@ -125,6 +125,7 @@ From a user perspective, this makes .Va SIGINFO work for Linux executables. Defaults to 0. +.El .Sh FILES .Bl -tag -width /compat/linux/dev/shm -compact .It Pa /compat/linux Modified: head/share/man/man4/mem.4 ============================================================================== --- head/share/man/man4/mem.4 Tue Sep 22 20:20:43 2020 (r366011) +++ head/share/man/man4/mem.4 Tue Sep 22 21:13:26 2020 (r366012) @@ -198,6 +198,7 @@ should be set to to update an existing or establish a new range, or to .Dv MEMRANGE_SET_REMOVE to remove a range. +.El .Sh RETURN VALUES .Bl -tag -width Er .It Bq Er EOPNOTSUPP Modified: head/share/man/man4/nda.4 ============================================================================== --- head/share/man/man4/nda.4 Tue Sep 22 20:20:43 2020 (r366011) +++ head/share/man/man4/nda.4 Tue Sep 22 21:13:26 2020 (r366012) @@ -68,7 +68,7 @@ aliases will be created for all devices, including partitions and other .Xr geom 4 providers that take their names from the disk's name. -.Xr nvd +.Xr nvd 4 devices will not, however, be reported in the .Va kern.disks .Xr sysctl 8 . Modified: head/share/man/man4/ng_patch.4 ============================================================================== --- head/share/man/man4/ng_patch.4 Tue Sep 22 20:20:43 2020 (r366011) +++ head/share/man/man4/ng_patch.4 Tue Sep 22 21:13:26 2020 (r366012) @@ -55,7 +55,8 @@ corresponding to the very first byte of packet headers .Va length bytes beginning from .Va offset -as a single integer in network byte order. An additional offset can be optionally +as a single integer in network byte order. +An additional offset can be optionally requested at configuration time to account for packet type. .Sh HOOKS This node type has two hooks: @@ -88,7 +89,7 @@ hook (to help calculate relative offset). Currently, s If you want to work on the link layer header you must use no additional offset by specifying .Cm DLT_RAW . If -.Cm EN10MB +.Cm EN10MB is specified, then the optional additional offset will take into account the Ethernet header and a QinQ header if present. .It Dv NGM_PATCH_GETDLT Pq Ic getdlt This control message returns the data link type of the Modified: head/share/man/man4/psm.4 ============================================================================== --- head/share/man/man4/psm.4 Tue Sep 22 20:20:43 2020 (r366011) +++ head/share/man/man4/psm.4 Tue Sep 22 21:13:26 2020 (r366012) @@ -344,7 +344,7 @@ Similarly, extended support for IBM/Lenovo TrackPoint can be enabled by setting .Va hw.psm.trackpoint_support or -.Va hw.psm.elantech_support, +.Va hw.psm.elantech_support , respectively, to .Em 1 at boot-time. Modified: head/share/man/man4/rum.4 ============================================================================== --- head/share/man/man4/rum.4 Tue Sep 22 20:20:43 2020 (r366011) +++ head/share/man/man4/rum.4 Tue Sep 22 21:13:26 2020 (r366012) @@ -168,7 +168,7 @@ This should not happen. .Xr wlan_xauth 4 , .Xr hostapd 8 , .Xr ifconfig 8 , -.Xr wpa_supplicant 8 . +.Xr wpa_supplicant 8 .Rs .%T "Ralink Technology" .%U http://www.ralinktech.com/ Modified: head/share/man/man4/smb.4 ============================================================================== --- head/share/man/man4/smb.4 Tue Sep 22 20:20:43 2020 (r366011) +++ head/share/man/man4/smb.4 Tue Sep 22 21:13:26 2020 (r366012) @@ -158,7 +158,7 @@ first sends the byte from to the device, then reads a count of data bytes that the device is going to provide and then reads that many bytes. The count is returned in -.Fa rcount. +.Fa rcount . The data is returned in the buffer pointed to by .Fa rbuf . .El Modified: head/share/man/man4/umass.4 ============================================================================== --- head/share/man/man4/umass.4 Tue Sep 22 20:20:43 2020 (r366011) +++ head/share/man/man4/umass.4 Tue Sep 22 21:13:26 2020 (r366012) @@ -84,7 +84,6 @@ device pass Add the .Nm driver to the kernel. -.Pp .Bd -literal -offset indent camcontrol rescan 0:0:0 camcontrol rescan 0:0:1 Modified: head/share/man/man4/vale.4 ============================================================================== --- head/share/man/man4/vale.4 Tue Sep 22 20:20:43 2020 (r366011) +++ head/share/man/man4/vale.4 Tue Sep 22 21:13:26 2020 (r366012) @@ -84,7 +84,6 @@ See for a list of sysctl variables that affect .Nm bridges. -.El .Sh EXAMPLES Create one switch, with a traffic generator connected to one port, and a netmap-enabled tcpdump instance on another port: Modified: head/share/man/man4/vmd.4 ============================================================================== --- head/share/man/man4/vmd.4 Tue Sep 22 20:20:43 2020 (r366011) +++ head/share/man/man4/vmd.4 Tue Sep 22 21:13:26 2020 (r366012) @@ -26,7 +26,7 @@ .\" .\" $FreeBSD$ .\" -.Dd Octber 9, 2019 +.Dd October 9, 2019 .Dt VMD 4 .Os .Sh NAME @@ -46,7 +46,6 @@ line in .Bd -literal -offset indent vmd_load="YES" .Ed -.Pp .Sh DESCRIPTION This driver attaches to Intel VMD devices as a new PCI domain and then triggers a probe of PCI devices. Modified: head/share/man/man4/wbwd.4 ============================================================================== --- head/share/man/man4/wbwd.4 Tue Sep 22 20:20:43 2020 (r366011) +++ head/share/man/man4/wbwd.4 Tue Sep 22 21:13:26 2020 (r366012) @@ -127,7 +127,7 @@ The driver also provides further sysctl options that are hidden by default. See the source code for more information. .Sh SEE ALSO -.Xr superio 4 +.Xr superio 4 , .Xr watchdog 4 , .Xr device.hints 5 , .Xr watchdog 8 ,