Put DESCRIPTION before HARDWARE. New sentence, new line.

This commit is contained in:
wiz 2009-05-24 19:06:45 +00:00
parent 237687b934
commit 9d12d16c67
1 changed files with 14 additions and 13 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: uftdi.4,v 1.15 2009/05/24 16:32:58 nisimura Exp $ .\" $NetBSD: uftdi.4,v 1.16 2009/05/24 19:06:45 wiz Exp $
.\" .\"
.\" Copyright (c) 2000 The NetBSD Foundation, Inc. .\" Copyright (c) 2000 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE. .\" POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.Dd May 9, 2009 .Dd May 24, 2009
.Dt UFTDI 4 .Dt UFTDI 4
.Os .Os
.Sh NAME .Sh NAME
@ -36,6 +36,18 @@
.Sh SYNOPSIS .Sh SYNOPSIS
.Cd "uftdi* at uhub?" .Cd "uftdi* at uhub?"
.Cd "ucom* at uftdi?" .Cd "ucom* at uftdi?"
.Sh DESCRIPTION
The
.Nm
driver provides support for various serial adapters based on the FTDI USB
UART IC family.
Supported chip models are FT8U100AX, FT8U232AM, FT232BM, FT232R,
dual channel FT2232D, dual channel FT2232H, and quad channel FT4232H.
.Pp
The device is accessed through the
.Xr ucom 4
driver which makes it behave like a
.Xr tty 4 .
.Sh HARDWARE .Sh HARDWARE
The The
.Nm .Nm
@ -73,17 +85,6 @@ driver supports the following adapters:
.It Tn Sealevel Systems USB-Serial adapter .It Tn Sealevel Systems USB-Serial adapter
.It Tn VScom USB-COM Mini .It Tn VScom USB-COM Mini
.El .El
.Sh DESCRIPTION
The
.Nm
driver provides support for various serial adapters based on the FTDI USB
UART IC family. Supported chip models are FT8U100AX, FT8U232AM, FT232BM,
FT232R, dual channel FT2232D, dual channel FT2232H, and quad channel FT4232H.
.Pp
The device is accessed through the
.Xr ucom 4
driver which makes it behave like a
.Xr tty 4 .
.Sh SEE ALSO .Sh SEE ALSO
.Xr tty 4 , .Xr tty 4 ,
.Xr ucom 4 , .Xr ucom 4 ,