diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2022-03-29 18:15:53 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2022-03-29 18:15:53 +0000 |
commit | 8e6563cb8f33fb45e0e9aefe822926fd0278052a (patch) | |
tree | 6637a942b9c6a4a2400df617ea113dac1bde7745 /lib/libfido2 | |
parent | e4989fa16cf01cd656f995ff80494329387e8488 (diff) |
man pages: add missing word, The foo() ... -> The foo() function ...
ok jmc@ schwarze@
Diffstat (limited to 'lib/libfido2')
-rw-r--r-- | lib/libfido2/man/fido_dev_enable_entattest.3 | 4 | ||||
-rw-r--r-- | lib/libfido2/man/fido_dev_info_manifest.3 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libfido2/man/fido_dev_enable_entattest.3 b/lib/libfido2/man/fido_dev_enable_entattest.3 index 366debf4e12..c059fa10fd4 100644 --- a/lib/libfido2/man/fido_dev_enable_entattest.3 +++ b/lib/libfido2/man/fido_dev_enable_entattest.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: October 26 2021 $ +.Dd $Mdocdate: March 29 2022 $ .Dt FIDO_DEV_ENABLE_ENTATTEST 3 .Os .Sh NAME @@ -62,7 +62,7 @@ does not have a PIN set. .Pp The .Fn fido_dev_force_pin_change -instructs +function instructs .Fa dev to require a PIN change. Subsequent PIN authentication attempts against diff --git a/lib/libfido2/man/fido_dev_info_manifest.3 b/lib/libfido2/man/fido_dev_info_manifest.3 index a3b95c49cf1..7e0389ca621 100644 --- a/lib/libfido2/man/fido_dev_info_manifest.3 +++ b/lib/libfido2/man/fido_dev_info_manifest.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: February 7 2020 $ +.Dd $Mdocdate: March 29 2022 $ .Dt FIDO_DEV_INFO_MANIFEST 3 .Os .Sh NAME @@ -94,7 +94,7 @@ Please note that the first slot has index 0. .Pp The .Fn fido_dev_info_path -returns the filesystem path or subsystem-specific identification +function returns the filesystem path or subsystem-specific identification string of .Fa di . .Pp |