diff options
author | 2001-08-04 12:45:19 +0000 | |
---|---|---|
committer | 2001-08-04 12:45:19 +0000 | |
commit | 2a62d2651ee413a3075ad6a398b3d97ff17215a8 (patch) | |
tree | 5c35128fa7a024eca1e10c18fe82a7734ba7acdf | |
parent | alphabetize device listing (diff) | |
download | wireguard-openbsd-2a62d2651ee413a3075ad6a398b3d97ff17215a8.tar.xz wireguard-openbsd-2a62d2651ee413a3075ad6a398b3d97ff17215a8.zip |
There is not currently a usb(3) manpage, so comment out the Xr.
Spotted by Heikki Korpela.
-rw-r--r-- | share/man/man4/uhid.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/uhid.4 b/share/man/man4/uhid.4 index 38839538b40..e3bc31147bb 100644 --- a/share/man/man4/uhid.4 +++ b/share/man/man4/uhid.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uhid.4,v 1.4 2001/08/03 15:21:16 mpech Exp $ +.\" $OpenBSD: uhid.4,v 1.5 2001/08/04 12:45:19 hugh Exp $ .\" $NetBSD: uhid.4,v 1.6 1999/05/11 21:05:09 augustss Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -104,7 +104,7 @@ 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 usb 3 , .Xr usb 4 .Sh HISTORY The |