diff options
author | 2001-09-02 18:01:54 +0000 | |
---|---|---|
committer | 2001-09-02 18:01:54 +0000 | |
commit | fd1299189652bccd8f029678fe3bf5ebf43a1278 (patch) | |
tree | 73f57e5241deb2237be82a59bc04e14c0e620b40 | |
parent | USB HID usage table needed for libusb & co; from NetBSD (diff) | |
download | wireguard-openbsd-fd1299189652bccd8f029678fe3bf5ebf43a1278.tar.xz wireguard-openbsd-fd1299189652bccd8f029678fe3bf5ebf43a1278.zip |
Re-enable references for usb(3) and usbhidctl(1)
Building of these will be enabled shortly.
-rw-r--r-- | share/man/man4/uhid.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/uhid.4 b/share/man/man4/uhid.4 index dcdc917f33e..bf8c3cbe2f5 100644 --- a/share/man/man4/uhid.4 +++ b/share/man/man4/uhid.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uhid.4,v 1.6 2001/08/05 20:23:18 hugh Exp $ +.\" $OpenBSD: uhid.4,v 1.7 2001/09/02 18:01:54 pvalchev Exp $ .\" $NetBSD: uhid.4,v 1.6 1999/05/11 21:05:09 augustss Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -103,8 +103,8 @@ Use send data to the device. Data should be written in chunks of the size prescribed by the report descriptor. .Sh SEE ALSO -.\" .Xr usbhidctl 1 , -.\" .Xr usb 3 , +.Xr usbhidctl 1 , +.Xr usb 3 , .Xr usb 4 .Sh HISTORY The |