summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-04-15 00:04:30 +0000
committerBodo Möller <bodo@openssl.org>2000-04-15 00:04:30 +0000
commit2c8c4ce2e0e4c3ccc7f43993e0fed1542e20e11f (patch)
tree4583cfd2026f92eac7a8f96ee1a565a7067c40a1 /doc
parentbc36f1811786da423c4ee651cf5f9e4cf52af785 (diff)
downloadopenssl-new-2c8c4ce2e0e4c3ccc7f43993e0fed1542e20e11f.tar.gz
Correction.
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/ERR_error_string.pod2
1 files changed, 1 insertions, 1 deletions
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<buf> is B<NULL>, 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<len> characters (including the terminating 0)
-and truncates the resulting string if necessary.
+and truncates the string if necessary.
For ERR_error_string_n(), I<buf> may not be B<NULL>.
The string will have the following format: