summaryrefslogtreecommitdiff
path: root/pcredemo.c
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-08-01 09:10:40 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-08-01 09:10:40 +0000
commit01eeb658525bc9a5b840253f8b415af6abe282e0 (patch)
treeb69d63abc2337c71dffc18988d2969cecbe24271 /pcredemo.c
parente188596ef3e912f62e3ae85c8da905a54fc41d8b (diff)
downloadpcre-01eeb658525bc9a5b840253f8b415af6abe282e0.tar.gz
Correct errors in previous patch; tidy for test release.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@200 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 5be0899..4068e3e 100644
--- a/pcredemo.c
+++ b/pcredemo.c
@@ -11,7 +11,7 @@ Compile thuswise:
-R/usr/local/lib -lpcre
Replace "/usr/local/include" and "/usr/local/lib" with wherever the include and
-library files for PCRE are installed on your system. You don't need -I and -L
+library files for PCRE are installed on your system. You don't need -I and -L
if PCRE is installed in the standard system libraries. Only some operating
systems (e.g. Solaris) use the -R option.
*/