summaryrefslogtreecommitdiffstats
path: root/docs/manual/install.xml
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2004-03-25 20:28:57 +0100
committerJoshua Slive <slive@apache.org>2004-03-25 20:28:57 +0100
commit975c5c760f6ae353907d2ac5eaf115c7ee10edec (patch)
tree51550ca8c7827e6effea373eeead6c0c237167a4 /docs/manual/install.xml
parentIntergrate Kess' configure docs in the docs tree and, (diff)
downloadapache2-975c5c760f6ae353907d2ac5eaf115c7ee10edec.tar.xz
apache2-975c5c760f6ae353907d2ac5eaf115c7ee10edec.zip
A type fix and a precision about what prefix means.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103155 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/install.xml')
-rw-r--r--docs/manual/install.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/manual/install.xml b/docs/manual/install.xml
index bb84a123cc..6ed43925f3 100644
--- a/docs/manual/install.xml
+++ b/docs/manual/install.xml
@@ -174,7 +174,7 @@
source releases. If you do download a binary, follow the instructions
in the <code>INSTALL.bindist</code> file inside the distribution.</p>
- <p>After downloading, it is important to verify that you ahve a
+ <p>After downloading, it is important to verify that you have a
complete and unmodified version of the Apache HTTP Server. This
can be accomplished by testing the downloaded tarball against the
PGP signature. Details on how to do this are available on the <a
@@ -218,10 +218,10 @@ $ tar xvf httpd-2_1_<em>NN</em>.tar
options, <code>configure</code> accepts a variety of variables
and command line options.</p>
- <p>The most important option is the location prefix where Apache
- is to be installed later, because Apache has to be configured for
- this location to work correctly. More fine-tuned control of the
- location of files is possible with additional <a
+ <p>The most important option is the location <code>--prefix</code>
+ where Apache is to be installed later, because Apache has to be
+ configured for this location to work correctly. More fine-tuned
+ control of the location of files is possible with additional <a
href="programs/configure.html#installationdirectories">configure
options</a>.</p>