--- embedaddon/pcre/doc/pcrebuild.3 2012/02/21 23:50:25 1.1.1.2 +++ embedaddon/pcre/doc/pcrebuild.3 2012/10/09 09:19:17 1.1.1.3 @@ -1,4 +1,4 @@ -.TH PCREBUILD 3 +.TH PCREBUILD 3 "07 January 2012" "PCRE 8.30" .SH NAME PCRE - Perl-compatible regular expressions . @@ -100,7 +100,7 @@ PCRE_UTF8 or PCRE_UTF16 option when you call one of th functions. .P If you set --enable-utf when compiling in an EBCDIC environment, PCRE expects -its input to be either ASCII or UTF-8 (depending on the runtime option). It is +its input to be either ASCII or UTF-8 (depending on the run-time option). It is not possible to support both EBCDIC and UTF-8 codes in the same version of the library. Consequently, --enable-utf and --enable-ebcdic are mutually exclusive. @@ -313,7 +313,7 @@ only. If you add .sp to the \fBconfigure\fP command, the distributed tables are no longer used. Instead, a program called \fBdftables\fP is compiled and run. This outputs the -source for new set of tables, created in the default locale of your C runtime +source for new set of tables, created in the default locale of your C run-time system. (This method of replacing the tables does not work if you are cross compiling, because \fBdftables\fP is run on the local host. If you need to create alternative tables when cross compiling, you will have to do so "by