Diff for /embedaddon/pcre/doc/pcre_version.3 between versions 1.1.1.3 and 1.1.1.4

version 1.1.1.3, 2012/10/09 09:19:17 version 1.1.1.4, 2013/07/22 08:25:56
Line 1 Line 1
.TH PCRE_VERSION 3 "13 January 2012" "PCRE 8.30".TH PCRE_VERSION 3 "24 June 2012" "PCRE 8.30"
 .SH NAME  .SH NAME
 PCRE - Perl-compatible regular expressions  PCRE - Perl-compatible regular expressions
 .SH SYNOPSIS  .SH SYNOPSIS
Line 10  PCRE - Perl-compatible regular expressions Line 10  PCRE - Perl-compatible regular expressions
 .B const char *pcre_version(void);  .B const char *pcre_version(void);
 .PP  .PP
 .B const char *pcre16_version(void);  .B const char *pcre16_version(void);
   .PP
   .B const char *pcre32_version(void);
 .  .
 .SH DESCRIPTION  .SH DESCRIPTION
 .rs  .rs
 .sp  .sp
This function (even in the 16-bit library) returns a zero-terminated, 8-bitThis function (even in the 16-bit and 32-bit libraries) returns a
character string that gives the version number of the PCRE library and the datezero-terminated, 8-bit character string that gives the version number of the
of its release.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.1.3  
changed lines
  Added in v.1.1.1.4


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