Annotation of embedaddon/pcre/doc/pcre_info.3, revision 1.1.1.1
1.1 misho 1: .TH PCRE_INFO 3
2: .SH NAME
3: PCRE - Perl-compatible regular expressions
4: .SH SYNOPSIS
5: .rs
6: .sp
7: .B #include <pcre.h>
8: .PP
9: .SM
10: .B int pcre_info(const pcre *\fIcode\fP, int *\fIoptptr\fP, int
11: .B *\fIfirstcharptr\fP);
12: .
13: .SH DESCRIPTION
14: .rs
15: .sp
16: This function is obsolete. You should be using \fBpcre_fullinfo()\fP instead.
17: .P
18: There is a complete description of the PCRE native API in the
19: .\" HREF
20: \fBpcreapi\fP
21: .\"
22: page and a description of the POSIX API in the
23: .\" HREF
24: \fBpcreposix\fP
25: .\"
26: page.
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>