summaryrefslogtreecommitdiff
path: root/doc/pcrebuild.3
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2013-05-28 09:13:59 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2013-05-28 09:13:59 +0000
commit000f53cf12bbfb4f658d2417a96e03cb3c0b97cc (patch)
tree1915f0bf6bb5594e34e6d8ef95ff8dd3dcd6b6b2 /doc/pcrebuild.3
parentf4176cfb682170c5e9246949df653c82200d7259 (diff)
downloadpcre-000f53cf12bbfb4f658d2417a96e03cb3c0b97cc.tar.gz
Final source file tidies for 8.33 release.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1335 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'doc/pcrebuild.3')
-rw-r--r--doc/pcrebuild.312
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/pcrebuild.3 b/doc/pcrebuild.3
index 5767d0e..403f2ae 100644
--- a/doc/pcrebuild.3
+++ b/doc/pcrebuild.3
@@ -6,13 +6,13 @@ PCRE - Perl-compatible regular expressions
.SH "BUILDING PCRE"
.rs
.sp
-PCRE is distributed with a \fBconfigure\fP script that can be used to build the
+PCRE is distributed with a \fBconfigure\fP script that can be used to build the
library in Unix-like environments using the applications known as Autotools.
Also in the distribution are files to support building using \fBCMake\fP
instead of \fBconfigure\fP. The text file
.\" HTML <a href="README.txt">
.\" </a>
-\fBREADME\fP
+\fBREADME\fP
.\"
contains general information about building with Autotools (some of which is
repeated below), and also has some comments about building on various operating
@@ -23,10 +23,10 @@ hand") in the text file called
.\" </a>
\fBNON-AUTOTOOLS-BUILD\fP.
.\"
-You should consult this file as well as the
+You should consult this file as well as the
.\" HTML <a href="README.txt">
.\" </a>
-\fBREADME\fP
+\fBREADME\fP
.\"
file if you are building in a non-Unix-like environment.
.
@@ -42,8 +42,8 @@ same options can be selected in both Unix-like and non-Unix-like environments
using the GUI facility of \fBcmake-gui\fP if you are using \fBCMake\fP instead
of \fBconfigure\fP to build PCRE.
.P
-If you are not using Autotools or \fBCMake\fP, option selection can be done by
-editing the \fBconfig.h\fP file, or by passing parameter settings to the
+If you are not using Autotools or \fBCMake\fP, option selection can be done by
+editing the \fBconfig.h\fP file, or by passing parameter settings to the
compiler, as described in
.\" HTML <a href="NON-AUTOTOOLS-BUILD.txt">
.\" </a>