diff options
author | Joshua Slive <slive@apache.org> | 2004-03-25 20:28:57 +0100 |
---|---|---|
committer | Joshua Slive <slive@apache.org> | 2004-03-25 20:28:57 +0100 |
commit | 975c5c760f6ae353907d2ac5eaf115c7ee10edec (patch) | |
tree | 51550ca8c7827e6effea373eeead6c0c237167a4 | |
parent | Intergrate Kess' configure docs in the docs tree and, (diff) | |
download | apache2-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
-rw-r--r-- | docs/manual/install.html.en | 10 | ||||
-rw-r--r-- | docs/manual/install.xml | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/docs/manual/install.html.en b/docs/manual/install.html.en index 8ba67911b6..937fbdfe63 100644 --- a/docs/manual/install.html.en +++ b/docs/manual/install.html.en @@ -175,7 +175,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 href="http://httpd.apache.org/download.cgi#verify">download @@ -216,10 +216,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 href="programs/configure.html#installationdirectories">configure + <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> <p>Also at this point, you can specify which <a href="programs/configure.html#optionalfeatures">features</a> you 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> |