Fix a slew of mdoc errors and warnings.

MFC after:	1 week
This commit is contained in:
Christian Brueffer 2019-02-23 09:34:57 +00:00
parent 0dfc145abe
commit 1adc28f5a8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=344482
34 changed files with 57 additions and 29 deletions

View File

@ -75,6 +75,7 @@ the congestion window in response to an ECN congestion signal when
.Va net.inet.tcp.cc.abe=1 .Va net.inet.tcp.cc.abe=1
per: cwnd = (cwnd * CC_NEWRENO_BETA_ECN) / 100. per: cwnd = (cwnd * CC_NEWRENO_BETA_ECN) / 100.
Default is 80. Default is 80.
.El
.Sh MIB Variables .Sh MIB Variables
The algorithm exposes these variables in the The algorithm exposes these variables in the
.Va net.inet.tcp.cc.newreno .Va net.inet.tcp.cc.newreno
@ -93,6 +94,7 @@ the congestion window in response to an ECN congestion signal when
.Va net.inet.tcp.cc.abe=1 .Va net.inet.tcp.cc.abe=1
per: cwnd = (cwnd * beta_ecn) / 100. per: cwnd = (cwnd * beta_ecn) / 100.
Default is 80. Default is 80.
.El
.Sh SEE ALSO .Sh SEE ALSO
.Xr cc_chd 4 , .Xr cc_chd 4 ,
.Xr cc_cubic 4 , .Xr cc_cubic 4 ,

View File

@ -202,6 +202,7 @@ The default value is 1024.
.It Va kern.cam.ctl.max_ports .It Va kern.cam.ctl.max_ports
Specifies the maximum number of ports we support, must be a power of 2. Specifies the maximum number of ports we support, must be a power of 2.
The default value is 256. The default value is 256.
.El
.Sh SEE ALSO .Sh SEE ALSO
.Xr cfiscsi 4 , .Xr cfiscsi 4 ,
.Xr cfumass 4 , .Xr cfumass 4 ,

View File

@ -88,6 +88,7 @@ The default value is 0 (off).
.It Va hw.usb.ehci.no_hs .It Va hw.usb.ehci.no_hs
This tunable disables USB devices to attach like HIGH-speed ones and will force all attached devices to attach to the FULL- or LOW-speed companion controller. This tunable disables USB devices to attach like HIGH-speed ones and will force all attached devices to attach to the FULL- or LOW-speed companion controller.
The default value is 0 (off). The default value is 0 (off).
.El
.Sh SYSCTL VARIABLES .Sh SYSCTL VARIABLES
The following variables are available as both The following variables are available as both
.Xr sysctl 8 .Xr sysctl 8

View File

@ -264,6 +264,7 @@ If
.Va hw.em.tx_int_delay .Va hw.em.tx_int_delay
is non-zero, this tunable limits the maximum delay in which a transmit is non-zero, this tunable limits the maximum delay in which a transmit
interrupt is generated. interrupt is generated.
.El
.Sh FILES .Sh FILES
.Bl -tag -width /dev/led/em* .Bl -tag -width /dev/led/em*
.It Pa /dev/led/em* .It Pa /dev/led/em*

View File

@ -239,6 +239,7 @@ for more details.
.Pp .Pp
Packet with unsupported number of segments was queued for sending to the Packet with unsupported number of segments was queued for sending to the
device; packet will be dropped. device; packet will be dropped.
.El
.Sh SUPPORT .Sh SUPPORT
If an issue is identified with the released source code with a supported adapter If an issue is identified with the released source code with a supported adapter
email the specific information related to the issue to email the specific information related to the issue to

View File

@ -114,7 +114,7 @@ Unable to obtain adapter or drive configuration.
A buffer input/output error has occurred. A buffer input/output error has occurred.
.Bq Er ENXIO .Bq Er ENXIO
.El .El
.Ss General adapter errors: .Ss General adapter errors :
.Bl -diag .Bl -diag
.It Attaching bus failed .It Attaching bus failed
.Pp .Pp
@ -146,7 +146,7 @@ The adapter is disabled.
.Pp .Pp
The driver was unable to allocate resources for the device. The driver was unable to allocate resources for the device.
.El .El
.Ss Error messages due to DMA: .Ss Error messages due to DMA :
.Bl -diag .Bl -diag
.It can't alloc command dma tag .It can't alloc command dma tag
.It can't alloc SG dma tag .It can't alloc SG dma tag
@ -155,7 +155,7 @@ The driver was unable to allocate resources for the device.
.Pp .Pp
Failure to map or allocate DMA resources. Failure to map or allocate DMA resources.
.El .El
.Ss Cache, buffer, and command errors: .Ss Cache, buffer, and command errors :
.Bl -diag .Bl -diag
.It failed to initialize command buffers .It failed to initialize command buffers
.It no mem for command slots! .It no mem for command slots!

