Skip to content

Commit ba61aa4

Browse files
committed
u2f.4: Polish
+ add USB to Nd for search results + convert SYNOPSIS to consistent style + add HARDWARE + tag SPDX Fixes: 4a04e0a (a HID driver for FIDO/U2F security keys) Reviewed by: wulf Differential Revision: https://reviews.freebsd.org/D52000
1 parent 142b430 commit ba61aa4

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

share/man/man4/u2f.4

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.\"
2+
.\" SPDX-License-Identifier: ISC
3+
.\"
14
.\" $OpenBSD: fido.4,v 1.4 2020/08/21 19:02:46 mglocker Exp $
25
.\"
36
.\" Copyright (c) 2019 Reyk Floeter <reyk@openbsd.org>
@@ -20,21 +23,17 @@
2023
.Os
2124
.Sh NAME
2225
.Nm u2f
23-
.Nd FIDO/U2F security keys
26+
.Nd FIDO/U2F USB security keys
2427
.Sh SYNOPSIS
25-
To compile this driver into the kernel,
26-
place the following line in your
27-
kernel configuration file:
28-
.Bd -ragged -offset indent
2928
.Cd "device u2f"
30-
.Ed
3129
.Pp
32-
Alternatively, to load the driver as a
33-
module at boot time, place the following line in
30+
In
3431
.Xr loader.conf 5 :
35-
.Bd -literal -offset indent
36-
u2f_load="YES"
37-
.Ed
32+
.Cd u2f_load="YES"
33+
.Pp
34+
In
35+
.Xr sysctl.conf 5 :
36+
.Cd hw.hid.u2f.debug
3837
.Sh DESCRIPTION
3938
The
4039
.Nm
@@ -53,6 +52,10 @@ operations of the generic
5352
device but only accepts the optional HID
5453
.Xr ioctl 2
5554
calls from u2f group users.
55+
.Sh HARDWARE
56+
The
57+
.Nm
58+
driver supports FIDO/U2F-compatible USB security keys.
5659
.Sh SYSCTL VARIABLES
5760
The following variables are available as both
5861
.Xr sysctl 8

0 commit comments

Comments
 (0)