summaryrefslogtreecommitdiff
path: root/doc/pcredemo.3
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-03-31 18:09:26 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-03-31 18:09:26 +0000
commitce7c3c7460cfbe47ac624a68872e0645b0b108bf (patch)
tree33b90ac8290d169fdd02f0bb869bff50892ecbf8 /doc/pcredemo.3
parent8d73a19b9e00bb38b944279542572bbe2f5781b3 (diff)
downloadpcre-ce7c3c7460cfbe47ac624a68872e0645b0b108bf.tar.gz
Add date and PCRE version to .TH macros of all man pages.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@954 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'doc/pcredemo.3')
-rw-r--r--doc/pcredemo.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pcredemo.3 b/doc/pcredemo.3
index efc9041..194629b 100644
--- a/doc/pcredemo.3
+++ b/doc/pcredemo.3
@@ -265,7 +265,7 @@ if (namecount <= 0) printf("No named substrings\en"); else
* more than one byte. *
* *
* However, there is a complication concerned with newlines. When the *
-* newline convention is such that CRLF is a valid newline, we want must *
+* newline convention is such that CRLF is a valid newline, we must *
* advance by two characters rather than one. The newline convention can *
* be set in the regex by (*CR), etc.; if not, we must find the default. *
*************************************************************************/