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

version 1.1, 2012/02/21 23:05:51 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 8  PCRE - Perl-compatible regular expressions Line 8  PCRE - Perl-compatible regular expressions
 .PP  .PP
 .SM  .SM
 .B const unsigned char *pcre_maketables(void);  .B const unsigned char *pcre_maketables(void);
   .PP
   .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_compile()\fP to override PCRE's internal,256. These can be passed to \fBpcre[16|32]_compile()\fP to override PCRE's
built-in tables (which were made by \fBpcre_maketables()\fP when PCRE wasinternal, built-in tables (which were made by \fBpcre[16|32]_maketables()\fP when
compiled). You might want to do this if you are using a non-standard locale.PCRE was compiled). You might want to do this if you are using a non-standard
The function yields a pointer to the tables.locale. The function yields a pointer to the tables.
 .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.4


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