]> granicus.if.org Git - apache/commitdiff
typos and a wrong href
authorAndré Malo <nd@apache.org>
Tue, 30 Mar 2004 19:53:45 +0000 (19:53 +0000)
committerAndré Malo <nd@apache.org>
Tue, 30 Mar 2004 19:53:45 +0000 (19:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103215 13f79535-47bb-0310-9956-ffa450edef68

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

index ffc88c6ca6123aea57265b75f92fef0dcdd9e678..02195cdc2673602985a747f57098c45587d8bd7a 100644 (file)
@@ -223,14 +223,14 @@ $ tar xvf httpd-2_1_<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 2f718aa0729b2a14fd9ceb4d79eeb9f988d55a28..4d0f23a08f7693d402f3617ce60038a13441aad8 100644 (file)
@@ -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