summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2011-11-20 12:18:21 +0000
committermiwi <miwi@FreeBSD.org>2011-11-20 12:18:21 +0000
commita17b08b121f1e09ef3cce4b696027cd213192a50 (patch)
treebe3f4046af96ef452b2bf1fca2653e5574544089
parentbcd3918fb3900f323dd5eb3593550d9074eb9459 (diff)
downloadFreeBSD-src-a17b08b121f1e09ef3cce4b696027cd213192a50.zip
FreeBSD-src-a17b08b121f1e09ef3cce4b696027cd213192a50.tar.gz
- Add missing usb and ucom devices
PR: usb/160301 Submitted by: Garrett Cooper <gcooper@ixsystems.com> Reviewed by: hselasky Approved by: hselasky, rwatson (mentor) MFC after: 3 Days
-rw-r--r--share/man/man4/u3g.44
-rw-r--r--share/man/man4/uark.44
-rw-r--r--share/man/man4/ubsa.44
-rw-r--r--share/man/man4/ubser.44
-rw-r--r--share/man/man4/uchcom.44
-rw-r--r--share/man/man4/ucycom.44
-rw-r--r--share/man/man4/ufoma.44
-rw-r--r--share/man/man4/uftdi.44
-rw-r--r--share/man/man4/uipaq.44
-rw-r--r--share/man/man4/umcs.44
-rw-r--r--share/man/man4/umct.44
-rw-r--r--share/man/man4/umodem.44
-rw-r--r--share/man/man4/uplcom.44
-rw-r--r--share/man/man4/uslcom.44
-rw-r--r--share/man/man4/uvisor.44
-rw-r--r--share/man/man4/uvscom.44
16 files changed, 48 insertions, 16 deletions
diff --git a/share/man/man4/u3g.4 b/share/man/man4/u3g.4
index 215270c..87e3824 100644
--- a/share/man/man4/u3g.4
+++ b/share/man/man4/u3g.4
@@ -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
diff --git a/share/man/man4/uark.4 b/share/man/man4/uark.4
index 7001a7f..945983c 100644
--- a/share/man/man4/uark.4
+++ b/share/man/man4/uark.4
@@ -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
diff --git a/share/man/man4/ubsa.4 b/share/man/man4/ubsa.4
index 4eb45f6..df9002c 100644
--- a/share/man/man4/ubsa.4
+++ b/share/man/man4/ubsa.4
@@ -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
diff --git a/share/man/man4/ubser.4 b/share/man/man4/ubser.4
index 6e6fee30..556d4ec 100644
--- a/share/man/man4/ubser.4
+++ b/share/man/man4/ubser.4
@@ -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
diff --git a/share/man/man4/uchcom.4 b/share/man/man4/uchcom.4
index 4452b53..d7c0abc 100644
--- a/share/man/man4/uchcom.4
+++ b/share/man/man4/uchcom.4
@@ -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
diff --git a/share/man/man4/ucycom.4 b/share/man/man4/ucycom.4
index 6d76564..063d419 100644
--- a/share/man/man4/ucycom.4
+++ b/share/man/man4/ucycom.4
@@ -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
diff --git a/share/man/man4/ufoma.4 b/share/man/man4/ufoma.4
index 1cbde0f..77d192f 100644
--- a/share/man/man4/ufoma.4
+++ b/share/man/man4/ufoma.4
@@ -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
diff --git a/share/man/man4/uftdi.4 b/share/man/man4/uftdi.4
index 9512560..db75c68 100644
--- a/share/man/man4/uftdi.4
+++ b/share/man/man4/uftdi.4
@@ -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
diff --git a/share/man/man4/uipaq.4 b/share/man/man4/uipaq.4
index 3362268..310cbfe 100644
--- a/share/man/man4/uipaq.4
+++ b/share/man/man4/uipaq.4
@@ -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
diff --git a/share/man/man4/umcs.4 b/share/man/man4/umcs.4
index f57b084..af8bd5f 100644
--- a/share/man/man4/umcs.4
+++ b/share/man/man4/umcs.4
@@ -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
diff --git a/share/man/man4/umct.4 b/share/man/man4/umct.4
index 5f4ac56..e40e146 100644
--- a/share/man/man4/umct.4
+++ b/share/man/man4/umct.4
@@ -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
diff --git a/share/man/man4/umodem.4 b/share/man/man4/umodem.4
index a683a9c..594f4b0 100644
--- a/share/man/man4/umodem.4
+++ b/share/man/man4/umodem.4
@@ -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
diff --git a/share/man/man4/uplcom.4 b/share/man/man4/uplcom.4
index 3ebed34..05b4ff3 100644
--- a/share/man/man4/uplcom.4
+++ b/share/man/man4/uplcom.4
@@ -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
diff --git a/share/man/man4/uslcom.4 b/share/man/man4/uslcom.4
index 40e6fc8..a2a2dcc 100644
--- a/share/man/man4/uslcom.4
+++ b/share/man/man4/uslcom.4
@@ -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
diff --git a/share/man/man4/uvisor.4 b/share/man/man4/uvisor.4
index 1a81aeb..2397e45 100644
--- a/share/man/man4/uvisor.4
+++ b/share/man/man4/uvisor.4
@@ -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
diff --git a/share/man/man4/uvscom.4 b/share/man/man4/uvscom.4
index 77a7f4e..be40518 100644
--- a/share/man/man4/uvscom.4
+++ b/share/man/man4/uvscom.4
@@ -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
OpenPOWER on IntegriCloud