diff options
author | 2009-05-10 09:40:07 +0000 | |
---|---|---|
committer | 2009-05-10 09:40:07 +0000 | |
commit | 2cc73bacc57a3c70b7e3e78944e1d060c736dea6 (patch) | |
tree | 580d0c2c2634f8f9fbd6341b72e3ab9832a24ca8 | |
parent | Add ``Video devices'' section including udl(4) and uvideo(4) (which we (diff) | |
download | wireguard-openbsd-2cc73bacc57a3c70b7e3e78944e1d060c736dea6.tar.xz wireguard-openbsd-2cc73bacc57a3c70b7e3e78944e1d060c736dea6.zip |
Rename ``USB graphic device'' to ``USB display devices'', which is more
clear.
-rw-r--r-- | share/man/man4/udl.4 | 8 | ||||
-rw-r--r-- | share/man/man4/usb.4 | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/udl.4 b/share/man/man4/udl.4 index 85908244d4e..9133a60354b 100644 --- a/share/man/man4/udl.4 +++ b/share/man/man4/udl.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: udl.4,v 1.1 2009/05/09 19:23:07 mglocker Exp $ +.\" $OpenBSD: udl.4,v 1.2 2009/05/10 09:40:07 mglocker Exp $ .\" .\" Copyright (c) 2009 Marcus Glocker <mglocker@openbsd.org> .\" @@ -14,19 +14,19 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 9 2009 $ +.Dd $Mdocdate: May 10 2009 $ .Dt UDL 4 .Os .Sh NAME .Nm udl -.Nd DisplayLink DL-120 / DL-160 USB graphic device +.Nd DisplayLink DL-120 / DL-160 USB display devices .Sh SYNOPSIS .Cd "udl* at uhub?" .Cd "wsdisplay* at udl?" .Sh DESCRIPTION The .Nm -driver supports devices based on the DisplayLink DL-120 / DL-160 USB +driver supports display devices based on the DisplayLink DL-120 / DL-160 USB graphic chip. .Sh HARDWARE The following devices should work: diff --git a/share/man/man4/usb.4 b/share/man/man4/usb.4 index dfaa1f3a8a0..bc69bb13e76 100644 --- a/share/man/man4/usb.4 +++ b/share/man/man4/usb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: usb.4,v 1.108 2009/05/10 09:36:13 mglocker Exp $ +.\" $OpenBSD: usb.4,v 1.109 2009/05/10 09:40:07 mglocker Exp $ .\" $NetBSD: usb.4,v 1.15 1999/07/29 14:20:32 augustss Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -211,7 +211,7 @@ Diamond Multimedia Rio MP3 players .Ss Video devices .Bl -tag -width 12n -offset ind -compact .It Xr udl 4 -DisplayLink DL-120 / DL-160 USB graphic device +DisplayLink DL-120 / DL-160 USB display devices .It Xr uvideo 4 USB video devices .El |