summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2021-11-05 22:03:25 +0000
committertb <>2021-11-05 22:03:25 +0000
commit0e1c20985207b7f740c6431f7e845bad416e3e29 (patch)
tree094218ab221e7b1b5431ec18e3873a29793d4536
parent091ac4474e27e395d6ccd47fa4e85046dadb7051 (diff)
downloadopenbsd-0e1c20985207b7f740c6431f7e845bad416e3e29.tar.gz
openbsd-0e1c20985207b7f740c6431f7e845bad416e3e29.tar.bz2
openbsd-0e1c20985207b7f740c6431f7e845bad416e3e29.zip
typo: a static objects -> a static object
-rw-r--r--src/lib/libcrypto/man/X509_LOOKUP_new.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/X509_LOOKUP_new.3 b/src/lib/libcrypto/man/X509_LOOKUP_new.3
index 5a0c3b4a19..f9d81ec6f4 100644
--- a/src/lib/libcrypto/man/X509_LOOKUP_new.3
+++ b/src/lib/libcrypto/man/X509_LOOKUP_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: X509_LOOKUP_new.3,v 1.5 2021/10/21 22:36:16 schwarze Exp $ 1.\" $OpenBSD: X509_LOOKUP_new.3,v 1.6 2021/11/05 22:03:25 tb Exp $
2.\" 2.\"
3.\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: October 21 2021 $ 17.Dd $Mdocdate: November 5 2021 $
18.Dt X509_LOOKUP_NEW 3 18.Dt X509_LOOKUP_NEW 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -120,7 +120,7 @@ allocates a new, empty
120.Vt X509_LOOKUP 120.Vt X509_LOOKUP
121object and associates it with the 121object and associates it with the
122.Fa method 122.Fa method
123which is a static objects returned from either 123which is a static object returned from either
124.Xr X509_LOOKUP_hash_dir 3 124.Xr X509_LOOKUP_hash_dir 3
125or 125or
126.Xr X509_LOOKUP_file 3 126.Xr X509_LOOKUP_file 3