diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2021-07-23 06:02:40 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2021-07-23 06:02:40 +0000 |
commit | 9013ab257ed0099e4e1e4a5244a255a8f75b7d37 (patch) | |
tree | bcf2befddcb7c2e558c2f1a5ad583432de8c1dcb | |
parent | be43cdf67c28e18c6afd27dd1ef966fe869a1db1 (diff) |
occured -> occurred;
-rw-r--r-- | lib/libcrypto/man/X509_print_ex.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/man/X509_print_ex.3 b/lib/libcrypto/man/X509_print_ex.3 index c313d349305..85e82709bb2 100644 --- a/lib/libcrypto/man/X509_print_ex.3 +++ b/lib/libcrypto/man/X509_print_ex.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: X509_print_ex.3,v 1.2 2021/07/19 13:16:43 schwarze Exp $ +.\" $OpenBSD: X509_print_ex.3,v 1.3 2021/07/23 06:02:39 jmc Exp $ .\" .\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 19 2021 $ +.Dd $Mdocdate: July 23 2021 $ .Dt X509_PRINT_EX 3 .Os .Sh NAME @@ -242,7 +242,7 @@ to and .Fn X509_print_fp return 1 if all requested information was successfully printed, -even if failures occured while attempting to decode or print the +even if failures occurred while attempting to decode or print the public key or X.509 version 3 extensions, or 0 if any other operation failed. .Pp |