diff options
author | jmc <> | 2021-10-26 18:50:38 +0000 |
---|---|---|
committer | jmc <> | 2021-10-26 18:50:38 +0000 |
commit | 5baa92f3148199c15c3799a18a312726cd9131d8 (patch) | |
tree | 6cc280465b5c0239041e8fe746115ed4aede4ab3 | |
parent | fa702fb308052a29aba9c86d1c0a3b9ecc49a338 (diff) | |
download | openbsd-5baa92f3148199c15c3799a18a312726cd9131d8.tar.gz openbsd-5baa92f3148199c15c3799a18a312726cd9131d8.tar.bz2 openbsd-5baa92f3148199c15c3799a18a312726cd9131d8.zip |
spelling fixes;
-rw-r--r-- | src/lib/libcrypto/man/EVP_PKEY_add1_attr.3 | 4 | ||||
-rw-r--r-- | src/lib/libcrypto/man/X509_REQ_add1_attr.3 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/EVP_PKEY_add1_attr.3 b/src/lib/libcrypto/man/EVP_PKEY_add1_attr.3 index ea401c33a2..ae910b167a 100644 --- a/src/lib/libcrypto/man/EVP_PKEY_add1_attr.3 +++ b/src/lib/libcrypto/man/EVP_PKEY_add1_attr.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: EVP_PKEY_add1_attr.3,v 1.2 2021/10/26 12:45:31 schwarze Exp $ | 1 | .\" $OpenBSD: EVP_PKEY_add1_attr.3,v 1.3 2021/10/26 18:50:38 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org> | 3 | .\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -183,6 +183,6 @@ fails on the requested | |||
183 | .Xr X509at_add1_attr 3 , | 183 | .Xr X509at_add1_attr 3 , |
184 | .Xr X509at_get_attr 3 | 184 | .Xr X509at_get_attr 3 |
185 | .Sh HISTORY | 185 | .Sh HISTORY |
186 | These funtions first appeared in OpenSSL 0.9.8 | 186 | These functions first appeared in OpenSSL 0.9.8 |
187 | and have been available since | 187 | and have been available since |
188 | .Ox 4.5 . | 188 | .Ox 4.5 . |
diff --git a/src/lib/libcrypto/man/X509_REQ_add1_attr.3 b/src/lib/libcrypto/man/X509_REQ_add1_attr.3 index c75bffeb4f..26eb4f144c 100644 --- a/src/lib/libcrypto/man/X509_REQ_add1_attr.3 +++ b/src/lib/libcrypto/man/X509_REQ_add1_attr.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: X509_REQ_add1_attr.3,v 1.1 2021/10/26 12:56:48 schwarze Exp $ | 1 | .\" $OpenBSD: X509_REQ_add1_attr.3,v 1.2 2021/10/26 18:50:38 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org> | 3 | .\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -181,6 +181,6 @@ fails on the requested | |||
181 | .Xr X509at_add1_attr 3 , | 181 | .Xr X509at_add1_attr 3 , |
182 | .Xr X509at_get_attr 3 | 182 | .Xr X509at_get_attr 3 |
183 | .Sh HISTORY | 183 | .Sh HISTORY |
184 | These funtions first appeared in OpenSSL 0.9.5 | 184 | These functions first appeared in OpenSSL 0.9.5 |
185 | and have been available since | 185 | and have been available since |
186 | .Ox 2.7 . | 186 | .Ox 2.7 . |