diff options
author | 2005-05-08 17:04:31 +0000 | |
---|---|---|
committer | 2005-05-08 17:04:31 +0000 | |
commit | d0188b740d554c79e4c53624324efce969a1f586 (patch) | |
tree | 26acce096ddd8b2cbf21e5dcedf741ab1384a869 | |
parent | the ar5210 is silicon version 0, not 1. (diff) | |
download | wireguard-openbsd-d0188b740d554c79e4c53624324efce969a1f586.tar.xz wireguard-openbsd-d0188b740d554c79e4c53624324efce969a1f586.zip |
.Xr usbhidctl 1 ,
tweak DESCRIPTION;
ok miod@
-rw-r--r-- | share/man/man4/ukbd.4 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/share/man/man4/ukbd.4 b/share/man/man4/ukbd.4 index cf7fe13194c..bacf443a084 100644 --- a/share/man/man4/ukbd.4 +++ b/share/man/man4/ukbd.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ukbd.4,v 1.6 2005/05/07 00:20:29 miod Exp $ +.\" $OpenBSD: ukbd.4,v 1.7 2005/05/08 17:04:31 jmc Exp $ .\" $NetBSD: ukbd.4,v 1.10 2001/12/29 15:12:32 augustss Exp $ .\" .\" Copyright (c) 1999, 2001 The NetBSD Foundation, Inc. @@ -72,8 +72,9 @@ .Sh DESCRIPTION The .Nm -driver provides support for USB keyboards (i.e., HID devices -with reports in usage page 7). +driver provides support for USB keyboards i.e. HID devices in the +.Dq keyboard +class. Access to the keyboard is through the .Xr wskbd 4 driver. @@ -246,6 +247,7 @@ To set it at kernel build time, add .Em option UKBD_LAYOUT="(KB_DE|KB_NODEAD)" to the kernel configuration file. .Sh SEE ALSO +.Xr usbhidctl 1 , .Xr intro 4 , .Xr uhidev 4 , .Xr usb 4 , |