]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fixed some grammar errors in the docs.
authorMike Rumph <mrumph@apache.org>
Mon, 27 Jan 2020 22:37:22 +0000 (22:37 +0000)
committerMike Rumph <mrumph@apache.org>
Mon, 27 Jan 2020 22:37:22 +0000 (22:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873230 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/developer/modguide.html.en
docs/manual/developer/modguide.xml
docs/manual/mod/mod_status.html.en
docs/manual/mod/mod_status.xml
docs/manual/programs/configure.html.en
docs/manual/programs/configure.xml
docs/manual/vhosts/fd-limits.html.en
docs/manual/vhosts/fd-limits.xml

index cdd93a34b9688321790215f26768ba9ca32a1f37..8819e860ac39643acbde67c3baf3dca5de24fc57 100644 (file)
@@ -182,7 +182,7 @@ the server based on the value of this tag.
 
 <h3><a name="hook_declaration" id="hook_declaration">Hooking into httpd</a></h3>
 <p>
-To begin with, we only want to create a simple handler, that replies to the
+To begin with, we only want to create a simple handler that replies to the
 client browser when a specific URL is requested, so we won't bother setting
 up configuration handlers and directives just yet. Our initial module
 definition will look like this:</p>
@@ -210,7 +210,7 @@ just want to hook onto the requests and possibly handle some of them. </p>
 is the name of a function we will create to manage how we hook onto the
 request process. In this example module, the function has just one purpose;
 To create a simple hook that gets called after all the rewrites, access
-control etc has been handled. Thus, we will let the server know, that we want
+control etc has been handled. Thus, we will let the server know that we want
 to hook into its process as one of the last modules:
 </p>
 
index 50a6b93a2772f98de067c9accb8d7069f98d6944..8ceebcdf78add49ba0310d9a3f8282dc8c1234a2 100644 (file)
@@ -180,7 +180,7 @@ the server based on the value of this tag.
 </section>
 <section id="hook_declaration"><title>Hooking into httpd</title>
 <p>
-To begin with, we only want to create a simple handler, that replies to the
+To begin with, we only want to create a simple handler that replies to the
 client browser when a specific URL is requested, so we won't bother setting
 up configuration handlers and directives just yet. Our initial module
 definition will look like this:</p>
@@ -209,7 +209,7 @@ just want to hook onto the requests and possibly handle some of them. </p>
 is the name of a function we will create to manage how we hook onto the
 request process. In this example module, the function has just one purpose;
 To create a simple hook that gets called after all the rewrites, access
-control etc has been handled. Thus, we will let the server know, that we want
+control etc has been handled. Thus, we will let the server know that we want
 to hook into its process as one of the last modules:
 </p>
 
index c2b6291498202cc06c934110e991932cc9b9d1ab..6782d431e2d1226426857c89bf034cb4895d3264 100644 (file)
@@ -50,9 +50,9 @@ performance</td></tr>
     <p>The details given are:</p>
 
     <ul>
-      <li>The number of worker serving requests</li>
+      <li>The number of workers serving requests</li>
 
-      <li>The number of idle worker</li>
+      <li>The number of idle workers</li>
 
       <li>The status of each worker, the number of requests that
       worker has performed and the total number of bytes served by
index 4dc5822f49dd078068c5d68cc1341286553ca2fe..ee320a2f23a373fadf44ab53f0f725b221f74bc0 100644 (file)
@@ -41,9 +41,9 @@ performance</description>
     <p>The details given are:</p>
 
     <ul>
-      <li>The number of worker serving requests</li>
+      <li>The number of workers serving requests</li>
 
-      <li>The number of idle worker</li>
+      <li>The number of idle workers</li>
 
       <li>The status of each worker, the number of requests that
       worker has performed and the total number of bytes served by
index ae740de53938acc82eb2b616f193e0042b025188..9fc05f1f29d35e6544ac4ef85215525386fc58cf 100644 (file)
           is <code>yes</code>.</dd>
 
         <dt><code>--enable-<var>MODULE</var>=shared</code></dt>
-        <dd>The corresponding module will be build as DSO module.
+        <dd>The corresponding module will be built as a DSO module.
             By default enabled modules are linked dynamically.</dd>
 
         <dt><code>--enable-<var>MODULE</var>=static</code></dt>
index 1ff60e62019f17fecd976efca84cdd83bcdcd169..ab3523c80dc5e30b8a79b17f4ec2c3e74ba604da 100644 (file)
           is <code>yes</code>.</dd>
 
         <dt><code>--enable-<var>MODULE</var>=shared</code></dt>
-        <dd>The corresponding module will be build as DSO module.
+        <dd>The corresponding module will be built as a DSO module.
             By default enabled modules are linked dynamically.</dd>
 
         <dt><code>--enable-<var>MODULE</var>=static</code></dt>
index 40b927e3856f49793b69efb167a5e930c1704f7f..55deb61f7b0da029771cbdb826e443be5c16391b 100644 (file)
@@ -68,9 +68,9 @@
       information on doing this.)</li>
 
       <li>
-        If you system falls into 1 or 2 (above), then increase the
+        If your system falls into 1 or 2 (above), then increase the
         file descriptor limit before starting Apache, using a
-        script like
+        script like:
 
         <div class="example"><p><code>
           <code>#!/bin/sh<br />
@@ -107,7 +107,7 @@ each line. (See <code class="module"><a href="../mod/mod_log_config.html">mod_lo
 more about customizing your log files.)</p>
 
 <p>When you wish to split your log file into its component parts (one
-file per virtual host) you can use the program <code><a href="../programs/other.html">split-logfile</a></code> to accomplish
+file per virtual host), you can use the program <code><a href="../programs/other.html">split-logfile</a></code> to accomplish
 this. You'll find this program in the <code>support</code> directory
 of the Apache distribution.</p>
 
index 01091ee2ec967cf953abac6c878fac68bcb5fd6b..787a1aa466ba492783c24d45a750539a016e444a 100644 (file)
@@ -64,9 +64,9 @@
       information on doing this.)</li>
 
       <li>
-        If you system falls into 1 or 2 (above), then increase the
+        If your system falls into 1 or 2 (above), then increase the
         file descriptor limit before starting Apache, using a
-        script like
+        script like:
 
         <example>
           <code>#!/bin/sh<br />
@@ -103,7 +103,7 @@ each line. (See <module>mod_log_config</module> for
 more about customizing your log files.)</p>
 
 <p>When you wish to split your log file into its component parts (one
-file per virtual host) you can use the program <code><a
+file per virtual host), you can use the program <code><a
 href="../programs/other.html">split-logfile</a></code> to accomplish
 this. You'll find this program in the <code>support</code> directory
 of the Apache distribution.</p>