summaryrefslogtreecommitdiff
path: root/doc/pcre2.txt
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-02-14 16:07:14 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-02-14 16:07:14 +0000
commit94f5c8bb52dc75cfb64b375cbcc1c646434e07f6 (patch)
treeac8b8de86760ffef0e6a08443c97242cd843e344 /doc/pcre2.txt
parent46e2fdaa0fa41dfc0d3a1ca8fe512ab08fd39b37 (diff)
downloadpcre2-94f5c8bb52dc75cfb64b375cbcc1c646434e07f6.tar.gz
Fix two identical documentation typos.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1075 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc/pcre2.txt')
-rw-r--r--doc/pcre2.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/pcre2.txt b/doc/pcre2.txt
index 4642e88..1ccaf90 100644
--- a/doc/pcre2.txt
+++ b/doc/pcre2.txt
@@ -402,7 +402,8 @@ PCRE2 NATIVE API AUXILIARY FUNCTIONS
const unsigned char *pcre2_maketables(pcre2_general_context *gcontext);
- int pcre2_pattern_info(const pcre2 *code, uint32_t what, void *where);
+ int pcre2_pattern_info(const pcre2_code *code, uint32_t what,
+ void *where);
int pcre2_callout_enumerate(const pcre2_code *code,
int (*callback)(pcre2_callout_enumerate_block *, void *),
@@ -3677,7 +3678,7 @@ AUTHOR
REVISION
- Last updated: 12 February 2019
+ Last updated: 14 February 2019
Copyright (c) 1997-2019 University of Cambridge.
------------------------------------------------------------------------------