summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-06-20 15:15:27 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-06-20 15:15:27 +0000
commit03ae083c6793d4105e479d1d9a30536fa3fbd28a (patch)
tree139d36cb7d1488d31c2151803cfee96cd6fd78ac /README
parent2d0b06301bb98c54b9859f54b2e4bee130f268fc (diff)
downloadpcre-03ae083c6793d4105e479d1d9a30536fa3fbd28a.tar.gz
Source tidies for 8.31-RC2.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@982 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index 5acf0df..8b67f10 100644
--- a/README
+++ b/README
@@ -116,7 +116,7 @@ Building PCRE on non-Unix-like systems
For a non-Unix-like system, please read the comments in the file
NON-AUTOTOOLS-BUILD, though if your system supports the use of "configure" and
"make" you may be able to build PCRE using autotools in the same way as for
-many Unix-like systems.
+many Unix-like systems.
PCRE can also be configured using the GUI facility provided by CMake's
cmake-gui command. This creates Makefiles, solution files, etc. The file
@@ -615,9 +615,9 @@ tests. To run pcretest on just one or more specific test files, give their
numbers as arguments to RunTest, for example:
RunTest 2 7 11
-
-You can also call RunTest with the single argument "list" to cause it to output
-a list of tests.
+
+You can also call RunTest with the single argument "list" to cause it to output
+a list of tests.
The first test file can be fed directly into the perltest.pl script to check
that Perl gives the same results. The only difference you should see is in the
@@ -825,7 +825,7 @@ pcre_xxx and the other with the name pcre16_xxx.
) Makefile.in
NEWS important changes in this release
NON-UNIX-USE the previous name for NON-AUTOTOOLS-BUILD
- NON-AUTOTOOLS-BUILD notes on building PCRE without using autotools
+ NON-AUTOTOOLS-BUILD notes on building PCRE without using autotools
PrepareRelease script to make preparations for "make dist"
README this file
RunTest a Unix shell script for running tests