Module Name:    src
Committed By:   jym
Date:           Tue Sep 20 18:58:40 UTC 2011

Modified Files:
        src/share/man/man4: uaudio.4 ulpt.4 usb.4 uscanner.4 uvideo.4

Log Message:
Use mdoc(7) references for links to specifications. While here, fix
URLs for USB device class spec documents, and bump date.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/share/man/man4/uaudio.4
cvs rdiff -u -r1.11 -r1.12 src/share/man/man4/ulpt.4
cvs rdiff -u -r1.92 -r1.93 src/share/man/man4/usb.4
cvs rdiff -u -r1.10 -r1.11 src/share/man/man4/uscanner.4
cvs rdiff -u -r1.5 -r1.6 src/share/man/man4/uvideo.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/uaudio.4
diff -u src/share/man/man4/uaudio.4:1.23 src/share/man/man4/uaudio.4:1.24
--- src/share/man/man4/uaudio.4:1.23	Wed Apr 30 13:10:54 2008
+++ src/share/man/man4/uaudio.4	Tue Sep 20 18:58:40 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: uaudio.4,v 1.23 2008/04/30 13:10:54 martin Exp $
+.\" $NetBSD: uaudio.4,v 1.24 2011/09/20 18:58:40 jym Exp $
 .\"
 .\" Copyright (c) 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd June 22, 2005
+.Dd September 20, 2011
 .Dt UAUDIO 4
 .Os
 .Sh NAME
@@ -107,13 +107,12 @@
 Audio class specification is indispensable
 reading.
 .Sh SEE ALSO
-The
-.Tn USB
-specifications can be found at:
-.Dv http://www.usb.org/developers/docs.html
-.Pp
 .Xr audio 4 ,
 .Xr usb 4
+.Rs
+.%T "USB Approved Class Specification Documents"
+.%U http://www.usb.org/developers/devclass_docs/
+.Re
 .Sh HISTORY
 The
 .Nm

Index: src/share/man/man4/ulpt.4
diff -u src/share/man/man4/ulpt.4:1.11 src/share/man/man4/ulpt.4:1.12
--- src/share/man/man4/ulpt.4:1.11	Sun May 17 05:08:57 2009
+++ src/share/man/man4/ulpt.4	Tue Sep 20 18:58:40 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: ulpt.4,v 1.11 2009/05/17 05:08:57 fair Exp $
+.\" $NetBSD: ulpt.4,v 1.12 2011/09/20 18:58:40 jym Exp $
 .\"
 .\" Copyright (c) 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -71,8 +71,8 @@
 .%T USB Device Class Definition for Printing Devices
 .%I USB Implementors Forum
 .%D January 2000
+.%U http://www.usb.org/developers/devclass_docs/usbprint11.pdf
 .Re
-.Pa http://www.usb.org/developers/devclass_docs/usbprint11.pdf
 .Sh HISTORY
 The
 .Nm

Index: src/share/man/man4/usb.4
diff -u src/share/man/man4/usb.4:1.92 src/share/man/man4/usb.4:1.93
--- src/share/man/man4/usb.4:1.92	Mon Mar 22 18:58:31 2010
+++ src/share/man/man4/usb.4	Tue Sep 20 18:58:40 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: usb.4,v 1.92 2010/03/22 18:58:31 joerg Exp $
+.\" $NetBSD: usb.4,v 1.93 2011/09/20 18:58:40 jym Exp $
 .\"
 .\" Copyright (c) 1999-2008 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -554,11 +554,6 @@
 an interrupt context, but need to sleep, e.g., time-out
 abort of transfers.
 .Sh SEE ALSO
-The
-.Tn USB
-specifications can be found at:
-.D1 http://www.usb.org/developers/docs/
-.Pp
 .Xr usbhidaction 1 ,
 .Xr usbhidctl 1 ,
 .Xr cardbus 4 ,
@@ -570,6 +565,10 @@
 .Xr slhci 4 ,
 .Xr uhci 4 ,
 .Xr usbdevs 8
+.Rs
+.%T Universal Serial Bus Specifications Documents
+.%U http://www.usb.org/developers/docs/
+.Re
 .Sh HISTORY
 The
 .Nm

Index: src/share/man/man4/uscanner.4
diff -u src/share/man/man4/uscanner.4:1.10 src/share/man/man4/uscanner.4:1.11
--- src/share/man/man4/uscanner.4:1.10	Wed Apr 30 13:10:54 2008
+++ src/share/man/man4/uscanner.4	Tue Sep 20 18:58:40 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: uscanner.4,v 1.10 2008/04/30 13:10:54 martin Exp $
+.\" $NetBSD: uscanner.4,v 1.11 2011/09/20 18:58:40 jym Exp $
 .\"
 .\" Copyright (c) 2000 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -76,8 +76,10 @@
 .Xr scanimage 1 ,
 .Xr usb 4 ,
 .Xr usscanner 4
-.br
-.Pa http://www.buzzard.org.uk/jonathan/scanners-usb.html
+.Rs
+.%T USB Scanners under Linux
+.%U http://www.buzzard.org.uk/jonathan/scanners-usb.html
+.Re
 .Sh HISTORY
 The
 .Nm

Index: src/share/man/man4/uvideo.4
diff -u src/share/man/man4/uvideo.4:1.5 src/share/man/man4/uvideo.4:1.6
--- src/share/man/man4/uvideo.4:1.5	Sun Sep 21 18:02:00 2008
+++ src/share/man/man4/uvideo.4	Tue Sep 20 18:58:40 2011
@@ -1,4 +1,4 @@
-.\"	$NetBSD: uvideo.4,v 1.5 2008/09/21 18:02:00 jmcneill Exp $
+.\"	$NetBSD: uvideo.4,v 1.6 2011/09/20 18:58:40 jym Exp $
 .\"
 .\" Copyright (c) 2008 Patrick Mahoney
 .\" All rights reserved.
@@ -24,7 +24,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd September 21, 2008
+.Dd September 20, 2011
 .Dt UVIDEO 4
 .Os
 .Sh NAME
@@ -46,11 +46,13 @@
 Every device has one control interface.
 Each device optionally provides streaming interfaces (input or output).
 .Sh SEE ALSO
-The USB Specifications can be found at:
-.Dv http://www.usb.org/developers/docs.html
-.Pp
+.Xr usb 4 ,
 .Xr video 4 ,
 .Xr video 9
+.Rs
+.%T "USB Approved Class Specification Documents"
+.%U http://www.usb.org/developers/devclass_docs/
+.Re
 .Sh AUTHORS
 .An Patrick Mahoney Aq p...@polycrystal.org
 .Sh BUGS

Reply via email to