diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-06-01 16:56:27 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-06-01 16:56:27 +0000 |
commit | 9d0dcc2ca1521ee209dd3148adc8206fc5a7aecf (patch) | |
tree | dfd3e2ae2cc99177feff5126e9e78ebcef57b793 /share/man/man4/uplcom.4 | |
parent | 5943c2563a8ad988b6b1c6241929a941aa1b98ff (diff) |
enforce DESCRIPTION-after-SYNOPSIS order, to appease man -h;
Diffstat (limited to 'share/man/man4/uplcom.4')
-rw-r--r-- | share/man/man4/uplcom.4 | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/share/man/man4/uplcom.4 b/share/man/man4/uplcom.4 index 842c6310e33..7e4ee40a9a6 100644 --- a/share/man/man4/uplcom.4 +++ b/share/man/man4/uplcom.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uplcom.4,v 1.21 2007/05/31 19:19:52 jmc Exp $ +.\" $OpenBSD: uplcom.4,v 1.22 2007/06/01 16:56:26 jmc Exp $ .\" $NetBSD: uplcom.4,v 1.6 2001/05/22 00:21:25 jhawk Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -35,7 +35,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: June 1 2007 $ .Dt UPLCOM 4 .Os .Sh NAME @@ -44,6 +44,15 @@ .Sh SYNOPSIS .Cd "uplcom* at uhub?" .Cd "ucom* at uplcom?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the Prolific PL-2303 USB-to-RS232 Bridge chip. +.Pp +The device is accessed through the +.Xr ucom 4 +driver which makes it behave like a +.Xr tty 4 . .Sh HARDWARE The .Nm @@ -80,15 +89,6 @@ driver supports the following adapters: .It TDK USB-PHS Adapter UHA6400 .It Tripp-Lite U209 .El -.Sh DESCRIPTION -The -.Nm -driver provides support for the Prolific PL-2303 USB-to-RS232 Bridge chip. -.Pp -The device is accessed through the -.Xr ucom 4 -driver which makes it behave like a -.Xr tty 4 . .Sh SEE ALSO .Xr tty 4 , .Xr ucom 4 , |