summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/ERR_print_errors.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/ERR_print_errors.3')
-rw-r--r--src/lib/libcrypto/man/ERR_print_errors.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/ERR_print_errors.3 b/src/lib/libcrypto/man/ERR_print_errors.3
index 74b4442b1a..47ca34068f 100644
--- a/src/lib/libcrypto/man/ERR_print_errors.3
+++ b/src/lib/libcrypto/man/ERR_print_errors.3
@@ -1,6 +1,6 @@
1.\" $OpenBSD: ERR_print_errors.3,v 1.2 2016/11/06 15:52:50 jmc Exp $ 1.\" $OpenBSD: ERR_print_errors.3,v 1.3 2016/11/17 21:06:16 jmc Exp $
2.\" 2.\"
3.Dd $Mdocdate: November 6 2016 $ 3.Dd $Mdocdate: November 17 2016 $
4.Dt ERR_PRINT_ERRORS 3 4.Dt ERR_PRINT_ERRORS 3
5.Os 5.Os
6.Sh NAME 6.Sh NAME
@@ -34,7 +34,7 @@ The error strings have the following format:
34[file name]:[line]:[optional text message] 34[file name]:[line]:[optional text message]
35.Ed 35.Ed
36.Pp 36.Pp
37The error code is an 8 digit hexadecimal number. 37The error code is an 8-digit hexadecimal number.
38The library name, the function name, and the reason string are ASCII 38The library name, the function name, and the reason string are ASCII
39text, as is the optional text message if one was set for the 39text, as is the optional text message if one was set for the
40respective error code. 40respective error code.