No empty .Rs/.Re
[netbsd-mini2440.git] / share / man / man4 / ucom.4
blobba125f21486a44c8506ae43f174653153b2029fb
1 .\" $NetBSD: ucom.4,v 1.20 2008/04/30 13:10:54 martin Exp $
2 .\"
3 .\" Copyright (c) 1999 The NetBSD Foundation, Inc.
4 .\" All rights reserved.
5 .\"
6 .\" This code is derived from software contributed to The NetBSD Foundation
7 .\" by Lennart Augustsson.
8 .\"
9 .\" Redistribution and use in source and binary forms, with or without
10 .\" modification, are permitted provided that the following conditions
11 .\" are met:
12 .\" 1. Redistributions of source code must retain the above copyright
13 .\"    notice, this list of conditions and the following disclaimer.
14 .\" 2. Redistributions in binary form must reproduce the above copyright
15 .\"    notice, this list of conditions and the following disclaimer in the
16 .\"    documentation and/or other materials provided with the distribution.
17 .\"
18 .\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
19 .\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
20 .\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
21 .\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
22 .\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
23 .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
24 .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
25 .\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26 .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28 .\" POSSIBILITY OF SUCH DAMAGE.
29 .\"
30 .Dd December 16, 2009
31 .Dt UCOM 4
32 .Os
33 .Sh NAME
34 .Nm ucom
35 .Nd USB tty support
36 .Sh SYNOPSIS
37 .Cd "ucom* at ubsa?"
38 .Cd "ucom* at uchcom?"
39 .Cd "ucom* at uftdi?"
40 .Cd "ucom* at ugensa?"
41 .Cd "ucom* at uhmodem?"
42 .Cd "ucom* at uipaq?"
43 .Cd "ucom* at ukyopon?"
44 .Cd "ucom* at umct?"
45 .Cd "ucom* at umodem?"
46 .Cd "ucom* at uplcom?"
47 .Cd "ucom* at uslsa?"
48 .Cd "ucom* at uvisor? portno ?"
49 .Cd "ucom* at uvscom?"
50 .Sh DESCRIPTION
51 The
52 .Nm
53 driver attaches to USB modems, serial ports, and other devices that need
54 to look like a tty.
55 The
56 .Nm
57 driver shows a behaviour like a
58 .Xr tty 4 .
59 This means that normal programs such as
60 .Xr tip 1
62 .Xr pppd 8
63 can be used to access the device.
64 .Pp
65 The
66 .Va portno
67 locator can be used to decide which port to use for device that have
68 multiple external ports.
69 .Sh FILES
70 .Bl -tag -width Pa
71 .It Pa /dev/dtyU?
72 .It Pa /dev/ttyU?
73 .El
74 .Sh SEE ALSO
75 .Xr tty 4 ,
76 .Xr ubsa 4 ,
77 .Xr uchcom 4 ,
78 .Xr uftdi 4 ,
79 .Xr ugensa 4 ,
80 .Xr uhmodem 4 ,
81 .Xr uipaq 4 ,
82 .Xr ukyopon 4 ,
83 .Xr umct 4 ,
84 .Xr umodem 4 ,
85 .Xr uplcom 4 ,
86 .Xr usb 4 ,
87 .Xr uslsa 4 ,
88 .Xr uvisor 4 ,
89 .Xr uvscom 4
90 .Sh HISTORY
91 The
92 .Nm
93 driver
94 appeared in
95 .Nx 1.5 .