summaryrefslogtreecommitdiff
path: root/pcredemo.c
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2010-01-06 10:26:55 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2010-01-06 10:26:55 +0000
commitcfc45deebc76f4ec7b490293f43fff28e3ddf056 (patch)
treeb1f4ce292dc4466e00a5e288ce27566fb7cffc23 /pcredemo.c
parentd93627b2961938679366bd402b51ac39c180f417 (diff)
downloadpcre-cfc45deebc76f4ec7b490293f43fff28e3ddf056.tar.gz
Tidying updates for 8.01-RC1 release.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@487 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcredemo.c')
-rw-r--r--pcredemo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcredemo.c b/pcredemo.c
index 3ab6525..d565aec 100644
--- a/pcredemo.c
+++ b/pcredemo.c
@@ -7,7 +7,7 @@ of calling the PCRE regular expression library from a C program. See the
pcresample documentation for a short discussion ("man pcresample" if you have
the PCRE man pages installed).
-In Unix-like environments, if PCRE is installed in your standard system
+In Unix-like environments, if PCRE is installed in your standard system
libraries, you should be able to compile this program using this command:
gcc -Wall pcredemo.c -lpcre -o pcredemo