Skip to content

Commit b52d055

Browse files
committed
Update HTML docs
1 parent a4ac97f commit b52d055

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/html/pcre2_serialize_decode.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h1>pcre2_serialize_decode man page</h1>
4848
PCRE2_ERROR_BADDATA <i>number_of_codes</i> is zero or less
4949
PCRE2_ERROR_BADMAGIC mismatch of id bytes in <i>bytes</i>
5050
PCRE2_ERROR_BADMODE mismatch of variable unit size or PCRE version
51-
PCRE2_ERROR_MEMORY memory allocation failed
51+
PCRE2_ERROR_NOMEMORY memory allocation failed
5252
PCRE2_ERROR_NULL <i>codes</i> or <i>bytes</i> is NULL
5353
</pre>
5454
PCRE2_ERROR_BADMAGIC may mean that the data is corrupt, or that it was compiled

doc/html/pcre2serialize.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h1>pcre2serialize man page</h1>
9494
<pre>
9595
PCRE2_ERROR_BADDATA the number of patterns is zero or less
9696
PCRE2_ERROR_BADMAGIC mismatch of id bytes in one of the patterns
97-
PCRE2_ERROR_MEMORY memory allocation failed
97+
PCRE2_ERROR_NOMEMORY memory allocation failed
9898
PCRE2_ERROR_MIXEDTABLES the patterns do not all use the same tables
9999
PCRE2_ERROR_NULL the 1st, 3rd, or 4th argument is NULL
100100
</pre>

doc/pcre2.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10436,7 +10436,7 @@ SAVING COMPILED PATTERNS
1043610436

1043710437
PCRE2_ERROR_BADDATA the number of patterns is zero or less
1043810438
PCRE2_ERROR_BADMAGIC mismatch of id bytes in one of the patterns
10439-
PCRE2_ERROR_MEMORY memory allocation failed
10439+
PCRE2_ERROR_NOMEMORY memory allocation failed
1044010440
PCRE2_ERROR_MIXEDTABLES the patterns do not all use the same tables
1044110441
PCRE2_ERROR_NULL the 1st, 3rd, or 4th argument is NULL
1044210442

0 commit comments

Comments
 (0)