svn commit: r227750 - head/share/man/man4

Martin Wilke miwi at FreeBSD.org
Sun Nov 20 12:18:22 UTC 2011


Author: miwi
Date: Sun Nov 20 12:18:21 2011
New Revision: 227750
URL: http://svn.freebsd.org/changeset/base/227750

Log:
  - Add missing usb and ucom devices
  
  PR:		usb/160301
  Submitted by:	Garrett Cooper <gcooper at ixsystems.com>
  Reviewed by:	hselasky
  Approved by:	hselasky, rwatson (mentor)
  MFC after:	3 Days

Modified:
  head/share/man/man4/u3g.4
  head/share/man/man4/uark.4
  head/share/man/man4/ubsa.4
  head/share/man/man4/ubser.4
  head/share/man/man4/uchcom.4
  head/share/man/man4/ucycom.4
  head/share/man/man4/ufoma.4
  head/share/man/man4/uftdi.4
  head/share/man/man4/uipaq.4
  head/share/man/man4/umcs.4
  head/share/man/man4/umct.4
  head/share/man/man4/umodem.4
  head/share/man/man4/uplcom.4
  head/share/man/man4/uslcom.4
  head/share/man/man4/uvisor.4
  head/share/man/man4/uvscom.4

Modified: head/share/man/man4/u3g.4
==============================================================================
--- head/share/man/man4/u3g.4	Sun Nov 20 08:36:18 2011	(r227749)
+++ head/share/man/man4/u3g.4	Sun Nov 20 12:18:21 2011	(r227750)
@@ -18,7 +18,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd October 7, 2008
+.Dd November 20, 2011
 .Dt U3G 4
 .Os
 .Sh NAME
@@ -29,6 +29,8 @@ To compile this driver into the kernel,
 place the following lines in your
 kernel configuration file:
 .Bd -ragged -offset indent
+.Cd "device usb"
+.Cd "device ucom"
 .Cd "device u3g"
 .Ed
 .Pp

Modified: head/share/man/man4/uark.4
==============================================================================
--- head/share/man/man4/uark.4	Sun Nov 20 08:36:18 2011	(r227749)
+++ head/share/man/man4/uark.4	Sun Nov 20 12:18:21 2011	(r227750)
@@ -16,7 +16,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 15, 2006
+.Dd November 20, 2011
 .Dt UARK 4
 .Os
 .Sh NAME
@@ -27,6 +27,8 @@ To compile this driver into the kernel,
 place the following lines in your
 kernel configuration file:
 .Bd -ragged -offset indent
+.Cd "device usb"
+.Cd "device ucom"
 .Cd "device uark"
 .Ed
 .Pp

Modified: head/share/man/man4/ubsa.4
==============================================================================
--- head/share/man/man4/ubsa.4	Sun Nov 20 08:36:18 2011	(r227749)
+++ head/share/man/man4/ubsa.4	Sun Nov 20 12:18:21 2011	(r227750)
@@ -28,7 +28,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd March 28, 2008
+.Dd November 20, 2011
 .Dt UBSA 4
 .Os
 .Sh NAME
@@ -39,6 +39,8 @@ To compile this driver into the kernel,
 place the following lines in your
 kernel configuration file:
 .Bd -ragged -offset indent
+.Cd "device usb"
+.Cd "device ucom"
 .Cd "device ubsa"
 .Ed
 .Pp

Modified: head/share/man/man4/ubser.4
==============================================================================
--- head/share/man/man4/ubser.4	Sun Nov 20 08:36:18 2011	(r227749)
+++ head/share/man/man4/ubser.4	Sun Nov 20 12:18:21 2011	(r227750)
@@ -28,7 +28,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 22, 2006
+.Dd November 20, 2011
 .Dt UBSER 4
 .Os
 .Sh NAME
@@ -39,6 +39,8 @@ To compile this driver into the kernel,
 place the following line in your
 kernel configuration file:
 .Bd -ragged -offset indent
+.Cd "device usb"
+.Cd "device ucom"
 .Cd "device ubser"
 .Ed
 .Pp

