Diff for /embedaddon/pcre/doc/pcre_maketables.3 between versions 1.1.1.2 and 1.1.1.4

version 1.1.1.2, 2012/02/21 23:50:25 version 1.1.1.4, 2013/07/22 08:25:56
Line 1 Line 1
.TH PCRE_MAKETABLES 3.TH PCRE_MAKETABLES 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 unsigned char *pcre_maketables(void);  .B const unsigned char *pcre_maketables(void);
 .PP  .PP
 .B const unsigned char *pcre16_maketables(void);  .B const unsigned char *pcre16_maketables(void);
   .PP
   .B const unsigned char *pcre32_maketables(void);
 .  .
 .SH DESCRIPTION  .SH DESCRIPTION
 .rs  .rs
 .sp  .sp
 This function builds a set of character tables for character values less than  This function builds a set of character tables for character values less than
256. These can be passed to \fBpcre[16]_compile()\fP to override PCRE's256. These can be passed to \fBpcre[16|32]_compile()\fP to override PCRE's
internal, built-in tables (which were made by \fBpcre[16]_maketables()\fP wheninternal, built-in tables (which were made by \fBpcre[16|32]_maketables()\fP when
 PCRE was compiled). You might want to do this if you are using a non-standard  PCRE was compiled). You might want to do this if you are using a non-standard
 locale. The function yields a pointer to the tables.  locale. The function yields a pointer to the tables.
 .P  .P

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


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