View File

@ -110,6 +110,7 @@ To enable/disable driver RSS support
.It Va hw.lio.hwlro .It Va hw.lio.hwlro
.Pp .Pp
To enable/disable hardware LRO To enable/disable hardware LRO
.El
.Sh SUPPORT .Sh SUPPORT
For general information and support, For general information and support,
go to the Cavium support website at: go to the Cavium support website at:

View File

@ -70,14 +70,15 @@ It's value is hard coded to 0 indicating flash.
This variable reports whether the This variable reports whether the
.Nm .Nm
driver accepts unmapped I/O for this unit. driver accepts unmapped I/O for this unit.
.El
.Sh FILES .Sh FILES
.Bl -tag -width ".Pa /dev/nda*" -compact .Bl -tag -width ".Pa /dev/nda*" -compact
.It Pa /dev/nda* .It Pa /dev/nda*
NVMe storage device nodes NVMe storage device nodes
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Xr nvme 4 , .Xr nvd 4 ,
.Xr nvd 4 .Xr nvme 4
.Sh HISTORY .Sh HISTORY
The The
.Nm .Nm

View File

@ -387,6 +387,7 @@ route add default x.y.0.1
msg igb0_NAT: setdlt 1 msg igb0_NAT: setdlt 1
msg igb0_NAT: setaliasaddr x.y.8.35 msg igb0_NAT: setaliasaddr x.y.8.35
SEQ SEQ
.Ed
.Sh SEE ALSO .Sh SEE ALSO
.Xr libalias 3 , .Xr libalias 3 ,
.Xr ng_ipfw 4 , .Xr ng_ipfw 4 ,

View File

@ -70,6 +70,7 @@ tunables:
Debug output level, where 0 is debugging disabled and larger values increase Debug output level, where 0 is debugging disabled and larger values increase
debug message verbosity. debug message verbosity.
Default is 0. Default is 0.
.El
.Sh SEE ALSO .Sh SEE ALSO
.Xr ehci 4 , .Xr ehci 4 ,
.Xr uhci 4 , .Xr uhci 4 ,

View File

@ -386,7 +386,7 @@ specified by the
member, otherwise fail. member, otherwise fail.
.It PCIIO_BAR_MMAP_EXCL .It PCIIO_BAR_MMAP_EXCL
Must be used together with Must be used together with
.Vd PCIIO_BAR_MMAP_FIXED .Dv PCIIO_BAR_MMAP_FIXED
If the specified base contains already established mappings, the If the specified base contains already established mappings, the
operation fails instead of implicitly unmapping them. operation fails instead of implicitly unmapping them.
.It PCIIO_BAR_MMAP_RW .It PCIIO_BAR_MMAP_RW

View File

@ -176,7 +176,7 @@ and tested with
.Xr getsockopt 2 .Xr getsockopt 2
or or
.Xr sctp_opt_info 3 : .Xr sctp_opt_info 3 :
.Bl -tag -indent .Bl -tag -width indent
.It Dv SCTP_NODELAY .It Dv SCTP_NODELAY
Under most circumstances, Under most circumstances,
.Tn SCTP .Tn SCTP

View File

@ -25,7 +25,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd September 05, 2015 .Dd September 5, 2015
.Dt SES 4 .Dt SES 4
.Os .Os
.Sh NAME .Sh NAME

View File

