diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2020-09-22 14:27:08 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2020-09-22 14:27:08 +0000 |
commit | 92f02b3b0f21350e7c92a16ca9b594ad7682c717 (patch) | |
tree | 00444fe1520f87a0f22770b5c0be936737fb2179 /doc/man3/ERR_print_errors.pod | |
parent | 65aa3028e51cba07879f3dc4608949c5c6b9fcc0 (diff) |
Diffstat (limited to 'doc/man3/ERR_print_errors.pod')
-rw-r--r-- | doc/man3/ERR_print_errors.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man3/ERR_print_errors.pod b/doc/man3/ERR_print_errors.pod index f7e612f61886..78a4b6a8d910 100644 --- a/doc/man3/ERR_print_errors.pod +++ b/doc/man3/ERR_print_errors.pod @@ -29,7 +29,7 @@ B<u> as the callback parameters. The error strings will have the following format: - [pid]:error:[error code]:[library name]:[function name]:[reason string]:[file name]:[line]:[optional text message] + [pid]:error:[error code]:[library name]:[function name]:[reason string]:[filename]:[line]:[optional text message] I<error code> is an 8 digit hexadecimal number. I<library name>, I<function name> and I<reason string> are ASCII text, as is I<optional @@ -49,7 +49,7 @@ L<ERR_get_error(3)> =head1 COPYRIGHT -Copyright 2000-2017 The OpenSSL Project Authors. All Rights Reserved. +Copyright 2000-2020 The OpenSSL Project Authors. All Rights Reserved. Licensed under the OpenSSL license (the "License"). You may not use this file except in compliance with the License. You can obtain a copy |