summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-05-30 12:59:52 +0000
committerru <ru@FreeBSD.org>2002-05-30 12:59:52 +0000
commite328d7c9aff8407d1e0a839f8fe922345fa59e2a (patch)
treedc54222d577ec9749ccd70123b00e4555f84c64e
parent21f1002bbbf6ac4bbd1465803a3166fd479d022d (diff)
downloadFreeBSD-src-e328d7c9aff8407d1e0a839f8fe922345fa59e2a.zip
FreeBSD-src-e328d7c9aff8407d1e0a839f8fe922345fa59e2a.tar.gz
mdoc(7) police: minor markup fixes.
-rw-r--r--share/man/man4/uhidev.414
-rw-r--r--share/man/man4/ulpt.413
-rw-r--r--share/man/man4/umodem.412
-rw-r--r--share/man/man4/uplcom.432
-rw-r--r--share/man/man4/uvscom.49
5 files changed, 51 insertions, 29 deletions
diff --git a/share/man/man4/uhidev.4 b/share/man/man4/uhidev.4
index 899ed55..f0490cf 100644
--- a/share/man/man4/uhidev.4
+++ b/share/man/man4/uhidev.4
@@ -1,5 +1,4 @@
.\" $NetBSD: uhidev.4,v 1.2 2001/12/29 03:06:41 augustss Exp $
-.\" $FreeBSD$
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -35,6 +34,8 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
+.\" $FreeBSD$
+.\"
.Dd December 27, 2001
.Dt UHIDEV 4
.Os
@@ -49,15 +50,17 @@
.Sh DESCRIPTION
The
.Nm
-driver handles all Human Interface Devices. Each HID device
+driver handles all Human Interface Devices.
+Each HID device
can have several components, e.g., a keyboard and a mouse.
These components use different report identifiers (a byte) to
-distinguish which one data is coming from. The
+distinguish which one data is coming from.
+The
.Nm
driver has other drivers attached that handle particular
kinds of devices and
.Nm
-only dispatches data to them based on the report id.
+only dispatches data to them based on the report ID.
.Sh SEE ALSO
.Xr uhid 4 ,
.Xr ukbd 4 ,
@@ -71,5 +74,6 @@ appeared in
.Nx 1.6 .
This manual page was adopted from
.Nx
-by Tom Rhodes <trhodes@FreeBSD.org>
+by
+.An Tom Rhodes Aq trhodes@FreeBSD.org
in April 2002.
diff --git a/share/man/man4/ulpt.4 b/share/man/man4/ulpt.4
index 73470bd..e4385f9 100644
--- a/share/man/man4/ulpt.4
+++ b/share/man/man4/ulpt.4
@@ -1,5 +1,4 @@
.\" $NetBSD: ulpt.4,v 1.6 2002/02/05 00:37:48 augustss Exp $
-.\" $FreeBSD$
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -35,6 +34,8 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
+.\" $FreeBSD$
+.\"
.Dd July 12, 1998
.Dt ULPT 4
.Os
@@ -49,17 +50,16 @@ The
driver provides support for USB printers that follow the printer
bi- or uni-directional protocol.
The bits in the minor number select various features of the driver.
-.Pp
.Bl -column "Minor Bit" "Functionxxxxxxxxxxxxxxxxxxxxxxxxxxxx" -offset indent
-.It Em "Minor Bit" Function
-.It 64 Do not initialize (reset) the device on the port.
+.Em "Minor Bit Function"
+64 Do not initialize (reset) the device on the port.
.El
.Pp
Some printers cannot handle the reset on open; in case of problems try the
.Pa ulpn
device.
.Sh FILES
-.Bl -tag -width xxxxxxxxxx
+.Bl -tag -width ".Pa /dev/ulpt?" -compact
.It Pa /dev/ulpt?
device with reset
.It Pa /dev/ulpn?
@@ -76,5 +76,6 @@ appeared in
.Nx 1.4 .
This manual page was adopted from
.Nx
-by Tom Rhodes <trhodes@FreeBSD.org>
+by
+.An Tom Rhodes Aq trhodes@FreeBSD.org
in April 2002.
diff --git a/share/man/man4/umodem.4 b/share/man/man4/umodem.4
index a8751a6..8bac3d7 100644
--- a/share/man/man4/umodem.4
+++ b/share/man/man4/umodem.4
@@ -1,5 +1,4 @@
.\" $NetBSD: umodem.4,v 1.6 2001/09/11 23:18:55 wiz Exp $
-.\" $FreeBSD$
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -35,6 +34,8 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
+.\" $FreeBSD$
+.\"
.Dd August 16, 1999
.Dt UMODEM 4
.Os
@@ -50,9 +51,11 @@ The
driver provides support for USB modems in the Communication
Device Class using the Abstract Control Model.
These modems are basically standard serial line modems, but they are
-accessed via USB instead. They support a regular AT command set.
+accessed via USB instead.
+They support a regular AT command set.
The commands can either be multiplexed with the data stream
-or handled through separate pipes. In the latter case the AT
+or handled through separate pipes.
+In the latter case the AT
commands have to be given on device separate from the data device.
.Pp
The device is accessed through the
@@ -71,7 +74,8 @@ appeared in
.Nx 1.5 .
This manual page was adopted from
.Nx
-by Tom Rhodes <trhodes@FreeBSD.org>
+by
+.An Tom Rhodes Aq trhodes@FreeBSD.org
in April 2002.
.Sh BUGS
Only modems with multiplexed commands and data are supported
diff --git a/share/man/man4/uplcom.4 b/share/man/man4/uplcom.4
index a715e08..f07fa7b 100644
--- a/share/man/man4/uplcom.4
+++ b/share/man/man4/uplcom.4
@@ -1,5 +1,4 @@
.\" $NetBSD: uplcom.4,v 1.9 2002/02/07 03:15:09 ross Exp $
-.\" $FreeBSD$
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -35,6 +34,8 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
+.\" $FreeBSD$
+.\"
.Dd May 21, 2001
.Dt UPLCOM 4
.Os
@@ -49,15 +50,23 @@ The
.Nm
driver supports the following adapters:
.Pp
-.Bl -tag -width Dv -offset indent -compact
-.It ATEN UC-232A
-.It BAFO BF-800
-.It BAFO BF-810
-.It ELECOM UC-SGT
-.It IOGEAR UC-232A
-.It I/O DATA USB-RSAQ
-.It I/O DATA USB-RSAQ2
-.It PLANEX USB-RS232 URS-03
+.Bl -item -offset indent -compact
+.It
+ATEN UC-232A
+.It
+BAFO BF-800
+.It
+BAFO BF-810
+.It
+ELECOM UC-SGT
+.It
+IOGEAR UC-232A
+.It
+I/O DATA USB-RSAQ
+.It
+I/O DATA USB-RSAQ2
+.It
+PLANEX USB-RS232 URS-03
.El
.Sh DESCRIPTION
The
@@ -80,5 +89,6 @@ appeared in
.Nx 1.6 .
This manual page was adopted from
.Nx
-by Tom Rhodes <trhodes@FreeBSD.org>
+by
+.An Tom Rhodes Aq trhodes@FreeBSD.org
in April 2002.
diff --git a/share/man/man4/uvscom.4 b/share/man/man4/uvscom.4
index 1833e81..a7d694f 100644
--- a/share/man/man4/uvscom.4
+++ b/share/man/man4/uvscom.4
@@ -1,5 +1,4 @@
.\" $NetBSD: uvscom.4,v 1.1 2002/03/19 15:17:49 augustss Exp $
-.\" $FreeBSD$
.\"
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -35,6 +34,8 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
+.\" $FreeBSD$
+.\"
.Dd May 21, 2001
.Dt UVSCOM 4
.Os
@@ -49,7 +50,8 @@ The
.Nm
driver provides support for SUNTAC Slipper U VS-10U.
Slipper U is a PC card to USB converter for data communication card
-adapter. It supports DDI Pocket's Air H" C@rd, C@rd H" 64, NTT's P-in,
+adapter.
+It supports DDI Pocket's Air H" C@rd, C@rd H" 64, NTT's P-in,
P-in m@ater and various data communication card adapters.
.Pp
The device is accessed through the
@@ -69,5 +71,6 @@ and later in
.Nx 1.6 .
This manual page was adopted from
.Nx
-by Tom Rhodes <trhodes@FreeBSD.org>
+by
+.An Tom Rhodes Aq trhodes@FreeBSD.org
in April 2002.
OpenPOWER on IntegriCloud