@ -399,11 +399,15 @@ The summation of num_inbound_tcp_pkts and num_outbound_tcp_pkts.
.El .El
.Bl -tag -offset indent -width Va .Bl -tag -offset indent -width Va
.It Va num_inbound_skipped_pkts_malloc .It Va num_inbound_skipped_pkts_malloc
Number of inbound packets that were not processed because of failed malloc() calls. Number of inbound packets that were not processed because of failed
.Fn malloc
calls.
.El .El
.Bl -tag -offset indent -width Va .Bl -tag -offset indent -width Va
.It Va num_outbound_skipped_pkts_malloc .It Va num_outbound_skipped_pkts_malloc
Number of outbound packets that were not processed because of failed malloc() calls. Number of outbound packets that were not processed because of failed
.Fn malloc
calls.
.El .El
.Bl -tag -offset indent -width Va .Bl -tag -offset indent -width Va
.It Va num_inbound_skipped_pkts_mtx .It Va num_inbound_skipped_pkts_mtx
@ -759,8 +763,10 @@ Ideally,
.Nm .Nm
should intercept packets after they have been processed by the TCP layer i.e. should intercept packets after they have been processed by the TCP layer i.e.
intercept packets coming up the stack after they have been processed by intercept packets coming up the stack after they have been processed by
tcp_input(), and intercept packets coming down the stack after they have been .Fn tcp_input ,
processed by tcp_output(). and intercept packets coming down the stack after they have been
processed by
.Fn tcp_output .
The current code still gives satisfactory granularity though, as inbound events The current code still gives satisfactory granularity though, as inbound events
tend to trigger outbound events, allowing the cause-and-effect to be observed tend to trigger outbound events, allowing the cause-and-effect to be observed
indirectly by capturing the state on outbound events as well. indirectly by capturing the state on outbound events as well.

View File

@ -23,7 +23,7 @@
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" $FreeBSD$ stable/10/share/man/man4/smartpqi.4 195614 2017-01-11 08:10:18Z jkim $ .\" $FreeBSD$ stable/10/share/man/man4/smartpqi.4 195614 2017-01-11 08:10:18Z jkim $
.Dd April 06, 2018 .Dd April 6, 2018
.Dt SMARTPQI 4 .Dt SMARTPQI 4
.Os .Os
.Sh NAME .Sh NAME
@ -37,6 +37,7 @@ kernel configuration file:
.Cd device pci .Cd device pci
.Cd device scbus .Cd device scbus
.Cd device smartpqi .Cd device smartpqi
.Ed
.Pp .Pp
Alternatively, to load the driver as a Alternatively, to load the driver as a
module at boot time, place the following line in module at boot time, place the following line in
@ -81,10 +82,10 @@ smartpqi management interface
.Xr kld 4 , .Xr kld 4 ,
.Xr linux 4 , .Xr linux 4 ,
.Xr scsi 4 , .Xr scsi 4 ,
.Xr kldload 8 .Xr kldload 8 ,
.Xr pass 4 .Xr pass 4 ,
.Xr xpt 4 .Xr xpt 4 ,
.Xr loader.conf 5 .Xr loader.conf 5 ,
.Xr camcontrol 8 .Xr camcontrol 8
.Rs .Rs
.%T "Microsemi Website" .%T "Microsemi Website"
@ -95,7 +96,7 @@ The
.Nm .Nm
driver first appeared in driver first appeared in
.Fx 11.1 . .Fx 11.1 .
.Sh AUTHOR .Sh AUTHORS
.An Murthy Bhat .An Murthy Bhat
.Aq murthy.bhat@microsemi.com .Aq murthy.bhat@microsemi.com
.Sh BUGS .Sh BUGS

View File

@ -55,7 +55,6 @@ Make sure that
.Xr moused 8 .Xr moused 8
is running, otherwise the user process will not see any data coming from is running, otherwise the user process will not see any data coming from
the mouse. the mouse.
.Pp
.Ss Operation Levels .Ss Operation Levels
The The
.Nm .Nm

View File

@ -597,8 +597,7 @@ The default TCP function block (TCP stack).
.It Va functions_inherit_listen_socket_stack .It Va functions_inherit_listen_socket_stack
Determines whether to inherit listen socket's tcp stack or use the current Determines whether to inherit listen socket's tcp stack or use the current
system default tcp stack, as defined by system default tcp stack, as defined by
.Va functions_default .Va functions_default .
.Pc .
Default is true. Default is true.
.It Va insecure_rst .It Va insecure_rst
Use criteria defined in RFC793 instead of RFC5961 for accepting RST segments. Use criteria defined in RFC793 instead of RFC5961 for accepting RST segments.

