summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormglocker <mglocker@openbsd.org>2020-08-21 19:02:46 +0000
committermglocker <mglocker@openbsd.org>2020-08-21 19:02:46 +0000
commit21f0e4037d207f390e67ce09bd0d14cced9a757c (patch)
tree3ab3428fdccdab12d657087bd211fde4920d9b3b
parentubcmtp(4) doesn't attach to uhidev(4) but to uhub(4). (diff)
downloadwireguard-openbsd-21f0e4037d207f390e67ce09bd0d14cced9a757c.tar.xz
wireguard-openbsd-21f0e4037d207f390e67ce09bd0d14cced9a757c.zip
fido(4) and umstc(4) also attach to uhidev(4).
-rw-r--r--share/man/man4/fido.45
-rw-r--r--share/man/man4/uhidev.46
2 files changed, 8 insertions, 3 deletions
diff --git a/share/man/man4/fido.4 b/share/man/man4/fido.4
index b35ea5d5878..534ab6e9d5c 100644
--- a/share/man/man4/fido.4
+++ b/share/man/man4/fido.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fido.4,v 1.3 2020/07/23 05:59:21 tb Exp $
+.\" $OpenBSD: fido.4,v 1.4 2020/08/21 19:02:46 mglocker Exp $
.\"
.\" Copyright (c) 2019 Reyk Floeter <reyk@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: July 23 2020 $
+.Dd $Mdocdate: August 21 2020 $
.Dt FIDO 4
.Os
.Sh NAME
@@ -46,6 +46,7 @@ calls from root.
.El
.Sh SEE ALSO
.Xr uhid 4 ,
+.Xr uhidev 4 ,
.Xr usb 4
.Sh HISTORY
The
diff --git a/share/man/man4/uhidev.4 b/share/man/man4/uhidev.4
index e78cf6cf6fd..f0a6776a27b 100644
--- a/share/man/man4/uhidev.4
+++ b/share/man/man4/uhidev.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: uhidev.4,v 1.11 2020/08/21 17:42:45 mglocker Exp $
+.\" $OpenBSD: uhidev.4,v 1.12 2020/08/21 19:02:46 mglocker Exp $
.\" $NetBSD: uhidev.4,v 1.2 2001/12/29 03:06:41 augustss Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -36,11 +36,13 @@
.Nd USB Human Interface Device support
.Sh SYNOPSIS
.Cd "uhidev* at uhub?"
+.Cd "fido* at uhidev?"
.Cd "ucycom* at uhidev?"
.Cd "ugold* at uhidev?"
.Cd "uhid* at uhidev?"
.Cd "ukbd* at uhidev?"
.Cd "ums* at uhidev?"
+.Cd "umstc* at uhidev?"
.Cd "umt* at uhidev?"
.Cd "uoaklux* at uhidev?"
.Cd "uoakrh* at uhidev?"
@@ -66,12 +68,14 @@ kinds of devices and
.Nm
only dispatches data to them based on the report id.
.Sh SEE ALSO
+.Xr fido 4 ,
.Xr intro 4 ,
.Xr ucycom 4 ,
.Xr ugold 4 ,
.Xr uhid 4 ,
.Xr ukbd 4 ,
.Xr ums 4 ,
+.Xr umstc 4 ,
.Xr umt 4 ,
.Xr uoaklux 4 ,
.Xr uoakrh 4 ,