summaryrefslogtreecommitdiff
path: root/doc/html/pcre2_get_error_message.html
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-03-24 16:53:38 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-03-24 16:53:38 +0000
commit1b0e7201eac0498c1db806d26e17a7d2541b0ca4 (patch)
tree3e069d639bb264bf8bc8b1f7f5e6f5eb9cbc338f /doc/html/pcre2_get_error_message.html
parent5f55787ae0afb27d489ea65ece5260a34c6757ea (diff)
downloadpcre2-1b0e7201eac0498c1db806d26e17a7d2541b0ca4.tar.gz
Documentation update.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@701 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc/html/pcre2_get_error_message.html')
-rw-r--r--doc/html/pcre2_get_error_message.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/pcre2_get_error_message.html b/doc/html/pcre2_get_error_message.html
index 26c80fe..7005760 100644
--- a/doc/html/pcre2_get_error_message.html
+++ b/doc/html/pcre2_get_error_message.html
@@ -34,11 +34,11 @@ errors are negative numbers. The arguments are:
<i>buffer</i> where to put the message
<i>bufflen</i> the length of the buffer (code units)
</pre>
-The function returns the length of the message, excluding the trailing zero, or
-the negative error code PCRE2_ERROR_NOMEMORY if the buffer is too small. In
-this case, the returned message is truncated (but still with a trailing zero).
-If <i>errorcode</i> does not contain a recognized error code number, the
-negative value PCRE2_ERROR_BADDATA is returned.
+The function returns the length of the message in code units, excluding the
+trailing zero, or the negative error code PCRE2_ERROR_NOMEMORY if the buffer is
+too small. In this case, the returned message is truncated (but still with a
+trailing zero). If <i>errorcode</i> does not contain a recognized error code
+number, the negative value PCRE2_ERROR_BADDATA is returned.
</P>
<P>
There is a complete description of the PCRE2 native API in the