Diff for /embedaddon/pcre/doc/pcre_version.3 between versions 1.1 and 1.1.1.2

version 1.1, 2012/02/21 23:05:52 version 1.1.1.2, 2012/02/21 23:50:25
Line 7  PCRE - Perl-compatible regular expressions Line 7  PCRE - Perl-compatible regular expressions
 .B #include <pcre.h>  .B #include <pcre.h>
 .PP  .PP
 .SM  .SM
.B char *pcre_version(void);.B const char *pcre_version(void);
 .PP
 .B const char *pcre16_version(void);
 .  .
 .SH DESCRIPTION  .SH DESCRIPTION
 .rs  .rs
 .sp  .sp
This function returns a character string that gives the version number of theThis function (even in the 16-bit library) returns a zero-terminated, 8-bit
PCRE library and the date of its release.character string that gives the version number of the PCRE library and the date
 of its release.
 .P  .P
 There is a complete description of the PCRE native API in the  There is a complete description of the PCRE native API in the
 .\" HREF  .\" HREF

Removed from v.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>