summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-12-18 17:08:02 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-12-18 17:08:02 +0000
commit02a2ed8e1a119cbe10d2bf353bc54432020ce58f (patch)
treeeb39f55952b87eba05763f1716aa5113b0c96e9d
parentdb9ba192f6bd00358e52ce36c72f6d0ae314c4bb (diff)
downloadpcre-02a2ed8e1a119cbe10d2bf353bc54432020ce58f.tar.gz
Remove no-longer-true statement from the documentation.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1622 2f5784b3-3f2a-0410-8824-cb99058d5e15
-rw-r--r--doc/pcreapi.311
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/pcreapi.3 b/doc/pcreapi.3
index ab3eaa0..6e7c7c6 100644
--- a/doc/pcreapi.3
+++ b/doc/pcreapi.3
@@ -1,4 +1,4 @@
-.TH PCREAPI 3 "09 February 2014" "PCRE 8.35"
+.TH PCREAPI 3 "18 December 2015" "PCRE 8.39"
.SH NAME
PCRE - Perl-compatible regular expressions
.sp
@@ -273,9 +273,8 @@ documentation for details of how to do this. It is a non-standard way of
building PCRE, for use in environments that have limited stacks. Because of the
greater use of memory management, it runs more slowly. Separate functions are
provided so that special-purpose external code can be used for this case. When
-used, these functions are always called in a stack-like manner (last obtained,
-first freed), and always for memory blocks of the same size. There is a
-discussion about PCRE's stack usage in the
+used, these functions always allocate memory blocks of the same size. There is
+a discussion about PCRE's stack usage in the
.\" HREF
\fBpcrestack\fP
.\"
@@ -2914,6 +2913,6 @@ Cambridge CB2 3QH, England.
.rs
.sp
.nf
-Last updated: 09 February 2014
-Copyright (c) 1997-2014 University of Cambridge.
+Last updated: 18 December 2015
+Copyright (c) 1997-2015 University of Cambridge.
.fi