summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2014-03-18 06:41:17 +0000
committerhselasky <hselasky@FreeBSD.org>2014-03-18 06:41:17 +0000
commitf91e6198eb52fec1ced371606d1fc13ea46e1e8a (patch)
tree083ed4a674f28b59f2d477b14dfcee02ff590231
parent3818d6630581a43f9e1c797e9ae4ec07b565e3a8 (diff)
downloadFreeBSD-src-f91e6198eb52fec1ced371606d1fc13ea46e1e8a.zip
FreeBSD-src-f91e6198eb52fec1ced371606d1fc13ea46e1e8a.tar.gz
Update USB template manual page.
MFC after: 1 week
-rw-r--r--share/man/man4/usb2_template.419
1 files changed, 9 insertions, 10 deletions
diff --git a/share/man/man4/usb2_template.4 b/share/man/man4/usb2_template.4
index 92abef3..331ece9 100644
--- a/share/man/man4/usb2_template.4
+++ b/share/man/man4/usb2_template.4
@@ -23,14 +23,14 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd September 21, 2008
-.Dt USB2_TEMPLATE 4
+.Dd March 18, 2014
+.Dt USB_TEMPLATE 4
.Os
.
.Sh NAME
.
.
-.Nm usb2_template
+.Nm usb_template
.
.Nd "USB templates"
.
@@ -39,13 +39,13 @@
To compile this module into the kernel, place the following line in
your kernel configuration file:
.Bd -ragged -offset indent
-.Cd "device usb2_template"
+.Cd "device usb_template"
.Ed
.Pp
To load the module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
-usb2_template_load="YES"
+usb_template_load="YES"
.Ed
.
.Sh DESCRIPTION
@@ -62,21 +62,20 @@ descriptors.
The USB template module currently has templates for USB Mass Storage,
USB CDC Ethernet and Message Transfer Protocol.
.
-USB templates are currently selected using the "hw.usb2.template"
+USB templates are currently selected using the "hw.usb.template"
sysctl.
.
-The "hw.usb2.template" value can be changed at any time, but will not
+The "hw.usb.template" value can be changed at any time, but will not
have any effect until the USB device has been re-enumerated.
.
.
.
.Sh SEE ALSO
-.Xr usb2_controller 4
-.Xr usb2_core 4
+.Xr usb 4
.Sh STANDARDS
The
.Nm
-module complies with the USB 2.0 standard.
+module complies to the USB 1.0, 2.0 and 3.0 standard.
.Sh HISTORY
The
.Nm
OpenPOWER on IntegriCloud