diff options
author | 2016-11-17 21:06:16 +0000 | |
---|---|---|
committer | 2016-11-17 21:06:16 +0000 | |
commit | 08688fbac3ef70a1bbb4fe062ff56dfb87f9e9ae (patch) | |
tree | 489d1f12402137856b0ae0daa2b75f7b46edd068 /lib/libcrypto/man/ERR_print_errors.3 | |
parent | EEPROM code refactoring for X540 (diff) | |
download | wireguard-openbsd-08688fbac3ef70a1bbb4fe062ff56dfb87f9e9ae.tar.xz wireguard-openbsd-08688fbac3ef70a1bbb4fe062ff56dfb87f9e9ae.zip |
various cleanup;
Diffstat (limited to 'lib/libcrypto/man/ERR_print_errors.3')
-rw-r--r-- | lib/libcrypto/man/ERR_print_errors.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/man/ERR_print_errors.3 b/lib/libcrypto/man/ERR_print_errors.3 index 74b4442b1a2..47ca34068f4 100644 --- a/lib/libcrypto/man/ERR_print_errors.3 +++ b/lib/libcrypto/man/ERR_print_errors.3 @@ -1,6 +1,6 @@ -.\" $OpenBSD: ERR_print_errors.3,v 1.2 2016/11/06 15:52:50 jmc Exp $ +.\" $OpenBSD: ERR_print_errors.3,v 1.3 2016/11/17 21:06:16 jmc Exp $ .\" -.Dd $Mdocdate: November 6 2016 $ +.Dd $Mdocdate: November 17 2016 $ .Dt ERR_PRINT_ERRORS 3 .Os .Sh NAME @@ -34,7 +34,7 @@ The error strings have the following format: [file name]:[line]:[optional text message] .Ed .Pp -The error code is an 8 digit hexadecimal number. +The error code is an 8-digit hexadecimal number. The library name, the function name, and the reason string are ASCII text, as is the optional text message if one was set for the respective error code. |