View File

@ -76,7 +76,7 @@ This is normally done by the
utility that is launched by utility that is launched by
.Xr devd 8 .Xr devd 8
when the device is inserted. when the device is inserted.
.Xr uathload .Xr uathload 8
includes the firmware in the binary program. includes the firmware in the binary program.
This firmware is licensed for general use and is included in the base system. This firmware is licensed for general use and is included in the base system.
.Sh HARDWARE .Sh HARDWARE

View File

@ -81,6 +81,7 @@ driver will mark terminals as console devices when operating in device mode.
Default is 1. Default is 1.
.It Va hw.usb.ucom.pps_mode .It Va hw.usb.ucom.pps_mode
Enables and configure PPS capture mode as described below. Enables and configure PPS capture mode as described below.
.El
.Sh Pulse Per Second (PPS) Timing Interface .Sh Pulse Per Second (PPS) Timing Interface
The The
.Nm .Nm

View File

@ -302,6 +302,7 @@ tunables:
Debug output level, where 0 is debugging disabled and larger values increase Debug output level, where 0 is debugging disabled and larger values increase
debug message verbosity. debug message verbosity.
Default is 0. Default is 0.
.El
.Sh FILES .Sh FILES
.Bl -tag -width ".Pa /dev/ugen Ns Ar N Ns Pa \&. Ns Ar E" -compact .Bl -tag -width ".Pa /dev/ugen Ns Ar N Ns Pa \&. Ns Ar E" -compact
.It Pa /dev/ugen Ns Ar N Ns Pa \&. Ns Ar E .It Pa /dev/ugen Ns Ar N Ns Pa \&. Ns Ar E

View File

@ -60,6 +60,7 @@ tunables:
Debug output level, where 0 is debugging disabled and larger values increase Debug output level, where 0 is debugging disabled and larger values increase
debug message verbosity. debug message verbosity.
Default is 0. Default is 0.
.El
.Sh SEE ALSO .Sh SEE ALSO
.Xr ehci 4 , .Xr ehci 4 ,
.Xr ohci 4 , .Xr ohci 4 ,

View File

@ -155,6 +155,7 @@ tunables:
Debug output level, where 0 is debugging disabled and larger values increase Debug output level, where 0 is debugging disabled and larger values increase
debug message verbosity. debug message verbosity.
Default is 0. Default is 0.
.El
.Sh FILES .Sh FILES
.Bl -tag -width ".Pa /dev/uhid?" .Bl -tag -width ".Pa /dev/uhid?"
.It Pa /dev/uhid? .It Pa /dev/uhid?

View File

@ -147,6 +147,7 @@ tunables:
Debug output level, where 0 is debugging disabled and larger values increase Debug output level, where 0 is debugging disabled and larger values increase
debug message verbosity. debug message verbosity.
Default is 0. Default is 0.
.El
.Sh FILES .Sh FILES
.Bl -tag -width ".Pa /dev/kbd*" -compact .Bl -tag -width ".Pa /dev/kbd*" -compact
.It Pa /dev/kbd* .It Pa /dev/kbd*

View File

@ -77,4 +77,7 @@ corresponding callout initial-state and lock-state devices
.Sh HISTORY .Sh HISTORY
The The
.Nm .Nm
driver appeared in OpenBSD and was ported to FreeBSD. driver appeared in
.Ox
and was ported to
.Fx .

View File

@ -75,6 +75,7 @@ tunables:
Debug output level, where 0 is debugging disabled and larger values increase Debug output level, where 0 is debugging disabled and larger values increase
debug message verbosity. debug message verbosity.
Default is 0. Default is 0.
.El
.Sh FILES .Sh FILES
.Bl -tag -width /dev/ums0 -compact .Bl -tag -width /dev/ums0 -compact
.It Pa /dev/ums0 .It Pa /dev/ums0

View File

@ -191,6 +191,7 @@ tunables:
Debug output level, where 0 is debugging disabled and larger values increase Debug output level, where 0 is debugging disabled and larger values increase
debug message verbosity. debug message verbosity.
Default is 0. Default is 0.
.El
.Sh FILES .Sh FILES
.Bl -tag -width "/dev/ttyU*.init" -compact .Bl -tag -width "/dev/ttyU*.init" -compact
.It Pa /dev/ttyU* .It Pa /dev/ttyU*

