]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix some typos.
authorErik Abele <erikabele@apache.org>
Wed, 12 Nov 2003 00:39:52 +0000 (00:39 +0000)
committerErik Abele <erikabele@apache.org>
Wed, 12 Nov 2003 00:39:52 +0000 (00:39 +0000)
Submitted by: Iikka Meril��inen <Iikka.Merilainen@pato.vaala.fi>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101760 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/programs/configure.html.en
docs/manual/programs/configure.xml

index c9b4553dadfc8df7a3d520e799ba24199f6a4e82..cb2f5d88853dac4d4125aa191e144ecff38dbbc7 100644 (file)
@@ -22,7 +22,7 @@
 </div>
 
     <p>The <code>configure</code> script configures the source tree
-    for compiling and installing the Apache HTTP Server at your
+    for compiling and installing the Apache HTTP Server on your
     particular platform. Various options allow the compilation of a
     server corresponding to your personal requirements.</p>
 
@@ -44,7 +44,7 @@
     <p><code><strong>./configure</strong> [<var>OPTION</var>]...
     [<var>VAR</var>=<var>VALUE</var>]...</code></p>
 
-    <p>To assign environment variables (e.g., <code>CC</code>,
+    <p>To assign environment variables (e.g. <code>CC</code>,
     <code>CFLAGS</code> ...), specify them as
     <code><var>VAR</var>=<var>VALUE</var></code>. See <a href="#env">below</a>
     for descriptions of some of the useful variables.</p>
         explicitly while other modules have to be enabled explicitly or by
         using the keywords <code>most</code> or <code>all</code> (see
         <code>--enable-mods-shared</code> below for further explanation) to be
-        available. Therefor use the options below.</p>
+        available. Therefore use the options below.</p>
 
       <dl>
         <dt><code>--disable-actions</code></dt>
         <dd>Disable the HTTP protocol handling. The <code>http</code> module is
           a basic one, enabling the server to function as an HTTP server. It is
           only useful to disable it if you want to use another protocol module
-          instead. <strong>Don't disable this module until you are really sure
+          instead. <strong>Don't disable this module unless you are really sure
             what you are doing.</strong><br />
           Note: This module will always be linked statically.</dd> 
 
 
         <dt><code>--enable-so</code></dt>
         <dd>Enable DSO capability provided by <code class="module"><a href="../mod/mod_so.html">mod_so</a></code>. This
-          module will automatically enabled if you use the
+          module will be automatically enabled if you use the
           <code>--enable-mods-shared</code> option.</dd>
 
         <dt><code>--enable-speling</code></dt>
             <code>configure</code> is considering <var>module-file</var> to be a
             an absolute file path and tries to copy the source file into the
             <var>module-type</var> subdirectory.</p>
-          <p>This option is useful to add small external modules consiting of
-            one source file. For bigger modules you should read the vendors
+          <p>This option is useful to add small external modules consisting of
+            one source file. For bigger modules you should read the vendor's
             documentation.</p>
           <div class="note"><h3>Note</h3>
             If you want to build a DSO module instead of a statically linked use
           <code>httpd.conf</code>. The default is 80.</dd>
 
         <dt><code>--with-program-name</code></dt>
-        <dd>Define an alternate executable name.</dd>
+        <dd>Define an alternative executable name.</dd>
       </dl>
     
   
     <dl>
       <dt><code>--enable-static-support</code></dt>
       <dd>Build a statically linked version of the support binaries. This
-        means, a stand-alone executable will be build with all necessary
-        libraries are integrated. Otherwise the support binaries are linked
+        means, a stand-alone executable will be built with all the necessary
+        libraries integrated. Otherwise the support binaries are linked
         dynamically by default.</dd>
 
       <dt><code>--enable-suexec</code></dt>
 
         <dt><code>--with-suexec-umask</code></dt>
         <dd>Set <code>umask</code> for processes started by <code>suexec</code>.
-          It default to your system settings.</dd>
+          It defaults to your system settings.</dd>
       </dl>
     
   
index d801c957854393262a361fa7ee6b822b1094f84d..5a2cfb8568121d98f483db67e35c7196d83ebd27 100644 (file)
@@ -8,7 +8,7 @@
 
 <summary>
     <p>The <code>configure</code> script configures the source tree
-    for compiling and installing the Apache HTTP Server at your
+    for compiling and installing the Apache HTTP Server on your
     particular platform. Various options allow the compilation of a
     server corresponding to your personal requirements.</p>
 
@@ -27,7 +27,7 @@
     <p><code><strong>./configure</strong> [<var>OPTION</var>]...
     [<var>VAR</var>=<var>VALUE</var>]...</code></p>
 
-    <p>To assign environment variables (e.g., <code>CC</code>,
+    <p>To assign environment variables (e.g. <code>CC</code>,
     <code>CFLAGS</code> ...), specify them as
     <code><var>VAR</var>=<var>VALUE</var></code>. See <a href="#env">below</a>
     for descriptions of some of the useful variables.</p>
         explicitly while other modules have to be enabled explicitly or by
         using the keywords <code>most</code> or <code>all</code> (see
         <code>--enable-mods-shared</code> below for further explanation) to be
-        available. Therefor use the options below.</p>
+        available. Therefore use the options below.</p>
 
       <dl>
         <dt><code>--disable-actions</code></dt>
         <dd>Disable the HTTP protocol handling. The <code>http</code> module is
           a basic one, enabling the server to function as an HTTP server. It is
           only useful to disable it if you want to use another protocol module
-          instead. <strong>Don't disable this module until you are really sure
+          instead. <strong>Don't disable this module unless you are really sure
             what you are doing.</strong><br/>
           Note: This module will always be linked statically.</dd> 
 
 
         <dt><code>--enable-so</code></dt>
         <dd>Enable DSO capability provided by <module>mod_so</module>. This
-          module will automatically enabled if you use the
+          module will be automatically enabled if you use the
           <code>--enable-mods-shared</code> option.</dd>
 
         <dt><code>--enable-speling</code></dt>
             <code>configure</code> is considering <var>module-file</var> to be a
             an absolute file path and tries to copy the source file into the
             <var>module-type</var> subdirectory.</p>
-          <p>This option is useful to add small external modules consiting of
-            one source file. For bigger modules you should read the vendors
+          <p>This option is useful to add small external modules consisting of
+            one source file. For bigger modules you should read the vendor's
             documentation.</p>
           <note><title>Note</title>
             If you want to build a DSO module instead of a statically linked use
           <code>httpd.conf</code>. The default is 80.</dd>
 
         <dt><code>--with-program-name</code></dt>
-        <dd>Define an alternate executable name.</dd>
+        <dd>Define an alternative executable name.</dd>
       </dl>
     </section>
   </section>
     <dl>
       <dt><code>--enable-static-support</code></dt>
       <dd>Build a statically linked version of the support binaries. This
-        means, a stand-alone executable will be build with all necessary
-        libraries are integrated. Otherwise the support binaries are linked
+        means, a stand-alone executable will be built with all the necessary
+        libraries integrated. Otherwise the support binaries are linked
         dynamically by default.</dd>
 
       <dt><code>--enable-suexec</code></dt>
 
         <dt><code>--with-suexec-umask</code></dt>
         <dd>Set <code>umask</code> for processes started by <code>suexec</code>.
-          It default to your system settings.</dd>
+          It defaults to your system settings.</dd>
       </dl>
     </section>
   </section>