From owner-svn-src-head@freebsd.org Tue May 9 08:36:13 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80848D64668; Tue, 9 May 2017 08:36:13 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B3C7A62C; Tue, 9 May 2017 08:36:12 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v498aB2n035798; Tue, 9 May 2017 08:36:11 GMT (envelope-from trasz@FreeBSD.org) Received: (from trasz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v498a9JJ035778; Tue, 9 May 2017 08:36:09 GMT (envelope-from trasz@FreeBSD.org) Message-Id: <201705090836.v498a9JJ035778@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: trasz set sender to trasz@FreeBSD.org using -f From: Edward Tomasz Napierala Date: Tue, 9 May 2017 08:36:09 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r318017 - head/share/man/man4 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 May 2017 08:36:13 -0000 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 ,