View File

@ -142,6 +142,7 @@ tunables:
Debug output level, where 0 is debugging disabled and larger values increase Debug output level, where 0 is debugging disabled and larger values increase
debug message verbosity. debug message verbosity.
Default is 0. Default is 0.
.El
.Sh SEE ALSO .Sh SEE ALSO
The The
.Tn USB .Tn USB
@ -173,7 +174,7 @@ specifications can be found at:
.Xr uvscom 4 , .Xr uvscom 4 ,
.Xr xhci 4 .Xr xhci 4
.Xr usbconfig 8 , .Xr usbconfig 8 ,
.Xr usbdi 9 , .Xr usbdi 9
.Sh STANDARDS .Sh STANDARDS
The The
.Nm .Nm

View File

@ -90,6 +90,7 @@ for callout ports
.It Pa /dev/cuaU*.init .It Pa /dev/cuaU*.init
.It Pa /dev/cuaU*.lock .It Pa /dev/cuaU*.lock
corresponding callout initial-state and lock-state devices corresponding callout initial-state and lock-state devices
.El
.Sh SEE ALSO .Sh SEE ALSO
.Xr tty 4 , .Xr tty 4 ,
.Xr ucom 4 , .Xr ucom 4 ,

View File

@ -28,7 +28,7 @@
.\" $FreeBSD$ .\" $FreeBSD$
.\" $Id: $ .\" $Id: $
.\" .\"
.Dd Jan 9, 2019 .Dd January 9, 2019
.Dt VALE 4 .Dt VALE 4
.Os .Os
.Sh NAME .Sh NAME

View File

@ -59,6 +59,7 @@ virtual machine itself.
.Rs .Rs
.%T "VMware vSockets Documentation" .%T "VMware vSockets Documentation"
.%U https://www.vmware.com/support/developer/vmci-sdk/ .%U https://www.vmware.com/support/developer/vmci-sdk/
.Re
.Sh HISTORY .Sh HISTORY
The The
.Nm .Nm

View File

@ -31,7 +31,6 @@
.Nm vmm.ko .Nm vmm.ko
.Nd "bhyve virtual machine monitor" .Nd "bhyve virtual machine monitor"
.Sh SYNOPSIS .Sh SYNOPSIS
.Pp
To load the driver as a module at boot, add this line to To load the driver as a module at boot, add this line to
.Xr loader.conf 5 : .Xr loader.conf 5 :
.Bd -literal -offset indent .Bd -literal -offset indent
@ -47,7 +46,7 @@ kldload vmm
.Nm .Nm
provides the kernel portion of the provides the kernel portion of the
.Xr bhyve 4 .Xr bhyve 4
hypervisor. hypervisor.
.Pp .Pp
An Intel CPU with VT-x/EPT or AMD CPU with SVM support is required. An Intel CPU with VT-x/EPT or AMD CPU with SVM support is required.
.Pp .Pp

View File

@ -316,7 +316,7 @@ command.
.Xr wlan_xauth 4 , .Xr wlan_xauth 4 ,
.Xr hostapd 8 , .Xr hostapd 8 ,
.Xr ifconfig 8 , .Xr ifconfig 8 ,
.Xr wpa_supplicant 8 . .Xr wpa_supplicant 8
.Rs .Rs
.%T HCF Light programming specification .%T HCF Light programming specification
.%U http://web.archive.org/web/20040130141721/http://wavelan.com/ .%U http://web.archive.org/web/20040130141721/http://wavelan.com/

View File

@ -25,7 +25,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd October 24 2018 .Dd October 24, 2018
.Dt XE 4 .Dt XE 4
.Os .Os
.Sh NAME .Sh NAME

View File

@ -67,6 +67,7 @@ tunables:
Debug output level, where 0 is debugging disabled and larger values increase Debug output level, where 0 is debugging disabled and larger values increase
debug message verbosity. debug message verbosity.
Default is 0. Default is 0.
.El
.Sh SEE ALSO .Sh SEE ALSO
.Xr ehci 4 , .Xr ehci 4 ,
.Xr ohci 4 , .Xr ohci 4 ,