summaryrefslogtreecommitdiff
path: root/doc/pcre32.3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/pcre32.3')
-rw-r--r--doc/pcre32.314
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/pcre32.3 b/doc/pcre32.3
index dc8dd8d..e8b284d 100644
--- a/doc/pcre32.3
+++ b/doc/pcre32.3
@@ -1,4 +1,4 @@
-.TH PCRE 3 "24 June 2012" "PCRE 8.31"
+.TH PCRE 3 "08 November 2012" "PCRE 8.32"
.SH NAME
PCRE - Perl-compatible regular expressions
.sp
@@ -170,7 +170,7 @@ study data with \fBpcre32_free_study()\fP.
.rs
.sp
There is only one header file, \fBpcre.h\fP. It contains prototypes for all the
-functions in both libraries, as well as definitions of flags, structures, error
+functions in all libraries, as well as definitions of flags, structures, error
codes, etc.
.
.
@@ -189,10 +189,10 @@ In the 8-bit library, strings are passed to PCRE library functions as vectors
of bytes with the C type "char *". In the 32-bit library, strings are passed as
vectors of unsigned 32-bit quantities. The macro PCRE_UCHAR32 specifies an
appropriate data type, and PCRE_SPTR32 is defined as "const PCRE_UCHAR32 *". In
-very many environments, "unsigned int" is a 32-bit data type. When PCRE is built,
-it defines PCRE_UCHAR32 as "unsigned int", but checks that it really is a 32-bit
-data type. If it is not, the build fails with an error message telling the
-maintainer to modify the definition appropriately.
+very many environments, "unsigned int" is a 32-bit data type. When PCRE is
+built, it defines PCRE_UCHAR32 as "unsigned int", but checks that it really is
+a 32-bit data type. If it is not, the build fails with an error message telling
+the maintainer to modify the definition appropriately.
.
.
.SH "STRUCTURE TYPES"
@@ -384,6 +384,6 @@ Cambridge CB2 3QH, England.
.rs
.sp
.nf
-Last updated: 24 June 2012
+Last updated: 08 November 2012
Copyright (c) 1997-2012 University of Cambridge.
.fi