Deleted Added
full compact
ucom.4 (204605) ucom.4 (208027)
1.\" $NetBSD: ucom.4,v 1.9 2002/03/22 00:39:40 augustss 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.\"

--- 13 unchanged lines hidden (view full) ---

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.\"
1.\" $NetBSD: ucom.4,v 1.9 2002/03/22 00:39:40 augustss 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.\"

--- 13 unchanged lines hidden (view full) ---

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.\" $FreeBSD: head/share/man/man4/ucom.4 204605 2010-03-02 21:59:03Z joel $
30.\" $FreeBSD: head/share/man/man4/ucom.4 208027 2010-05-13 12:07:55Z uqs $
31.\"
32.Dd March 1, 2008
33.Dt UCOM 4
34.Os
35.Sh NAME
36.Nm ucom
37.Nd USB tty support
38.Sh SYNOPSIS

--- 24 unchanged lines hidden (view full) ---

63or
64.Xr ppp 8
65can be used to access the device.
66.Pp
67The
68.Va portno
69locater can be used to decide which port to use for devices that have
70multiple external ports.
31.\"
32.Dd March 1, 2008
33.Dt UCOM 4
34.Os
35.Sh NAME
36.Nm ucom
37.Nd USB tty support
38.Sh SYNOPSIS

--- 24 unchanged lines hidden (view full) ---

63or
64.Xr ppp 8
65can be used to access the device.
66.Pp
67The
68.Va portno
69locater can be used to decide which port to use for devices that have
70multiple external ports.
71.Sh BUGS
72Prior to
73.Fx 6.0
74.Nm
75created
76.Pa /dev/ucom?
77rather than the uniform device names created today.
78Old scripts must be adjusted accordingly.
79.Sh FILES
80.Bl -tag -width ".Pa /dev/cuaU?"
81.It Pa /dev/cuaU?
82.It Pa /dev/ttyU?
83.El
84.Sh SEE ALSO
85.Xr tty 4 ,
86.Xr uark 4 ,

--- 11 unchanged lines hidden (view full) ---

98driver was adopted from
99.Nx
100in March of 2002.
101This manual page was adopted from
102.Nx
103by
104.An Tom Rhodes Aq trhodes@FreeBSD.org
105in April 2002.
71.Sh FILES
72.Bl -tag -width ".Pa /dev/cuaU?"
73.It Pa /dev/cuaU?
74.It Pa /dev/ttyU?
75.El
76.Sh SEE ALSO
77.Xr tty 4 ,
78.Xr uark 4 ,

--- 11 unchanged lines hidden (view full) ---

90driver was adopted from
91.Nx
92in March of 2002.
93This manual page was adopted from
94.Nx
95by
96.An Tom Rhodes Aq trhodes@FreeBSD.org
97in April 2002.
98.Sh BUGS
99Prior to
100.Fx 6.0
101.Nm
102created
103.Pa /dev/ucom?
104rather than the uniform device names created today.
105Old scripts must be adjusted accordingly.