svn commit: r318017 - head/share/man/man4

Edward Tomasz Napierala trasz at FreeBSD.org
Tue May 9 08:36:13 UTC 2017


Author: trasz
Date: Tue May  9 08:36:09 2017
New Revision: 318017
URL: https://svnweb.freebsd.org/changeset/base/318017

Log:
  Fix device paths for USB serial adapters: the formatting strings
  contain "%u", differently from eg uart(4) which uses "%r".
  
  Suggested by:	bde@
  MFC after:	2 weeks

Modified:
  head/share/man/man4/u3g.4
  head/share/man/man4/uark.4
  head/share/man/man4/ubsa.4
  head/share/man/man4/ubser.4
  head/share/man/man4/uchcom.4
  head/share/man/man4/ucom.4
  head/share/man/man4/ucycom.4
  head/share/man/man4/uftdi.4
  head/share/man/man4/uipaq.4
  head/share/man/man4/umcs.4
  head/share/man/man4/umct.4
  head/share/man/man4/umodem.4
  head/share/man/man4/umoscom.4
  head/share/man/man4/uplcom.4
  head/share/man/man4/uslcom.4
  head/share/man/man4/uvisor.4
  head/share/man/man4/uvscom.4

Modified: head/share/man/man4/u3g.4
==============================================================================
--- head/share/man/man4/u3g.4	Tue May  9 08:31:34 2017	(r318016)
+++ head/share/man/man4/u3g.4	Tue May  9 08:36:09 2017	(r318017)
@@ -98,17 +98,17 @@ See
 and
 .Xr usb_quirk 4 .
 .Sh FILES
-.Bl -tag -width "/dev/ttyU?.?.init" -compact
-.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
+.It Pa /dev/ttyU*.*.init
+.It Pa /dev/ttyU*.*.lock
 corresponding callin initial-state and lock-state devices
 .Pp
-.It Pa /dev/cuaU?.?
+.It Pa /dev/cuaU*.*
 for callout ports
-.It Pa /dev/cuaU?.?.init
-.It Pa /dev/cuaU?.?.lock
+.It Pa /dev/cuaU*.*.init
+.It Pa /dev/cuaU*.*.lock
 corresponding callout initial-state and lock-state devices
 .El
 .Sh SEE ALSO

Modified: head/share/man/man4/uark.4
==============================================================================
--- head/share/man/man4/uark.4	Tue May  9 08:31:34 2017	(r318016)
+++ head/share/man/man4/uark.4	Tue May  9 08:36:09 2017	(r318017)
@@ -58,17 +58,17 @@ KQ-U8A Data Cable
 Skymaster USB to RS232
 .El
 .Sh FILES
-.Bl -tag -width "/dev/ttyU?.init" -compact
-.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
+.It Pa /dev/ttyU*.init
+.It Pa /dev/ttyU*.lock
 corresponding callin initial-state and lock-state devices
 .Pp
-.It Pa /dev/cuaU?
+.It Pa /dev/cuaU*
 for callout ports
-.It Pa /dev/cuaU?.init
-.It Pa /dev/cuaU?.lock
+.It Pa /dev/cuaU*.init
+.It Pa /dev/cuaU*.lock
 corresponding callout initial-state and lock-state devices
 .El
 .Sh SEE ALSO

Modified: head/share/man/man4/ubsa.4
==============================================================================
--- head/share/man/man4/ubsa.4	Tue May  9 08:31:34 2017	(r318016)
+++ head/share/man/man4/ubsa.4	Tue May  9 08:36:09 2017	(r318017)
@@ -82,17 +82,17 @@ GoHubs GoCOM232
 Peracom single port serial adapter
 .El
 .Sh FILES
-.Bl -tag -width "/dev/ttyU?.init" -compact
-.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
+.It Pa /dev/ttyU*.init
+.It Pa /dev/ttyU*.lock
 corresponding callin initial-state and lock-state devices
 .Pp
-.It Pa /dev/cuaU?
+.It Pa /dev/cuaU*
 for callout ports
-.It Pa /dev/cuaU?.init
-.It Pa /dev/cuaU?.lock
+.It Pa /dev/cuaU*.init
+.It Pa /dev/cuaU*.lock
 corresponding callout initial-state and lock-state devices
 .El
 .Sh SEE ALSO

Modified: head/share/man/man4/ubser.4
==============================================================================
--- head/share/man/man4/ubser.4	Tue May  9 08:31:34 2017	(r318016)
+++ head/share/man/man4/ubser.4	Tue May  9 08:36:09 2017	(r318017)
@@ -55,17 +55,17 @@ The
 .Nm
 driver provides support for the BWCT console management serial adapters.
 .Sh FILES
