projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc36f18
)
Correction.
author
Bodo Möller
<bodo@openssl.org>
Sat, 15 Apr 2000 00:04:30 +0000
(
00:04
+0000)
committer
Bodo Möller
<bodo@openssl.org>
Sat, 15 Apr 2000 00:04:30 +0000
(
00:04
+0000)
doc/crypto/ERR_error_string.pod
patch
|
blob
|
history
diff --git
a/doc/crypto/ERR_error_string.pod
b/doc/crypto/ERR_error_string.pod
index 3518033b5bb2c1c1656d4f73b7e614e4debfabf8..d09620e935037f28197d545b6d1c5e389025185d 100644
(file)
--- 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: