Use more common format for sysctls/tunables descriptions in USB man pages.

MFC after:	2 weeks
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Edward Tomasz Napierala 2018-04-24 17:46:33 +00:00
parent 8bd1f0cfd3
commit 7722b7d508
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=332950
11 changed files with 100 additions and 122 deletions

View File

@ -29,7 +29,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd August 3, 2017
.Dd April 24, 2018
.Dt EHCI 4
.Os
.Sh NAME
@ -88,16 +88,14 @@ The default value is 0 (off).
.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.
The default value is 0 (off).
.Sh MIB Variables
The
.Nm
driver exposes the following variables in the
.Va hw.usb.ehci
branch of the
.Xr sysctl 3
MIB:
.Bl -tag -width ".Va debug"
.It Va debug
.Sh SYSCTL VARIABLES
The following variables are available as both
.Xr sysctl 8
variables and
.Xr loader 8
tunables:
.Bl -tag -width indent
.It Va hw.usb.ehci.debug
Debug output level, where 0 is debugging disabled and larger values increase
debug message verbosity.
Default is 0.

View File

@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd August 3, 2017
.Dd April 24, 2018
.Dt OHCI 4
.Os
.Sh NAME
@ -59,16 +59,14 @@ NVIDIA nForce3
.It
Sun PCIO-2 (RIO USB)
.El
.Sh MIB Variables
The
.Nm
driver exposes the following variables in the
.Va hw.usb.ohci
branch of the
.Xr sysctl 3
MIB:
.Bl -tag -width ".Va debug"
.It Va debug
.Sh SYSCTL VARIABLES
The following variables are available as both
.Xr sysctl 8
variables and
.Xr loader 8
tunables:
.Bl -tag -width indent
.It Va hw.usb.ohci.debug
Debug output level, where 0 is debugging disabled and larger values increase
debug message verbosity.
Default is 0.

View File

@ -29,7 +29,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd August 3, 2017
.Dd April 24, 2018
.Dt UCOM 4
.Os
.Sh NAME
@ -63,20 +63,18 @@ This means that normal programs such as
or
.Xr ppp 8
can be used to access the device.
.Sh MIB Variables
The
.Nm
driver exposes the following variables in the
.Va hw.usb.ucom
branch of the
.Xr sysctl 3
MIB:
.Bl -tag -width ".Va pps_mode"
.It Va debug
.Sh SYSCTL VARIABLES
The following variables are available as both
.Xr sysctl 8
variables and
.Xr loader 8
tunables:
.Bl -tag -width indent
.It Va hw.usb.ucom.debug
Debug output level, where 0 is debugging disabled and larger values increase
debug message verbosity.
Default is 0.
.It Va pps_mode
.It Va hw.usb.ucom.pps_mode
Enables and configure PPS capture mode as described below.
.Sh Pulse Per Second (PPS) Timing Interface
The

View File

@ -29,7 +29,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd August 3, 2017
.Dd April 24, 2018
.Dt UGEN 4
.Os
.Sh NAME
@ -291,16 +291,14 @@ and
.Va alt_index
should be set to
.Dv USB_CURRENT_ALT_INDEX .
.Sh MIB Variables
The
.Nm
driver exposes the following variables in the
.Va hw.usb.ugen
branch of the
.Xr sysctl 3
MIB:
.Bl -tag -width ".Va debug"
.It Va debug
.Sh SYSCTL VARIABLES
The following variables are available as both
.Xr sysctl 8
variables and
.Xr loader 8
tunables:
.Bl -tag -width indent
.It Va hw.usb.ugen.debug
Debug output level, where 0 is debugging disabled and larger values increase
debug message verbosity.
Default is 0.

View File

@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd August 3, 2017
.Dd April 24, 2018
.Dt UHCI 4
.Os
.Sh NAME
@ -49,16 +49,14 @@ Intel 82371SB (PIIX3)
.It
VIA 83C572
.El
.Sh MIB Variables
The
.Nm
driver exposes the following variables in the
.Va hw.usb.uhci
branch of the
.Xr sysctl 3
MIB:
.Bl -tag -width ".Va debug"
.It Va debug
.Sh SYSCTL VARIABLES
The following variables are available as both
.Xr sysctl 8
variables and
.Xr loader 8
tunables:
.Bl -tag -width indent
.It Va hw.usb.uhci.debug
Debug output level, where 0 is debugging disabled and larger values increase
debug message verbosity.
Default is 0.

View File

@ -29,7 +29,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd August 3, 2017
.Dd April 24, 2018
.Dt UHID 4
.Os
.Sh NAME
@ -127,16 +127,14 @@ Use
to send data to the device.
Data should be written in chunks of the
size prescribed by the report descriptor.
.Sh MIB Variables
The
.Nm
driver exposes the following variables in the
.Va hw.usb.uhid
branch of the
.Xr sysctl 3
MIB:
.Bl -tag -width ".Va debug"
.It Va debug
.Sh SYSCTL VARIABLES
The following variables are available as both
.Xr sysctl 8
variables and
.Xr loader 8
tunables:
.Bl -tag -width indent
.It Va hw.usb.uhid.debug
Debug output level, where 0 is debugging disabled and larger values increase
debug message verbosity.
Default is 0.

View File

@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd August 3, 2017
.Dd April 24, 2018
.Dt UKBD 4
.Os
.Sh NAME
@ -136,16 +136,14 @@ or
Do not allow the user to change the keymap.
Note that these options also affect the AT keyboard driver,
.Xr atkbd 4 .
.Sh MIB Variables
The
.Nm
driver exposes the following variables in the
.Va hw.usb.ukbd
branch of the
.Xr sysctl 3
MIB:
.Bl -tag -width ".Va debug"
.It Va debug
.Sh SYSCTL VARIABLES
The following variables are available as both
.Xr sysctl 8
variables and
.Xr loader 8
tunables:
.Bl -tag -width indent
.It Va hw.usb.ukbd.debug
Debug output level, where 0 is debugging disabled and larger values increase
debug message verbosity.
Default is 0.

View File

@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd August 3, 2017
.Dd April 24, 2018
.Dt UMS 4
.Os
.Sh NAME
@ -64,16 +64,14 @@ type device.
See
.Xr moused 8
for an explanation of these mouse types.
.Sh MIB Variables
The
.Nm
driver exposes the following variables in the
.Va hw.usb.ums
branch of the
.Xr sysctl 3
MIB:
.Bl -tag -width ".Va debug"
.It Va debug
.Sh SYSCTL VARIABLES
The following variables are available as both
.Xr sysctl 8
variables and
.Xr loader 8
tunables:
.Bl -tag -width indent
.It Va hw.usb.ums.debug
Debug output level, where 0 is debugging disabled and larger values increase
debug message verbosity.
Default is 0.

View File

@ -29,7 +29,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd August 3, 2017
.Dd April 24, 2018
.Dt UPLCOM 4
.Os
.Sh NAME
@ -180,16 +180,14 @@ YC-Cable USB-Serial Adapter
.It
Zeagle N2iTion3 Diving Computer
.El
.Sh MIB Variables
The
.Nm
driver exposes the following variables in the
.Va hw.usb.uplcom
branch of the
.Xr sysctl 3
MIB:
.Bl -tag -width ".Va debug"
.It Va debug
.Sh SYSCTL VARIABLES
The following variables are available as both
.Xr sysctl 8
variables and
.Xr loader 8
tunables:
.Bl -tag -width indent
.It Va hw.usb.uplcom.debug
Debug output level, where 0 is debugging disabled and larger values increase
debug message verbosity.
Default is 0.

View File

@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd August 3, 2017
.Dd April 24, 2018
.Dt USB 4
.Os
.Sh NAME
@ -131,16 +131,14 @@ Any interface specific driver can attach to the device.
.It
If none is found, generic interface class drivers can attach.
.El
.Sh MIB Variables
The
.Nm
driver exposes the following variables in the
.Va hw.usb
branch of the
.Xr sysctl 3
MIB:
.Bl -tag -width ".Va debug"
.It Va debug
.Sh SYSCTL VARIABLES
The following variables are available as both
.Xr sysctl 8
variables and
.Xr loader 8
tunables:
.Bl -tag -width indent
.It Va hw.usb.debug
Debug output level, where 0 is debugging disabled and larger values increase
debug message verbosity.
Default is 0.

View File

@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd August 3, 2017
.Dd April 24, 2018
.Dt XHCI 4
.Os
.Sh NAME
@ -56,16 +56,14 @@ driver supports
.Tn XHCI
compatible controllers having PCI class 12 (serial bus),
subclass 3 (USB) and programming interface 48 (XHCI).
.Sh MIB Variables
The
.Nm
driver exposes the following variables in the
.Va hw.usb.xhci
branch of the
.Xr sysctl 3
MIB:
.Bl -tag -width ".Va debug"
.It Va debug
.Sh SYSCTL VARIABLES
The following variables are available as both
.Xr sysctl 8
variables and
.Xr loader 8
tunables:
.Bl -tag -width indent
.It Va hw.usb.xhci.debug
Debug output level, where 0 is debugging disabled and larger values increase
debug message verbosity.
Default is 0.