diff options
author | 2009-12-10 08:12:29 +0000 | |
---|---|---|
committer | 2009-12-10 08:12:29 +0000 | |
commit | b0759be77c3092065362f4606506dbb6701702f9 (patch) | |
tree | c3c96f95f21602b12c22cdc7819d85033426ad96 | |
parent | Make sure to use 64 bit instructions in the assembly statements (addi -> daddi) (diff) | |
download | wireguard-openbsd-b0759be77c3092065362f4606506dbb6701702f9.tar.xz wireguard-openbsd-b0759be77c3092065362f4606506dbb6701702f9.zip |
tweak previous;
-rw-r--r-- | share/man/man4/usb.4 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/usb.4 b/share/man/man4/usb.4 index caa70dc1a66..f6508a9f004 100644 --- a/share/man/man4/usb.4 +++ b/share/man/man4/usb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: usb.4,v 1.115 2009/12/09 21:34:32 matthieu Exp $ +.\" $OpenBSD: usb.4,v 1.116 2009/12/10 08:12:29 jmc 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: December 9 2009 $ +.Dd $Mdocdate: December 10 2009 $ .Dt USB 4 .Os .Sh NAME @@ -236,15 +236,15 @@ Apple touchpad mouse Generic driver for Human Interface Devices .It Xr uhidev 4 Base driver for all Human Interface Devices +.It Xr uhts 4 +.Tn USB +HID touchscreen support .It Xr ukbd 4 .Tn USB keyboards that follow the boot protocol .It Xr ums 4 .Tn USB mouse devices -.It Xr uhts 4 -.Tn USB -touchscreens that follow the Human Interface Devices protocol .El .Ss Miscellaneous devices .Bl -tag -width 12n -offset ind -compact |