diff options
author | 2001-08-05 20:23:18 +0000 | |
---|---|---|
committer | 2001-08-05 20:23:18 +0000 | |
commit | dcbfcd6d451b62758d54c0ecff506d24e1d9b251 (patch) | |
tree | 9e22b0584cb6a7b951fe2a4cdf894f4f83c9f1d0 | |
parent | there's no no host.conf on openbsd. pointed out by smb (diff) | |
download | wireguard-openbsd-dcbfcd6d451b62758d54c0ecff506d24e1d9b251.tar.xz wireguard-openbsd-dcbfcd6d451b62758d54c0ecff506d24e1d9b251.zip |
Comment out a reference to the usbhidctl utility as it's not currently
installed. Noted 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 e3bc31147bb..dcdc917f33e 100644 --- a/share/man/man4/uhid.4 +++ b/share/man/man4/uhid.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uhid.4,v 1.5 2001/08/04 12:45:19 hugh Exp $ +.\" $OpenBSD: uhid.4,v 1.6 2001/08/05 20:23:18 hugh Exp $ .\" $NetBSD: uhid.4,v 1.6 1999/05/11 21:05:09 augustss Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -103,7 +103,7 @@ 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 usbhidctl 1 , .\" .Xr usb 3 , .Xr usb 4 .Sh HISTORY |