summaryrefslogtreecommitdiff
path: root/doc/pcre_get_stringtable_entries.3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/pcre_get_stringtable_entries.3')
-rw-r--r--doc/pcre_get_stringtable_entries.36
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/pcre_get_stringtable_entries.3 b/doc/pcre_get_stringtable_entries.3
index 979c4be..9a862bb 100644
--- a/doc/pcre_get_stringtable_entries.3
+++ b/doc/pcre_get_stringtable_entries.3
@@ -10,6 +10,10 @@ PCRE - Perl-compatible regular expressions
.B int pcre_get_stringtable_entries(const pcre *\fIcode\fP,
.ti +5n
.B const char *\fIname\fP, char **\fIfirst\fP, char **\fIlast\fP);
+.PP
+.B int pcre16_get_stringtable_entries(const pcre16 *\fIcode\fP,
+.ti +5n
+.B PCRE_SPTR16 \fIname\fP, PCRE_UCHAR16 **\fIfirst\fP, PCRE_UCHAR16 **\fIlast\fP);
.
.SH DESCRIPTION
.rs
@@ -17,7 +21,7 @@ PCRE - Perl-compatible regular expressions
This convenience function finds, for a compiled pattern, the first and last
entries for a given name in the table that translates capturing parenthesis
names into numbers. When names are required to be unique (PCRE_DUPNAMES is
-\fInot\fP set), it is usually easier to use \fBpcre_get_stringnumber()\fP
+\fInot\fP set), it is usually easier to use \fBpcre[16]_get_stringnumber()\fP
instead.
.sp
\fIcode\fP Compiled regular expression