summaryrefslogtreecommitdiff
path: root/doc/pcrestack.3
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-08-02 11:00:40 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-08-02 11:00:40 +0000
commit9c65843dde6af3b331acdf8518a6020df32f45af (patch)
treef4938ee9a3d4ca4b7282f86370a5a39875a3a562 /doc/pcrestack.3
parent2c1db477501a36945e05bc50a1d563c96c4e13f4 (diff)
downloadpcre-9c65843dde6af3b331acdf8518a6020df32f45af.tar.gz
Documentation and general text tidies in preparation for test release.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@654 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'doc/pcrestack.3')
-rw-r--r--doc/pcrestack.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pcrestack.3 b/doc/pcrestack.3
index 7b30485..81aaaf0 100644
--- a/doc/pcrestack.3
+++ b/doc/pcrestack.3
@@ -9,7 +9,7 @@ When you call \fBpcre_exec()\fP, it makes use of an internal function called
in order to remember the state of the match so that it can back up and try a
different alternative if the first one fails. As matching proceeds deeper and
deeper into the tree of possibilities, the recursion depth increases. The
-\fBmatch()\P function is also called in other circumstances, for example,
+\fBmatch()\fP function is also called in other circumstances, for example,
whenever a parenthesized sub-pattern is entered, and in certain cases of
repetition.
.P