diff options
author | 2001-12-30 07:24:07 +0000 | |
---|---|---|
committer | 2001-12-30 07:24:07 +0000 | |
commit | a066f26dc4fb94e025ba59e8fd1a22e7e81e8963 (patch) | |
tree | a93632cfd4a1d65a01fbcd7f9acd5651ee71fa9d | |
parent | libusb has been renamed (diff) | |
download | wireguard-openbsd-a066f26dc4fb94e025ba59e8fd1a22e7e81e8963.tar.xz wireguard-openbsd-a066f26dc4fb94e025ba59e8fd1a22e7e81e8963.zip |
update man page references to usbhid(3)
-rw-r--r-- | share/man/man4/uhid.4 | 4 | ||||
-rw-r--r-- | usr.bin/usbhidctl/usbhidctl.1 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/uhid.4 b/share/man/man4/uhid.4 index 68e302835c2..3fe8a041752 100644 --- a/share/man/man4/uhid.4 +++ b/share/man/man4/uhid.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uhid.4,v 1.8 2001/10/05 14:45:53 mpech Exp $ +.\" $OpenBSD: uhid.4,v 1.9 2001/12/30 07:24:07 pvalchev Exp $ .\" $NetBSD: uhid.4,v 1.6 1999/05/11 21:05:09 augustss Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -107,7 +107,7 @@ Data should be written in chunks of the size prescribed by the report descriptor. .Sh SEE ALSO .Xr usbhidctl 1 , -.Xr usb 3 , +.Xr usbhid 3 , .Xr usb 4 .Sh HISTORY The diff --git a/usr.bin/usbhidctl/usbhidctl.1 b/usr.bin/usbhidctl/usbhidctl.1 index 0c535758b5e..b7b2ec48efa 100644 --- a/usr.bin/usbhidctl/usbhidctl.1 +++ b/usr.bin/usbhidctl/usbhidctl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: usbhidctl.1,v 1.2 2001/09/02 18:16:37 jakob Exp $ +.\" $OpenBSD: usbhidctl.1,v 1.3 2001/12/30 07:24:07 pvalchev Exp $ .\" $NetBSD: usbhidctl.1,v 1.10 2000/09/24 02:27:12 augustss Exp $ .\" .\" Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -109,7 +109,7 @@ option. .Pa /usr/share/misc/usb_hid_usages The default HID usage table. .Sh SEE ALSO -.Xr usb 3 , +.Xr usbhid 3 , .Xr uhid 4 , .Xr usb 4 .Sh AUTHOR |