diff options
author | 2009-05-10 09:36:13 +0000 | |
---|---|---|
committer | 2009-05-10 09:36:13 +0000 | |
commit | fc4179ba6959de4b4b243aa0ce3eedcb1c6d0140 (patch) | |
tree | 953d08fada9d0e83b93c7019cbe1ae3d22bc77a7 | |
parent | Adjust debug level to be not that noisy by default (level 1). (diff) | |
download | wireguard-openbsd-fc4179ba6959de4b4b243aa0ce3eedcb1c6d0140.tar.xz wireguard-openbsd-fc4179ba6959de4b4b243aa0ce3eedcb1c6d0140.zip |
Add ``Video devices'' section including udl(4) and uvideo(4) (which we
also forgot to add then).
Spotted, help, and OK mk@
-rw-r--r-- | share/man/man4/usb.4 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/share/man/man4/usb.4 b/share/man/man4/usb.4 index 35069c21da2..dfaa1f3a8a0 100644 --- a/share/man/man4/usb.4 +++ b/share/man/man4/usb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: usb.4,v 1.107 2009/03/23 21:58:35 deraadt Exp $ +.\" $OpenBSD: usb.4,v 1.108 2009/05/10 09:36:13 mglocker Exp $ .\" $NetBSD: usb.4,v 1.15 1999/07/29 14:20:32 augustss Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 23 2009 $ +.Dd $Mdocdate: May 10 2009 $ .Dt USB 4 .Os .Sh NAME @@ -208,6 +208,13 @@ USB MIDI devices .It Xr urio 4 Diamond Multimedia Rio MP3 players .El +.Ss Video devices +.Bl -tag -width 12n -offset ind -compact +.It Xr udl 4 +DisplayLink DL-120 / DL-160 USB graphic device +.It Xr uvideo 4 +USB video devices +.El .Ss Time receiver devices .Bl -tag -width 12n -offset ind -compact .It Xr udcf 4 |