File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / pcre / doc / pcre_info.3
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:05:52 2012 UTC (13 years, 1 month ago) by misho
Branches: pcre, MAIN
CVS tags: v8_21, HEAD
pcre

    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>