Modified: head/share/man/man4/uchcom.4
==============================================================================
--- head/share/man/man4/uchcom.4	Sun Nov 20 08:36:18 2011	(r227749)
+++ head/share/man/man4/uchcom.4	Sun Nov 20 12:18:21 2011	(r227750)
@@ -29,7 +29,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd May 18, 2009
+.Dd November 20, 2011
 .Dt UCHCOM 4
 .Os
 .Sh NAME
@@ -40,6 +40,8 @@ To compile this driver into the kernel,
 place the following lines in your
 kernel configuration file:
 .Bd -ragged -offset indent
+.Cd "device usb"
+.Cd "device ucom"
 .Cd "device uchcom"
 .Ed
 .Pp

Modified: head/share/man/man4/ucycom.4
==============================================================================
--- head/share/man/man4/ucycom.4	Sun Nov 20 08:36:18 2011	(r227749)
+++ head/share/man/man4/ucycom.4	Sun Nov 20 12:18:21 2011	(r227750)
@@ -27,7 +27,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 22, 2006
+.Dd November 20, 2011
 .Dt UCYCOM 4
 .Os
 .Sh NAME
@@ -38,6 +38,8 @@ To compile this driver into the kernel,
 place the following line in your
 kernel configuration file:
 .Bd -ragged -offset indent
+.Cd "device usb"
+.Cd "device ucom"
 .Cd "device ucycom"
 .Ed
 .Pp

Modified: head/share/man/man4/ufoma.4
==============================================================================
--- head/share/man/man4/ufoma.4	Sun Nov 20 08:36:18 2011	(r227749)
+++ head/share/man/man4/ufoma.4	Sun Nov 20 12:18:21 2011	(r227750)
@@ -27,7 +27,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 22, 2006
+.Dd November 20, 2011
 .Dt UFOMA 4
 .Os
 .Sh NAME
@@ -38,6 +38,8 @@ To compile this driver into the kernel,
 place the following lines in your
 kernel configuration file:
 .Bd -ragged -offset indent
+.Cd "device usb"
+.Cd "device ucom"
 .Cd "device ufoma"
 .Ed
 .Pp

Modified: head/share/man/man4/uftdi.4
==============================================================================
--- head/share/man/man4/uftdi.4	Sun Nov 20 08:36:18 2011	(r227749)
+++ head/share/man/man4/uftdi.4	Sun Nov 20 12:18:21 2011	(r227750)
@@ -29,7 +29,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 22, 2006
+.Dd November 20, 2011
 .Dt UFTDI 4
 .Os
 .Sh NAME
@@ -40,6 +40,8 @@ To compile this driver into the kernel,
 place the following lines in your
 kernel configuration file:
 .Bd -ragged -offset indent
+.Cd "device usb"
+.Cd "device ucom"
 .Cd "device uftdi"
 .Ed
 .Pp

Modified: head/share/man/man4/uipaq.4
==============================================================================
--- head/share/man/man4/uipaq.4	Sun Nov 20 08:36:18 2011	(r227749)
+++ head/share/man/man4/uipaq.4	Sun Nov 20 12:18:21 2011	(r227750)
@@ -30,7 +30,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd August 24, 2008
+.Dd November 20, 2011
 .Dt UIPAQ 4
 .Os
 .Sh NAME
@@ -41,6 +41,8 @@ To compile this driver into the kernel,
 place the following lines in your
 kernel configuration file:
 .Bd -ragged -offset indent
+.Cd "device usb"
+.Cd "device ucom"
 .Cd "device uipaq"
 .Ed
 .Pp

Modified: head/share/man/man4/umcs.4
==============================================================================
--- head/share/man/man4/umcs.4	Sun Nov 20 08:36:18 2011	(r227749)
+++ head/share/man/man4/umcs.4	Sun Nov 20 12:18:21 2011	(r227750)
@@ -28,7 +28,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd December 10, 2010
+.Dd November 20, 2011
 .Dt UMCS 4
 .Os
 .Sh NAME
@@ -39,6 +39,8 @@ To compile this driver into the kernel,
 place the following lines in your
 kernel configuration file:
 .Bd -ragged -offset indent
+.Cd "device usb"
+.Cd "device ucom"
 .Cd "device umcs"
 .Ed
 .Pp

