From c9944c8d48b5197b5d660006e939e59e811e2713 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Thu, 17 Nov 2016 21:06:16 +0000 Subject: various cleanup; --- src/lib/libcrypto/man/ERR_print_errors.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/libcrypto/man/ERR_print_errors.3') 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 @@ -.\" $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. -- cgit v1.2.3-55-g6feb