summaryrefslogtreecommitdiff
path: root/docs/manual/install.xml
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2004-03-30 19:53:45 +0000
committerAndré Malo <nd@apache.org>2004-03-30 19:53:45 +0000
commit669fd2a8cd9f1bed2a428262eea9f7810389c0f8 (patch)
tree2e4e5052160ca7df4128620686f79eb024b913c7 /docs/manual/install.xml
parentef0304284572ef4b63db708de7b8eed32aefa62d (diff)
downloadhttpd-669fd2a8cd9f1bed2a428262eea9f7810389c0f8.tar.gz
typos and a wrong href
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103215 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/install.xml')
-rw-r--r--docs/manual/install.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/install.xml b/docs/manual/install.xml
index 2f718aa072..4d0f23a08f 100644
--- a/docs/manual/install.xml
+++ b/docs/manual/install.xml
@@ -229,15 +229,15 @@ $ tar xvf httpd-2_1_<em>NN</em>.tar
href="programs/configure.html#optionalfeatures">features</a> you
want included in Apache by enabling and disabling <a
href="mod/">modules</a>. Apache comes with a <a
- href="module-dict.html#Status">Base</a> set of modules included by
+ href="mod/module-dict.html#Status">Base</a> set of modules included by
default. Other modules are enabled using the
- <code>enable-<var>module</var></code> option, where
+ <code>--enable-<var>module</var></code> option, where
<var>module</var> is the name of the module with the
<code>mod_</code> string removed and with any underscore converted
to a dash. You can also choose to compile modules as <a
href="dso.html">shared objects (DSOs)</a> -- which can be loaded
or unloaded at runtime -- by using the option
- <code>enable-<var>module</var>=shared</code>. Similarly, you can
+ <code>--enable-<var>module</var>=shared</code>. Similarly, you can
disable Base modules with the
<code>--disable-<var>module</var></code> option. Be careful when
using these options, since <code>configure</code> cannot warn you