diff options
author | hselasky <hselasky@FreeBSD.org> | 2014-03-27 06:55:26 +0000 |
---|---|---|
committer | hselasky <hselasky@FreeBSD.org> | 2014-03-27 06:55:26 +0000 |
commit | 609200cd258f7cda640616b44ce2c91d80301f17 (patch) | |
tree | 29f8353c20d2d7f0918d41694a29439254228ef8 /share | |
parent | 800e1a055eb2aa0735f76ba7a1b57e3404129a69 (diff) | |
download | FreeBSD-src-609200cd258f7cda640616b44ce2c91d80301f17.zip FreeBSD-src-609200cd258f7cda640616b44ce2c91d80301f17.tar.gz |
MFC r263291 and r263292:
Update USB template manual page.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/Makefile | 1 | ||||
-rw-r--r-- | share/man/man4/usb_template.4 (renamed from share/man/man4/usb2_template.4) | 19 |
2 files changed, 10 insertions, 10 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 9b7d534..799acde 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -534,6 +534,7 @@ MAN= aac.4 \ ${_urtw.4} \ urtwn.4 \ usb.4 \ + usb_template.4 \ usb_quirk.4 \ uslcom.4 \ utopia.4 \ diff --git a/share/man/man4/usb2_template.4 b/share/man/man4/usb_template.4 index 92abef3..331ece9 100644 --- a/share/man/man4/usb2_template.4 +++ b/share/man/man4/usb_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 |