summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormpi <mpi@openbsd.org>2014-12-04 11:06:34 +0000
committermpi <mpi@openbsd.org>2014-12-04 11:06:34 +0000
commit504f0052408ca2c8695aed557a9f6f9e864acb7c (patch)
tree2f1f56b7ef079a43ef2f101e332a9e5e9bdfdb74
parentDriver for MosChip Semiconductor 78x0 USB multiport serial adapters. (diff)
downloadwireguard-openbsd-504f0052408ca2c8695aed557a9f6f9e864acb7c.tar.xz
wireguard-openbsd-504f0052408ca2c8695aed557a9f6f9e864acb7c.zip
Manpage for umcs(4).
-rw-r--r--share/man/man4/Makefile6
-rw-r--r--share/man/man4/umcs.448
2 files changed, 51 insertions, 3 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 94f3e5b9f17..c532caa1b84 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.584 2014/10/09 04:41:36 tedu Exp $
+# $OpenBSD: Makefile,v 1.585 2014/12/04 11:06:34 mpi Exp $
MAN= aac.4 ac97.4 acphy.4 \
acpi.4 acpiac.4 acpiasus.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \
@@ -59,8 +59,8 @@ MAN= aac.4 ac97.4 acphy.4 \
ucom.4 uchcom.4 ucycom.4 udav.4 udcf.4 udl.4 udp.4 udsbr.4 \
uftdi.4 ugen.4 ugl.4 ugold.4 uguru.4 uhci.4 uhid.4 uhidev.4 uipaq.4 \
uk.4 ukbd.4 \
- ukphy.4 ulpt.4 umass.4 umbg.4 umct.4 umidi.4 umodem.4 ums.4 umsm.4 \
- unix.4 uow.4 uoaklux.4 uoakrh.4 uoakv.4 upd.4 \
+ ukphy.4 ulpt.4 umass.4 umbg.4 umcs.4 umct.4 umidi.4 umodem.4 ums.4 \
+ umsm.4 unix.4 uow.4 uoaklux.4 uoakrh.4 uoakv.4 upd.4 \
upgt.4 upl.4 uplcom.4 ural.4 urio.4 url.4 urlphy.4 \
urndis.4 urtw.4 urtwn.4 usb.4 usbf.4 uscom.4 uslcom.4 usps.4 \
uthum.4 uticom.4 utpms.4 utwitch.4 utrh.4 uts.4 uvideo.4 uvisor.4 \
diff --git a/share/man/man4/umcs.4 b/share/man/man4/umcs.4
new file mode 100644
index 00000000000..2b2208092d7
--- /dev/null
+++ b/share/man/man4/umcs.4
@@ -0,0 +1,48 @@
+.\" $OpenBSD: umcs.4,v 1.1 2014/12/04 11:06:34 mpi Exp $
+.\"
+.\" Copyright (c) 2014 Martin Pieuchot
+.\"
+.\" Permission to use, copy, modify, and distribute this software for any
+.\" purpose with or without fee is hereby granted, provided that the above
+.\" copyright notice and this permission notice appear in all copies.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+.\"
+.Dd $Mdocdate: December 4 2014 $
+.Dt UMCS 4
+.Os
+.Sh NAME
+.Nm umcs
+.Nd MosChip Semiconductor based USB multiport serial adapter
+.Sh SYNOPSIS
+.Cd "umcs* at uhub?"
+.Cd "ucom* at umcs?"
+.Sh DESCRIPTION
+The
+.Nm
+driver supports various MosChip Semiconductor based serial adapters.
+.Pp
+The following devices should work with the
+.Nm
+driver:
+.Bd -literal -offset indent
+LogiLink AU0033
+ST Lab U-360
+ST Lab U-400
+.Ed
+.Sh SEE ALSO
+.Xr tty 4 ,
+.Xr ucom 4 ,
+.Xr uhub 4 ,
+.Xr usb 4
+.Sh HISTORY
+The
+.Nm
+device driver first appeared in
+.Ox 5.7 .