-.Bl -tag -width "/dev/ttyU?.?.init" -compact
-.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
+.It Pa /dev/ttyU*.*.init
+.It Pa /dev/ttyU*.*.lock
 corresponding callin initial-state and lock-state devices
 .Pp
-.It Pa /dev/cuaU?.?
+.It Pa /dev/cuaU*.*
 for callout ports
-.It Pa /dev/cuaU?.?.init
-.It Pa /dev/cuaU?.?.lock
+.It Pa /dev/cuaU*.*.init
+.It Pa /dev/cuaU*.*.lock
 corresponding callout initial-state and lock-state devices
 .El
 .Sh SEE ALSO

Modified: head/share/man/man4/uchcom.4
==============================================================================
--- head/share/man/man4/uchcom.4	Tue May  9 08:31:34 2017	(r318016)
+++ head/share/man/man4/uchcom.4	Tue May  9 08:36:09 2017	(r318017)
@@ -71,17 +71,17 @@ driver supports the following adapters:
 HL USB-RS232
 .El
 .Sh FILES
-.Bl -tag -width "/dev/ttyU?.init" -compact
-.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
+.It Pa /dev/ttyU*.init
+.It Pa /dev/ttyU*.lock
 corresponding callin initial-state and lock-state devices
 .Pp
-.It Pa /dev/cuaU?
+.It Pa /dev/cuaU*
 for callout ports
-.It Pa /dev/cuaU?.init
-.It Pa /dev/cuaU?.lock
+.It Pa /dev/cuaU*.init
+.It Pa /dev/cuaU*.lock
 corresponding callout initial-state and lock-state devices
 .El
 .Sh SEE ALSO

Modified: head/share/man/man4/ucom.4
==============================================================================
--- head/share/man/man4/ucom.4	Tue May  9 08:31:34 2017	(r318016)
+++ head/share/man/man4/ucom.4	Tue May  9 08:36:09 2017	(r318017)
@@ -92,17 +92,17 @@ Capture pulses on the CTS line.
 Capture pulses on the DCD line.
 .El
 .Sh FILES
-.Bl -tag -width "/dev/ttyU?.init" -compact
-.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
+.It Pa /dev/ttyU*.init
+.It Pa /dev/ttyU*.lock
 corresponding callin initial-state and lock-state devices
 .Pp
-.It Pa /dev/cuaU?
+.It Pa /dev/cuaU*
 for callout ports
-.It Pa /dev/cuaU?.init
-.It Pa /dev/cuaU?.lock
+.It Pa /dev/cuaU*.init
+.It Pa /dev/cuaU*.lock
 corresponding callout initial-state and lock-state devices
 .El
 .Sh SEE ALSO

Modified: head/share/man/man4/ucycom.4
==============================================================================
--- head/share/man/man4/ucycom.4	Tue May  9 08:31:34 2017	(r318016)
+++ head/share/man/man4/ucycom.4	Tue May  9 08:36:09 2017	(r318017)
@@ -72,17 +72,17 @@ Cypress USB to RS232 bridge chips:
 DeLorme Earthmate USB GPS receiver
 .El
 .Sh FILES
-.Bl -tag -width "/dev/ttyU?.init" -compact
-.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
+.It Pa /dev/ttyU*.init
+.It Pa /dev/ttyU*.lock
 corresponding callin initial-state and lock-state devices
 .Pp
-.It Pa /dev/cuaU?
+.It Pa /dev/cuaU*
 for callout ports
-.It Pa /dev/cuaU?.init
-.It Pa /dev/cuaU?.lock
+.It Pa /dev/cuaU*.init
+.It Pa /dev/cuaU*.lock
 corresponding callout initial-state and lock-state devices
 .El
 .Sh SEE ALSO

Modified: head/share/man/man4/uftdi.4
==============================================================================
--- head/share/man/man4/uftdi.4	Tue May  9 08:31:34 2017	(r318016)
+++ head/share/man/man4/uftdi.4	Tue May  9 08:36:09 2017	(r318017)
@@ -243,17 +243,17 @@ Buffalo PC-OP-RS / Kurouto-shikou KURO-R
 Prologix GPIB-USB Controller
 .El
 .Sh FILES
-.Bl -tag -width "/dev/ttyU?.init" -compact
-.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
+.It Pa /dev/ttyU*.init
+.It Pa /dev/ttyU*.lock
 corresponding callin initial-state and lock-state devices
 .Pp
-.It Pa /dev/cuaU?
+.It Pa /dev/cuaU*
 for callout ports
-.It Pa /dev/cuaU?.init
-.It Pa /dev/cuaU?.lock
+.It Pa /dev/cuaU*.init
+.It Pa /dev/cuaU*.lock
 corresponding callout initial-state and lock-state devices
 .El
 .Sh SEE ALSO

