diff options
Diffstat (limited to 'doc/man3/ERR_error_string.pod')
-rw-r--r-- | doc/man3/ERR_error_string.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/ERR_error_string.pod b/doc/man3/ERR_error_string.pod index 42b192178a0a..31a069887806 100644 --- a/doc/man3/ERR_error_string.pod +++ b/doc/man3/ERR_error_string.pod @@ -32,7 +32,7 @@ of the buffer; use ERR_error_string_n() instead. 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 string if necessary. -For ERR_error_string_n(), I<buf> may not be B<NULL>. +For ERR_error_string_n(), I<buf> B<MUST NOT> be NULL. The string will have the following format: |