diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2020-09-07 01:09:49 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2020-09-07 01:09:49 +0000 |
commit | 03ffdda6000483143594bd796fd8ca61d35617c4 (patch) | |
tree | 9e39279528ddbd23a47ba2a1dc7c52e260faa2d7 /lib/libfido2/man | |
parent | 552915c6014c901b546da40832f84d8e4f625d14 (diff) |
sync a couple of minor fixes (no API/ABI change) to bring libfido2
in line with upstream 1.5.0
Diffstat (limited to 'lib/libfido2/man')
-rw-r--r-- | lib/libfido2/man/fido_dev_get_touch_begin.3 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/libfido2/man/fido_dev_get_touch_begin.3 b/lib/libfido2/man/fido_dev_get_touch_begin.3 index 5c987a1a9ad..4a9b9908cbd 100644 --- a/lib/libfido2/man/fido_dev_get_touch_begin.3 +++ b/lib/libfido2/man/fido_dev_get_touch_begin.3 @@ -2,7 +2,7 @@ .\" Use of this source code is governed by a BSD-style .\" license that can be found in the LICENSE file. .\" -.Dd $Mdocdate: August 23 2020 $ +.Dd $Mdocdate: September 7 2020 $ .Dt FIDO_DEV_GET_TOUCH_BEGIN 3 .Os .Sh NAME @@ -65,3 +65,9 @@ in source tree. .Sh SEE ALSO .Xr fido_dev_cancel 3 +.Sh CAVEATS +The +.Fn fido_dev_get_touch_status +function will cause a command to be transmitted to U2F +authenticators. +These transmissions should not exceed a frequency of 5Hz. |