Modified: head/share/man/man4/uipaq.4
==============================================================================
--- head/share/man/man4/uipaq.4	Tue May  9 08:31:34 2017	(r318016)
+++ head/share/man/man4/uipaq.4	Tue May  9 08:36:09 2017	(r318017)
@@ -80,17 +80,17 @@ The device is accessed through the
 driver which makes it behave like a
 .Xr tty 4 .
 .Sh FILES
-.Bl -tag -width "/dev/ttyU?.init" -compact
-.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
+.It Pa /dev/ttyU*.init
+.It Pa /dev/ttyU*.lock
 corresponding callin initial-state and lock-state devices
 .Pp
-.It Pa /dev/cuaU?
+.It Pa /dev/cuaU*
 for callout ports
-.It Pa /dev/cuaU?.init
-.It Pa /dev/cuaU?.lock
+.It Pa /dev/cuaU*.init
+.It Pa /dev/cuaU*.lock
 corresponding callout initial-state and lock-state devices
 .El
 .Sh SEE ALSO

Modified: head/share/man/man4/umcs.4
==============================================================================
--- head/share/man/man4/umcs.4	Tue May  9 08:31:34 2017	(r318016)
+++ head/share/man/man4/umcs.4	Tue May  9 08:36:09 2017	(r318017)
@@ -81,17 +81,17 @@ ST Lab U-360 two-port serial USB adapter
 ST Lab U-400 four-port serial USB adapter
 .El
 .Sh FILES
-.Bl -tag -width "/dev/ttyU?.?.init" -compact
-.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
+.It Pa /dev/ttyU*.*.init
+.It Pa /dev/ttyU*.*.lock
 corresponding callin initial-state and lock-state devices
 .Pp
-.It Pa /dev/cuaU?.?
+.It Pa /dev/cuaU*.*
 for callout ports
-.It Pa /dev/cuaU?.?.init
-.It Pa /dev/cuaU?.?.lock
+.It Pa /dev/cuaU*.*.init
+.It Pa /dev/cuaU*.*.lock
 corresponding callout initial-state and lock-state devices
 .El
 .Sh SEE ALSO

Modified: head/share/man/man4/umct.4
==============================================================================
--- head/share/man/man4/umct.4	Tue May  9 08:31:34 2017	(r318016)
+++ head/share/man/man4/umct.4	Tue May  9 08:36:09 2017	(r318017)
@@ -79,17 +79,17 @@ Magic Control Technology USB-232
 Sitecom USB-232
 .El
 .Sh FILES
-.Bl -tag -width "/dev/ttyU?.init" -compact
-.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
+.It Pa /dev/ttyU*.init
+.It Pa /dev/ttyU*.lock
 corresponding callin initial-state and lock-state devices
 .Pp
-.It Pa /dev/cuaU?
+.It Pa /dev/cuaU*
 for callout ports
-.It Pa /dev/cuaU?.init
-.It Pa /dev/cuaU?.lock
+.It Pa /dev/cuaU*.init
+.It Pa /dev/cuaU*.lock
 corresponding callout initial-state and lock-state devices
 .El
 .Sh SEE ALSO

Modified: head/share/man/man4/umodem.4
==============================================================================
--- head/share/man/man4/umodem.4	Tue May  9 08:31:34 2017	(r318016)
+++ head/share/man/man4/umodem.4	Tue May  9 08:36:09 2017	(r318017)
@@ -96,17 +96,17 @@ Sony Ericsson W810i phone
 Sonim XP5300 Force
 .El
 .Sh FILES
-.Bl -tag -width "/dev/ttyU?.init" -compact
-.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
+.It Pa /dev/ttyU*.init
+.It Pa /dev/ttyU*.lock
 corresponding callin initial-state and lock-state devices
 .Pp
-.It Pa /dev/cuaU?
+.It Pa /dev/cuaU*
 for callout ports
-.It Pa /dev/cuaU?.init
-.It Pa /dev/cuaU?.lock
+.It Pa /dev/cuaU*.init
+.It Pa /dev/cuaU*.lock
 corresponding callout initial-state and lock-state devices
 .El
 .Sh SEE ALSO

Modified: head/share/man/man4/umoscom.4
==============================================================================
--- head/share/man/man4/umoscom.4	Tue May  9 08:31:34 2017	(r318016)
+++ head/share/man/man4/umoscom.4	Tue May  9 08:36:09 2017	(r318017)
@@ -57,17 +57,17 @@ The device is accessed through the
 driver which makes it behave like a
 .Xr tty 4 .
 .Sh FILES
