summaryrefslogtreecommitdiff
path: root/usr.sbin/usbconfig
diff options
context:
space:
mode:
authorNick Hibma <n_hibma@FreeBSD.org>2010-11-10 23:45:44 +0000
committerNick Hibma <n_hibma@FreeBSD.org>2010-11-10 23:45:44 +0000
commit0ea0127a4db7e850a4d7f5ed08eb7078b82c95bb (patch)
tree864b95a8e4dea201e9d9519e02013ce8680b1ef1 /usr.sbin/usbconfig
parent9f518f2068214a18e4c3a885fbe32674e222d301 (diff)
downloadsrc-test-0ea0127a4db7e850a4d7f5ed08eb7078b82c95bb.tar.gz
src-test-0ea0127a4db7e850a4d7f5ed08eb7078b82c95bb.zip
Add a man page for usb_quirk module, plus references in other man pages,
and updated comments in the usb_quirk.h header file. The main purpose of this is to expose the quirks for ejecting 3G modules. usb_modeswitch in Linux does a great job of collecting information on these, and with the quirks module people can try out the modeswitch config file entries on FreeBSD, hence the SCSI strings in the man page. MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=215104
Diffstat (limited to 'usr.sbin/usbconfig')
-rw-r--r--usr.sbin/usbconfig/usbconfig.86
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/usbconfig/usbconfig.8 b/usr.sbin/usbconfig/usbconfig.8
index 971367d2650ab..ae6973711bd98 100644
--- a/usr.sbin/usbconfig/usbconfig.8
+++ b/usr.sbin/usbconfig/usbconfig.8
@@ -92,5 +92,9 @@ Display a list of available quirk names:
.Pp
.Dl usbconfig dump_quirk_names
.Pp
+See
+.Xr usb_quirk 4
+for more information on quirks.
.Sh SEE ALSO
-.Xr usb 4
+.Xr usb 4 ,
+.Xr usb_quirk 4