diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-08-31 16:23:33 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-08-31 16:23:33 +0000 |
commit | 959f1496acad2d98ae5994ba97f05a74f717fadd (patch) | |
tree | 55e21a7f6c15342512ce3fa8bfe1667d0d8253c0 | |
parent | 8a2f6961d2040d90ae18a43fa570e1d19730e297 (diff) |
usb audio entries are a little different;
-rw-r--r-- | share/man/man4/uaudio.4 | 4 | ||||
-rw-r--r-- | share/man/man4/umidi.4 | 4 | ||||
-rw-r--r-- | share/man/man4/urio.4 | 4 | ||||
-rw-r--r-- | share/man/man4/usb.4 | 7 |
4 files changed, 9 insertions, 10 deletions
diff --git a/share/man/man4/uaudio.4 b/share/man/man4/uaudio.4 index 2528dc6e449..44ea3e6f184 100644 --- a/share/man/man4/uaudio.4 +++ b/share/man/man4/uaudio.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uaudio.4,v 1.5 2006/08/31 12:33:42 jmc Exp $ +.\" $OpenBSD: uaudio.4,v 1.6 2006/08/31 16:23:32 jmc Exp $ .\" $NetBSD: uaudio.4,v 1.5.4.1 1999/12/27 18:30:46 wrstuden Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -40,7 +40,7 @@ .Os .Sh NAME .Nm uaudio -.Nd USB audio device +.Nd USB audio devices .Sh SYNOPSIS .Cd "uaudio* at uhub?" .Cd "audio* at uaudio?" diff --git a/share/man/man4/umidi.4 b/share/man/man4/umidi.4 index 77f0d79a0b4..cb964b258ba 100644 --- a/share/man/man4/umidi.4 +++ b/share/man/man4/umidi.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: umidi.4,v 1.4 2004/09/30 19:59:25 mickey Exp $ +.\" $OpenBSD: umidi.4,v 1.5 2006/08/31 16:23:32 jmc Exp $ .\" $NetBSD: umidi.4,v 1.4 2002/02/07 03:15:09 ross Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ .Os .Sh NAME .Nm umidi -.Nd USB support for MIDI devices +.Nd USB MIDI devices .Sh SYNOPSIS .Cd "umidi* at uhub?" .Cd "midi* at umidi?" diff --git a/share/man/man4/urio.4 b/share/man/man4/urio.4 index 03fa89520e8..edb5a0e15d6 100644 --- a/share/man/man4/urio.4 +++ b/share/man/man4/urio.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: urio.4,v 1.15 2004/09/30 19:59:26 mickey Exp $ +.\" $OpenBSD: urio.4,v 1.16 2006/08/31 16:23:32 jmc Exp $ .\" $NetBSD: urio.4,v 1.1 2000/04/14 14:48:29 augustss Exp $ .\" .\" Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -40,7 +40,7 @@ .Os .Sh NAME .Nm urio -.Nd USB driver for Diamond Multimedia Rio MP3 players +.Nd Diamond Multimedia Rio MP3 players .Sh SYNOPSIS .Cd "urio* at uhub?" .Sh DESCRIPTION diff --git a/share/man/man4/usb.4 b/share/man/man4/usb.4 index 547e00d3504..af67087c5ba 100644 --- a/share/man/man4/usb.4 +++ b/share/man/man4/usb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: usb.4,v 1.66 2006/08/30 23:27:32 jmc Exp $ +.\" $OpenBSD: usb.4,v 1.67 2006/08/31 16:23:32 jmc Exp $ .\" $NetBSD: usb.4,v 1.15 1999/07/29 14:20:32 augustss Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -188,10 +188,9 @@ SUNTAC Slipper U VS-10U serial adapters. .Ss Audio devices .Bl -tag -width 12n -offset ind -compact .It Xr uaudio 4 -Audio devices. +USB audio devices. .It Xr umidi 4 -.Tn USB -MIDI devices. +USB MIDI devices. .It Xr urio 4 Diamond Multimedia Rio MP3 players. .El |