-.Bl -tag -width "/dev/ttyU?.init" -compact
-.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
+.It Pa /dev/ttyU*.init
+.It Pa /dev/ttyU*.lock
 corresponding callin initial-state and lock-state devices
 .Pp
-.It Pa /dev/cuaU?
+.It Pa /dev/cuaU*
 for callout ports
-.It Pa /dev/cuaU?.init
-.It Pa /dev/cuaU?.lock
+.It Pa /dev/cuaU*.init
+.It Pa /dev/cuaU*.lock
 corresponding callout initial-state and lock-state devices
 .El
 .Sh SEE ALSO

Modified: head/share/man/man4/uplcom.4
==============================================================================
--- head/share/man/man4/uplcom.4	Tue May  9 08:31:34 2017	(r318016)
+++ head/share/man/man4/uplcom.4	Tue May  9 08:36:09 2017	(r318017)
@@ -181,17 +181,17 @@ YC-Cable USB-Serial Adapter
 Zeagle N2iTion3 Diving Computer
 .El
 .Sh FILES
-.Bl -tag -width "/dev/ttyU?.init" -compact
-.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
+.It Pa /dev/ttyU*.init
+.It Pa /dev/ttyU*.lock
 corresponding callin initial-state and lock-state devices
 .Pp
-.It Pa /dev/cuaU?
+.It Pa /dev/cuaU*
 for callout ports
-.It Pa /dev/cuaU?.init
-.It Pa /dev/cuaU?.lock
+.It Pa /dev/cuaU*.init
+.It Pa /dev/cuaU*.lock
 corresponding callout initial-state and lock-state devices
 .El
 .Sh SEE ALSO

Modified: head/share/man/man4/uslcom.4
==============================================================================
--- head/share/man/man4/uslcom.4	Tue May  9 08:31:34 2017	(r318016)
+++ head/share/man/man4/uslcom.4	Tue May  9 08:36:09 2017	(r318017)
@@ -193,17 +193,17 @@ WMR RIGblaster Plug&Play and RIGtalk RT1
 Zephyr Bioharness
 .El
 .Sh FILES
-.Bl -tag -width "/dev/ttyU?.init" -compact
-.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
+.It Pa /dev/ttyU*.init
+.It Pa /dev/ttyU*.lock
 corresponding callin initial-state and lock-state devices
 .Pp
-.It Pa /dev/cuaU?
+.It Pa /dev/cuaU*
 for callout ports
-.It Pa /dev/cuaU?.init
-.It Pa /dev/cuaU?.lock
+.It Pa /dev/cuaU*.init
+.It Pa /dev/cuaU*.lock
 corresponding callout initial-state and lock-state devices
 .El
 .Sh SEE ALSO

Modified: head/share/man/man4/uvisor.4
==============================================================================
--- head/share/man/man4/uvisor.4	Tue May  9 08:31:34 2017	(r318016)
+++ head/share/man/man4/uvisor.4	Tue May  9 08:36:09 2017	(r318017)
@@ -119,17 +119,17 @@ Sony Clie S360
 Sony Clie TJ37
 .El
 .Sh FILES
-.Bl -tag -width "/dev/ttyU?.init" -compact
-.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
+.It Pa /dev/ttyU*.init
+.It Pa /dev/ttyU*.lock
 corresponding callin initial-state and lock-state devices
 .Pp
-.It Pa /dev/cuaU?
+.It Pa /dev/cuaU*
 for callout ports
-.It Pa /dev/cuaU?.init
-.It Pa /dev/cuaU?.lock
+.It Pa /dev/cuaU*.init
+.It Pa /dev/cuaU*.lock
 corresponding callout initial-state and lock-state devices
 .El
 .Sh SEE ALSO

Modified: head/share/man/man4/uvscom.4
==============================================================================
--- head/share/man/man4/uvscom.4	Tue May  9 08:31:34 2017	(r318016)
+++ head/share/man/man4/uvscom.4	Tue May  9 08:36:09 2017	(r318017)
@@ -78,17 +78,17 @@ The device is accessed through the
 driver which makes it behave like a
 .Xr tty 4 .
 .Sh FILES
-.Bl -tag -width "/dev/ttyU?.init" -compact
-.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
+.It Pa /dev/ttyU*.init
+.It Pa /dev/ttyU*.lock
 corresponding callin initial-state and lock-state devices
 .Pp
-.It Pa /dev/cuaU?
+.It Pa /dev/cuaU*
 for callout ports
-.It Pa /dev/cuaU?.init
-.It Pa /dev/cuaU?.lock
+.It Pa /dev/cuaU*.init
+.It Pa /dev/cuaU*.lock
 corresponding callout initial-state and lock-state devices
 .Sh SEE ALSO
 .Xr tty 4 ,


More information about the svn-src-head mailing list