]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
typos and wrong href
authorAndré Malo <nd@apache.org>
Tue, 30 Mar 2004 20:08:51 +0000 (20:08 +0000)
committerAndré Malo <nd@apache.org>
Tue, 30 Mar 2004 20:08:51 +0000 (20:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103217 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/install.html.en
docs/manual/install.xml

index e704e4f7d19c85977f0f8498704265598416c512..f3fe3f795cbbdc8716e912b0211b60d8cd96147e 100644 (file)
@@ -224,14 +224,14 @@ $ tar xvf httpd-2_0_<em>NN</em>.tar
     options</a>.</p>
 
     <p>Also at this point, you can specify which <a 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
+    want included in Apache by enabling and disabling <a href="mod/">modules</a>.  Apache comes with a <a 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
index 9316ebba17646b439e4ef7c3de312ec0c19e79c2..7dd5811b4606b1bcae4008189f370721097bbb5f 100644 (file)
@@ -229,15 +229,15 @@ $ tar xvf httpd-2_0_<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