diff options
Diffstat (limited to 'secure/usr.bin/openssl/man/errstr.1')
-rw-r--r-- | secure/usr.bin/openssl/man/errstr.1 | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/secure/usr.bin/openssl/man/errstr.1 b/secure/usr.bin/openssl/man/errstr.1 index dec3c719aed8..2debaab43215 100644 --- a/secure/usr.bin/openssl/man/errstr.1 +++ b/secure/usr.bin/openssl/man/errstr.1 @@ -129,23 +129,25 @@ .\" ======================================================================== .\" .IX Title "ERRSTR 1" -.TH ERRSTR 1 "2018-08-14" "1.0.2p" "OpenSSL" +.TH ERRSTR 1 "2018-09-11" "1.1.1" "OpenSSL" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" -openssl\-errstr, -errstr \- lookup error codes +openssl\-errstr, errstr \- lookup error codes .SH "SYNOPSIS" .IX Header "SYNOPSIS" \&\fBopenssl errstr error_code\fR .SH "DESCRIPTION" .IX Header "DESCRIPTION" Sometimes an application will not load error message and only -numerical forms will be available. The \fBerrstr\fR utility can be used to +numerical forms will be available. The \fBerrstr\fR utility can be used to display the meaning of the hex code. The hex code is the hex digits after the second colon. +.SH "OPTIONS" +.IX Header "OPTIONS" +None. .SH "EXAMPLE" .IX Header "EXAMPLE" The error code: @@ -165,8 +167,11 @@ to produce the error message: .Vb 1 \& error:2006D080:BIO routines:BIO_new_file:no such file .Ve -.SH "SEE ALSO" -.IX Header "SEE ALSO" -\&\fIerr\fR\|(3), -\&\fIERR_load_crypto_strings\fR\|(3), -\&\fISSL_load_error_strings\fR\|(3) +.SH "COPYRIGHT" +.IX Header "COPYRIGHT" +Copyright 2004\-2016 The OpenSSL Project Authors. All Rights Reserved. +.PP +Licensed under the OpenSSL license (the \*(L"License\*(R"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file \s-1LICENSE\s0 in the source distribution or at +<https://www.openssl.org/source/license.html>. |