https://bugs.exim.org/show_bug.cgi?id=2373
Bug ID: 2373
Summary: pcre2_pattern_info man page simple error
Product: PCRE
Version: 10.32 (PCRE2)
Hardware: All
OS: All
Status: NEW
Severity: bug
Priority: medium
Component: Documentation
Assignee: ph10@???
Reporter: mjl@???
CC: pcre-dev@???
For the pcre2_pattern_info man page, the prototype should be
int pcre2_pattern_info(const pcre2_code *code, uint32_t what, void *where);
rather than
int pcre2_pattern_info(const pcre2 *code, uint32_t what, void *where);
--
You are receiving this mail because:
You are on the CC list for the bug.