mdoc(7) police: minor markup fixes.
This commit is contained in:
parent
21f1002bbb
commit
e328d7c9af
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user