Modified: head/share/man/man4/umct.4
==============================================================================
--- head/share/man/man4/umct.4	Sun Nov 20 08:36:18 2011	(r227749)
+++ head/share/man/man4/umct.4	Sun Nov 20 12:18:21 2011	(r227750)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 22, 2006
+.Dd November 20, 2011
 .Dt UMCT 4
 .Os
 .Sh NAME
@@ -36,6 +36,8 @@ To compile this driver into the kernel,
 place the following lines in your
 kernel configuration file:
 .Bd -ragged -offset indent
+.Cd "device usb"
+.Cd "device ucom"
 .Cd "device umct"
 .Ed
 .Pp

Modified: head/share/man/man4/umodem.4
==============================================================================
--- head/share/man/man4/umodem.4	Sun Nov 20 08:36:18 2011	(r227749)
+++ head/share/man/man4/umodem.4	Sun Nov 20 12:18:21 2011	(r227750)
@@ -29,7 +29,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 22, 2006
+.Dd November 20, 2011
 .Dt UMODEM 4
 .Os
 .Sh NAME
@@ -40,6 +40,8 @@ To compile this driver into the kernel,
 place the following lines in your
 kernel configuration file:
 .Bd -ragged -offset indent
+.Cd "device usb"
+.Cd "device ucom"
 .Cd "device umodem"
 .Ed
 .Pp

Modified: head/share/man/man4/uplcom.4
==============================================================================
--- head/share/man/man4/uplcom.4	Sun Nov 20 08:36:18 2011	(r227749)
+++ head/share/man/man4/uplcom.4	Sun Nov 20 12:18:21 2011	(r227750)
@@ -29,7 +29,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd January 11, 2011
+.Dd November 20, 2011
 .Dt UPLCOM 4
 .Os
 .Sh NAME
@@ -40,6 +40,8 @@ To compile this driver into the kernel,
 place the following lines in your
 kernel configuration file:
 .Bd -ragged -offset indent
+.Cd "device usb"
+.Cd "device ucom"
 .Cd "device uplcom"
 .Ed
 .Pp

Modified: head/share/man/man4/uslcom.4
==============================================================================
--- head/share/man/man4/uslcom.4	Sun Nov 20 08:36:18 2011	(r227749)
+++ head/share/man/man4/uslcom.4	Sun Nov 20 12:18:21 2011	(r227750)
@@ -16,7 +16,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd May 31, 2007
+.Dd November 20, 2011
 .Dt USLCOM 4
 .Os
 .Sh NAME
@@ -27,6 +27,8 @@ To compile this driver into the kernel,
 place the following lines in your
 kernel configuration file:
 .Bd -ragged -offset indent
+.Cd "device usb"
+.Cd "device ucom"
 .Cd "device uslcom"
 .Ed
 .Pp

Modified: head/share/man/man4/uvisor.4
==============================================================================
--- head/share/man/man4/uvisor.4	Sun Nov 20 08:36:18 2011	(r227749)
+++ head/share/man/man4/uvisor.4	Sun Nov 20 12:18:21 2011	(r227750)
@@ -29,7 +29,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 22, 2006
+.Dd November 20, 2011
 .Dt UVISOR 4
 .Os
 .Sh NAME
@@ -40,6 +40,8 @@ To compile this driver into the kernel,
 place the following lines in your
 kernel configuration file:
 .Bd -ragged -offset indent
+.Cd "device usb"
+.Cd "device ucom"
 .Cd "device uvisor"
 .Ed
 .Pp

Modified: head/share/man/man4/uvscom.4
==============================================================================
--- head/share/man/man4/uvscom.4	Sun Nov 20 08:36:18 2011	(r227749)
+++ head/share/man/man4/uvscom.4	Sun Nov 20 12:18:21 2011	(r227750)
@@ -29,7 +29,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 22, 2006
+.Dd November 20, 2011
 .Dt UVSCOM 4
 .Os
 .Sh NAME
@@ -40,6 +40,8 @@ To compile this driver into the kernel,
 place the following lines in your
 kernel configuration file:
 .Bd -ragged -offset indent
+.Cd "device usb"
+.Cd "device ucom"
 .Cd "device uvscom"
 .Ed
 .Pp


More information about the svn-src-head mailing list