diff options
author | jmc <> | 2021-07-23 06:02:39 +0000 |
---|---|---|
committer | jmc <> | 2021-07-23 06:02:39 +0000 |
commit | 280292297c154ea979758a9b3f966834605653c8 (patch) | |
tree | ac4f555e568f3c5befce5fb428146411bcb465ff /src/lib | |
parent | 52c752abbfa5fd86691977a8efbd207ffd342cd3 (diff) | |
download | openbsd-280292297c154ea979758a9b3f966834605653c8.tar.gz openbsd-280292297c154ea979758a9b3f966834605653c8.tar.bz2 openbsd-280292297c154ea979758a9b3f966834605653c8.zip |
occured -> occurred;
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/man/X509_print_ex.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/X509_print_ex.3 b/src/lib/libcrypto/man/X509_print_ex.3 index c313d34930..85e82709bb 100644 --- a/src/lib/libcrypto/man/X509_print_ex.3 +++ b/src/lib/libcrypto/man/X509_print_ex.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: X509_print_ex.3,v 1.2 2021/07/19 13:16:43 schwarze Exp $ | 1 | .\" $OpenBSD: X509_print_ex.3,v 1.3 2021/07/23 06:02:39 jmc 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: July 19 2021 $ | 17 | .Dd $Mdocdate: July 23 2021 $ |
18 | .Dt X509_PRINT_EX 3 | 18 | .Dt X509_PRINT_EX 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -242,7 +242,7 @@ to | |||
242 | and | 242 | and |
243 | .Fn X509_print_fp | 243 | .Fn X509_print_fp |
244 | return 1 if all requested information was successfully printed, | 244 | return 1 if all requested information was successfully printed, |
245 | even if failures occured while attempting to decode or print the | 245 | even if failures occurred while attempting to decode or print the |
246 | public key or X.509 version 3 extensions, or 0 if any other operation | 246 | public key or X.509 version 3 extensions, or 0 if any other operation |
247 | failed. | 247 | failed. |
248 | .Pp | 248 | .Pp |