Make the pcre2demo man page more standard

This commit is contained in:
Philip Hazel
2022-11-23 16:48:16 +00:00
parent e653a04473
commit f1e48ebb3f
8 changed files with 214 additions and 210 deletions

View File

@@ -33,7 +33,7 @@ offsets that are required in the match data block. These form the "output
vector" (ovector) within the match data block, and are used to identify the
matched string and any captured substrings when matching with
<b>pcre2_match()</b>. If you are using <b>pcre2_dfa_match()</b>, which uses the
outut vector in a different way, you should use <b>pcre2_match_data_create()</b>
output vector in a different way, you should use <b>pcre2_match_data_create()</b>
instead of this function.
</P>
<P>