From 2c8c4ce2e0e4c3ccc7f43993e0fed1542e20e11f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Sat, 15 Apr 2000 00:04:30 +0000 Subject: [PATCH] Correction. --- doc/crypto/ERR_error_string.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/crypto/ERR_error_string.pod b/doc/crypto/ERR_error_string.pod index 3518033b5b..d09620e935 100644 --- a/doc/crypto/ERR_error_string.pod +++ b/doc/crypto/ERR_error_string.pod @@ -23,7 +23,7 @@ bytes long. If I is B, the error string is placed in a static buffer. ERR_error_string_n() is a variant of ERR_error_string() that writes at most I characters (including the terminating 0) -and truncates the resulting string if necessary. +and truncates the string if necessary. For ERR_error_string_n(), I may not be B. The string will have the following format: -- 2.34.1