svn commit: r318493 - stable/11/share/man/man4
Edward Tomasz Napierala
trasz at FreeBSD.org
Thu May 18 20:45:12 UTC 2017
Author: trasz
Date: Thu May 18 20:45:09 2017
New Revision: 318493
URL: https://svnweb.freebsd.org/changeset/base/318493
Log:
MFC r317463:
Add information about device nodes to man pages for USB serial drivers.
MFC r318016:
Fix mistake introduced to uart(4) man page in r317463.
MFC r318017:
Fix device paths for USB serial adapters: the formatting strings
contain "%u", differently from eg uart(4) which uses "%r".
Modified:
stable/11/share/man/man4/u3g.4
stable/11/share/man/man4/uark.4
stable/11/share/man/man4/uart.4
stable/11/share/man/man4/ubsa.4
stable/11/share/man/man4/ubser.4
stable/11/share/man/man4/uchcom.4
stable/11/share/man/man4/ucom.4
stable/11/share/man/man4/ucycom.4
stable/11/share/man/man4/uftdi.4
stable/11/share/man/man4/uipaq.4
stable/11/share/man/man4/umcs.4
stable/11/share/man/man4/umct.4
stable/11/share/man/man4/umodem.4
stable/11/share/man/man4/umoscom.4
stable/11/share/man/man4/uplcom.4
stable/11/share/man/man4/uslcom.4
stable/11/share/man/man4/uvisor.4
stable/11/share/man/man4/uvscom.4
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/share/man/man4/u3g.4
==============================================================================
--- stable/11/share/man/man4/u3g.4 Thu May 18 20:41:55 2017 (r318492)
+++ stable/11/share/man/man4/u3g.4 Thu May 18 20:45:09 2017 (r318493)
@@ -18,7 +18,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 26, 2013
+.Dd April 26, 2017
.Dt U3G 4
.Os
.Sh NAME
@@ -97,6 +97,20 @@ See
.Xr usbconfig 8
and
.Xr usb_quirk 4 .
+.Sh FILES
+.Bl -tag -width "/dev/ttyU*.*.init" -compact
+.It Pa /dev/ttyU*.*
+for callin ports
+.It Pa /dev/ttyU*.*.init
+.It Pa /dev/ttyU*.*.lock
+corresponding callin initial-state and lock-state devices
+.Pp
+.It Pa /dev/cuaU*.*
+for callout ports
+.It Pa /dev/cuaU*.*.init
+.It Pa /dev/cuaU*.*.lock
+corresponding callout initial-state and lock-state devices
+.El
.Sh SEE ALSO
.Xr tty 4 ,
.Xr ucom 4 ,
Modified: stable/11/share/man/man4/uark.4
==============================================================================
--- stable/11/share/man/man4/uark.4 Thu May 18 20:41:55 2017 (r318492)
+++ stable/11/share/man/man4/uark.4 Thu May 18 20:45:09 2017 (r318493)
@@ -16,7 +16,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 20, 2011
+.Dd April 26, 2017
.Dt UARK 4
.Os
.Sh NAME
@@ -57,6 +57,20 @@ KQ-U8A Data Cable
.It
Skymaster USB to RS232
.El
+.Sh FILES
+.Bl -tag -width "/dev/ttyU*.init" -compact
+.It Pa /dev/ttyU*
+for callin ports
+.It Pa /dev/ttyU*.init
+.It Pa /dev/ttyU*.lock
+corresponding callin initial-state and lock-state devices
+.Pp
+.It Pa /dev/cuaU*
+for callout ports
+.It Pa /dev/cuaU*.init
+.It Pa /dev/cuaU*.lock
+corresponding callout initial-state and lock-state devices
+.El
.Sh SEE ALSO
.Xr tty 4 ,
.Xr ucom 4 ,
Modified: stable/11/share/man/man4/uart.4
==============================================================================
--- stable/11/share/man/man4/uart.4 Thu May 18 20:41:55 2017 (r318492)
+++ stable/11/share/man/man4/uart.4 Thu May 18 20:45:09 2017 (r318493)
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd December 9, 2015
+.Dd April 26, 2017
.Dt UART 4
.Os
.Sh NAME
@@ -226,7 +226,7 @@ level signal at up to 12 volts.
A connection to header pins or an edge-connector on an embedded board
is typically a TTL signal at 3.3 or 5 volts.
.Sh FILES
-.Bl -tag -width ".Pa /dev/ttyu?.init" -compact
+.Bl -tag -width "/dev/ttyu?.init" -compact
.It Pa /dev/ttyu?
for callin ports
.It Pa /dev/ttyu?.init
Modified: stable/11/share/man/man4/ubsa.4
==============================================================================
--- stable/11/share/man/man4/ubsa.4 Thu May 18 20:41:55 2017 (r318492)
+++ stable/11/share/man/man4/ubsa.4 Thu May 18 20:45:09 2017 (r318493)
@@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 20, 2011
+.Dd April 26, 2017
.Dt UBSA 4
.Os
.Sh NAME
@@ -81,6 +81,20 @@ GoHubs GoCOM232
.It
Peracom single port serial adapter
.El
+.Sh FILES
+.Bl -tag -width "/dev/ttyU*.init" -compact
+.It Pa /dev/ttyU*
+for callin ports
+.It Pa /dev/ttyU*.init
+.It Pa /dev/ttyU*.lock
+corresponding callin initial-state and lock-state devices
+.Pp
+.It Pa /dev/cuaU*
+for callout ports
+.It Pa /dev/cuaU*.init
+.It Pa /dev/cuaU*.lock
+corresponding callout initial-state and lock-state devices
+.El
.Sh SEE ALSO
.Xr tty 4 ,
.Xr ucom 4 ,
Modified: stable/11/share/man/man4/ubser.4
==============================================================================
--- stable/11/share/man/man4/ubser.4 Thu May 18 20:41:55 2017 (r318492)
+++ stable/11/share/man/man4/ubser.4 Thu May 18 20:45:09 2017 (r318493)
@@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 20, 2011
+.Dd April 26, 2017
.Dt UBSER 4
.Os
.Sh NAME
@@ -55,8 +55,18 @@ The
.Nm
driver provides support for the BWCT console management serial adapters.
.Sh FILES
-.Bl -tag -width ".Pa /dev/ttyy??" -compact
-.It Pa /dev/ttyy??
+.Bl -tag -width "/dev/ttyU*.*.init" -compact
+.It Pa /dev/ttyU*.*
+for callin ports
+.It Pa /dev/ttyU*.*.init
+.It Pa /dev/ttyU*.*.lock
+corresponding callin initial-state and lock-state devices
+.Pp
+.It Pa /dev/cuaU*.*
+for callout ports
+.It Pa /dev/cuaU*.*.init
+.It Pa /dev/cuaU*.*.lock
+corresponding callout initial-state and lock-state devices
.El
.Sh SEE ALSO
.Xr tty 4 ,
Modified: stable/11/share/man/man4/uchcom.4
==============================================================================
--- stable/11/share/man/man4/uchcom.4 Thu May 18 20:41:55 2017 (r318492)
+++ stable/11/share/man/man4/uchcom.4 Thu May 18 20:45:09 2017 (r318493)
@@ -29,7 +29,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 20, 2011
+.Dd April 26, 2017
.Dt UCHCOM 4
.Os
.Sh NAME
@@ -70,6 +70,20 @@ driver supports the following adapters:
.It
HL USB-RS232
.El
+.Sh FILES
+.Bl -tag -width "/dev/ttyU*.init" -compact
+.It Pa /dev/ttyU*
+for callin ports
+.It Pa /dev/ttyU*.init
+.It Pa /dev/ttyU*.lock
+corresponding callin initial-state and lock-state devices
+.Pp
+.It Pa /dev/cuaU*
+for callout ports
+.It Pa /dev/cuaU*.init
+.It Pa /dev/cuaU*.lock
+corresponding callout initial-state and lock-state devices
+.El
.Sh SEE ALSO
.Xr tty 4 ,
.Xr ucom 4 ,
Modified: stable/11/share/man/man4/ucom.4
==============================================================================
--- stable/11/share/man/man4/ucom.4 Thu May 18 20:41:55 2017 (r318492)
+++ stable/11/share/man/man4/ucom.4 Thu May 18 20:45:09 2017 (r318493)
@@ -29,7 +29,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 11, 2015
+.Dd April 26, 2017
.Dt UCOM 4
.Os
.Sh NAME
@@ -92,9 +92,18 @@ Capture pulses on the CTS line.
Capture pulses on the DCD line.
.El
.Sh FILES
-.Bl -tag -width ".Pa /dev/cuaU?"
-.It Pa /dev/cuaU?
-.It Pa /dev/ttyU?
+.Bl -tag -width "/dev/ttyU*.init" -compact
+.It Pa /dev/ttyU*
+for callin ports
+.It Pa /dev/ttyU*.init
+.It Pa /dev/ttyU*.lock
+corresponding callin initial-state and lock-state devices
+.Pp
+.It Pa /dev/cuaU*
+for callout ports
+.It Pa /dev/cuaU*.init
+.It Pa /dev/cuaU*.lock
+corresponding callout initial-state and lock-state devices
.El
.Sh SEE ALSO
.Xr tty 4 ,
Modified: stable/11/share/man/man4/ucycom.4
==============================================================================
--- stable/11/share/man/man4/ucycom.4 Thu May 18 20:41:55 2017 (r318492)
+++ stable/11/share/man/man4/ucycom.4 Thu May 18 20:45:09 2017 (r318493)
@@ -27,7 +27,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 20, 2011
+.Dd April 26, 2017
.Dt UCYCOM 4
.Os
.Sh NAME
@@ -71,6 +71,20 @@ Cypress USB to RS232 bridge chips:
.It
DeLorme Earthmate USB GPS receiver
.El
+.Sh FILES
+.Bl -tag -width "/dev/ttyU*.init" -compact
+.It Pa /dev/ttyU*
+for callin ports
+.It Pa /dev/ttyU*.init
+.It Pa /dev/ttyU*.lock
+corresponding callin initial-state and lock-state devices
+.Pp
+.It Pa /dev/cuaU*
+for callout ports
+.It Pa /dev/cuaU*.init
+.It Pa /dev/cuaU*.lock
+corresponding callout initial-state and lock-state devices
+.El
.Sh SEE ALSO
.Xr tty 4 ,
.Xr ucom 4 ,
Modified: stable/11/share/man/man4/uftdi.4
==============================================================================
--- stable/11/share/man/man4/uftdi.4 Thu May 18 20:41:55 2017 (r318492)
+++ stable/11/share/man/man4/uftdi.4 Thu May 18 20:45:09 2017 (r318493)
@@ -29,7 +29,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 6, 2015
+.Dd April 26, 2017
.Dt UFTDI 4
.Os
.Sh NAME
@@ -242,6 +242,20 @@ Buffalo PC-OP-RS / Kurouto-shikou KURO-R
.It
Prologix GPIB-USB Controller
.El
+.Sh FILES
+.Bl -tag -width "/dev/ttyU*.init" -compact
+.It Pa /dev/ttyU*
+for callin ports
+.It Pa /dev/ttyU*.init
+.It Pa /dev/ttyU*.lock
+corresponding callin initial-state and lock-state devices
+.Pp
+.It Pa /dev/cuaU*
+for callout ports
+.It Pa /dev/cuaU*.init
+.It Pa /dev/cuaU*.lock
+corresponding callout initial-state and lock-state devices
+.El
.Sh SEE ALSO
.Xr tty 4 ,
.Xr ucom 4 ,
Modified: stable/11/share/man/man4/uipaq.4
==============================================================================
--- stable/11/share/man/man4/uipaq.4 Thu May 18 20:41:55 2017 (r318492)
+++ stable/11/share/man/man4/uipaq.4 Thu May 18 20:45:09 2017 (r318493)
@@ -30,7 +30,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 20, 2011
+.Dd April 26, 2017
.Dt UIPAQ 4
.Os
.Sh NAME
@@ -79,6 +79,20 @@ The device is accessed through the
.Xr ucom 4
driver which makes it behave like a
.Xr tty 4 .
+.Sh FILES
+.Bl -tag -width "/dev/ttyU*.init" -compact
+.It Pa /dev/ttyU*
+for callin ports
+.It Pa /dev/ttyU*.init
+.It Pa /dev/ttyU*.lock
+corresponding callin initial-state and lock-state devices
+.Pp
+.It Pa /dev/cuaU*
+for callout ports
+.It Pa /dev/cuaU*.init
+.It Pa /dev/cuaU*.lock
+corresponding callout initial-state and lock-state devices
+.El
.Sh SEE ALSO
.Xr tty 4 ,
.Xr ucom 4 ,
Modified: stable/11/share/man/man4/umcs.4
==============================================================================
--- stable/11/share/man/man4/umcs.4 Thu May 18 20:41:55 2017 (r318492)
+++ stable/11/share/man/man4/umcs.4 Thu May 18 20:45:09 2017 (r318493)
@@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd February 25, 2012
+.Dd April 26, 2017
.Dt UMCS 4
.Os
.Sh NAME
@@ -80,6 +80,20 @@ ST Lab U-360 two-port serial USB adapter
.It
ST Lab U-400 four-port serial USB adapter
.El
+.Sh FILES
+.Bl -tag -width "/dev/ttyU*.*.init" -compact
+.It Pa /dev/ttyU*.*
+for callin ports
+.It Pa /dev/ttyU*.*.init
+.It Pa /dev/ttyU*.*.lock
+corresponding callin initial-state and lock-state devices
+.Pp
+.It Pa /dev/cuaU*.*
+for callout ports
+.It Pa /dev/cuaU*.*.init
+.It Pa /dev/cuaU*.*.lock
+corresponding callout initial-state and lock-state devices
+.El
.Sh SEE ALSO
.Xr tty 4 ,
.Xr ucom 4 ,
Modified: stable/11/share/man/man4/umct.4
==============================================================================
--- stable/11/share/man/man4/umct.4 Thu May 18 20:41:55 2017 (r318492)
+++ stable/11/share/man/man4/umct.4 Thu May 18 20:45:09 2017 (r318493)
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 20, 2011
+.Dd April 26, 2017
.Dt UMCT 4
.Os
.Sh NAME
@@ -78,6 +78,20 @@ Magic Control Technology USB-232
.It
Sitecom USB-232
.El
+.Sh FILES
+.Bl -tag -width "/dev/ttyU*.init" -compact
+.It Pa /dev/ttyU*
+for callin ports
+.It Pa /dev/ttyU*.init
+.It Pa /dev/ttyU*.lock
+corresponding callin initial-state and lock-state devices
+.Pp
+.It Pa /dev/cuaU*
+for callout ports
+.It Pa /dev/cuaU*.init
+.It Pa /dev/cuaU*.lock
+corresponding callout initial-state and lock-state devices
+.El
.Sh SEE ALSO
.Xr tty 4 ,
.Xr ucom 4 ,
Modified: stable/11/share/man/man4/umodem.4
==============================================================================
--- stable/11/share/man/man4/umodem.4 Thu May 18 20:41:55 2017 (r318492)
+++ stable/11/share/man/man4/umodem.4 Thu May 18 20:45:09 2017 (r318493)
@@ -29,7 +29,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 6, 2012
+.Dd April 26, 2017
.Dt UMODEM 4
.Os
.Sh NAME
@@ -95,6 +95,20 @@ Sony Ericsson W810i phone
.It
Sonim XP5300 Force
.El
+.Sh FILES
+.Bl -tag -width "/dev/ttyU*.init" -compact
+.It Pa /dev/ttyU*
+for callin ports
+.It Pa /dev/ttyU*.init
+.It Pa /dev/ttyU*.lock
+corresponding callin initial-state and lock-state devices
+.Pp
+.It Pa /dev/cuaU*
+for callout ports
+.It Pa /dev/cuaU*.init
+.It Pa /dev/cuaU*.lock
+corresponding callout initial-state and lock-state devices
+.El
.Sh SEE ALSO
.Xr tty 4 ,
.Xr ucom 4 ,
Modified: stable/11/share/man/man4/umoscom.4
==============================================================================
--- stable/11/share/man/man4/umoscom.4 Thu May 18 20:41:55 2017 (r318492)
+++ stable/11/share/man/man4/umoscom.4 Thu May 18 20:45:09 2017 (r318493)
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 18, 2014
+.Dd April 26, 2017
.Dt UMOSCOM 4
.Os
.Sh NAME
@@ -56,6 +56,20 @@ The device is accessed through the
.Xr ucom 4
driver which makes it behave like a
.Xr tty 4 .
+.Sh FILES
+.Bl -tag -width "/dev/ttyU*.init" -compact
+.It Pa /dev/ttyU*
+for callin ports
+.It Pa /dev/ttyU*.init
+.It Pa /dev/ttyU*.lock
+corresponding callin initial-state and lock-state devices
+.Pp
+.It Pa /dev/cuaU*
+for callout ports
+.It Pa /dev/cuaU*.init
+.It Pa /dev/cuaU*.lock
+corresponding callout initial-state and lock-state devices
+.El
.Sh SEE ALSO
.Xr tty 4 ,
.Xr ucom 4 ,
Modified: stable/11/share/man/man4/uplcom.4
==============================================================================
--- stable/11/share/man/man4/uplcom.4 Thu May 18 20:41:55 2017 (r318492)
+++ stable/11/share/man/man4/uplcom.4 Thu May 18 20:45:09 2017 (r318493)
@@ -29,7 +29,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 25, 2012
+.Dd April 26, 2017
.Dt UPLCOM 4
.Os
.Sh NAME
@@ -180,6 +180,20 @@ YC-Cable USB-Serial Adapter
.It
Zeagle N2iTion3 Diving Computer
.El
+.Sh FILES
+.Bl -tag -width "/dev/ttyU*.init" -compact
+.It Pa /dev/ttyU*
+for callin ports
+.It Pa /dev/ttyU*.init
+.It Pa /dev/ttyU*.lock
+corresponding callin initial-state and lock-state devices
+.Pp
+.It Pa /dev/cuaU*
+for callout ports
+.It Pa /dev/cuaU*.init
+.It Pa /dev/cuaU*.lock
+corresponding callout initial-state and lock-state devices
+.El
.Sh SEE ALSO
.Xr tty 4 ,
.Xr ucom 4 ,
Modified: stable/11/share/man/man4/uslcom.4
==============================================================================
--- stable/11/share/man/man4/uslcom.4 Thu May 18 20:41:55 2017 (r318492)
+++ stable/11/share/man/man4/uslcom.4 Thu May 18 20:45:09 2017 (r318493)
@@ -16,7 +16,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 4, 2012
+.Dd April 26, 2017
.Dt USLCOM 4
.Os
.Sh NAME
@@ -192,6 +192,20 @@ WMR RIGblaster Plug&Play and RIGtalk RT1
.It
Zephyr Bioharness
.El
+.Sh FILES
+.Bl -tag -width "/dev/ttyU*.init" -compact
+.It Pa /dev/ttyU*
+for callin ports
+.It Pa /dev/ttyU*.init
+.It Pa /dev/ttyU*.lock
+corresponding callin initial-state and lock-state devices
+.Pp
+.It Pa /dev/cuaU*
+for callout ports
+.It Pa /dev/cuaU*.init
+.It Pa /dev/cuaU*.lock
+corresponding callout initial-state and lock-state devices
+.El
.Sh SEE ALSO
.Xr tty 4 ,
.Xr ucom 4 ,
Modified: stable/11/share/man/man4/uvisor.4
==============================================================================
--- stable/11/share/man/man4/uvisor.4 Thu May 18 20:41:55 2017 (r318492)
+++ stable/11/share/man/man4/uvisor.4 Thu May 18 20:45:09 2017 (r318493)
@@ -29,7 +29,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 20, 2011
+.Dd April 26, 2017
.Dt UVISOR 4
.Os
.Sh NAME
@@ -118,6 +118,20 @@ Sony Clie S360
.It
Sony Clie TJ37
.El
+.Sh FILES
+.Bl -tag -width "/dev/ttyU*.init" -compact
+.It Pa /dev/ttyU*
+for callin ports
+.It Pa /dev/ttyU*.init
+.It Pa /dev/ttyU*.lock
+corresponding callin initial-state and lock-state devices
+.Pp
+.It Pa /dev/cuaU*
+for callout ports
+.It Pa /dev/cuaU*.init
+.It Pa /dev/cuaU*.lock
+corresponding callout initial-state and lock-state devices
+.El
.Sh SEE ALSO
.Xr tty 4 ,
.Xr ucom 4 ,
Modified: stable/11/share/man/man4/uvscom.4
==============================================================================
--- stable/11/share/man/man4/uvscom.4 Thu May 18 20:41:55 2017 (r318492)
+++ stable/11/share/man/man4/uvscom.4 Thu May 18 20:45:09 2017 (r318493)
@@ -29,7 +29,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 20, 2011
+.Dd April 26, 2017
.Dt UVSCOM 4
.Os
.Sh NAME
@@ -77,6 +77,19 @@ The device is accessed through the
.Xr ucom 4
driver which makes it behave like a
.Xr tty 4 .
+.Sh FILES
+.Bl -tag -width "/dev/ttyU*.init" -compact
+.It Pa /dev/ttyU*
+for callin ports
+.It Pa /dev/ttyU*.init
+.It Pa /dev/ttyU*.lock
+corresponding callin initial-state and lock-state devices
+.Pp
+.It Pa /dev/cuaU*
+for callout ports
+.It Pa /dev/cuaU*.init
+.It Pa /dev/cuaU*.lock
+corresponding callout initial-state and lock-state devices
.Sh SEE ALSO
.Xr tty 4 ,
.Xr ucom 4 ,
More information about the svn-src-stable-11
mailing list