]> granicus.if.org Git - apache/commitdiff
Minor spelling/grammar fixes.
authorJoe Orton <jorton@apache.org>
Tue, 2 Dec 2003 11:49:36 +0000 (11:49 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 2 Dec 2003 11:49:36 +0000 (11:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101948 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/programs/ab.xml
docs/manual/programs/dbmmanage.xml
docs/manual/programs/httpd.xml
docs/manual/programs/rotatelogs.xml
docs/manual/programs/suexec.xml

index 4eba2ae6909cfc244ed7a4dc5f130b8dcca26693..1e6c864e416af715835475b064e3a01b0a9f5ac5 100644 (file)
@@ -68,7 +68,7 @@
 
     <dt><code>-e <var>csv-file</var></code></dt>
     <dd>Write a Comma separated value (CSV) file which contains for each
-    percentage (from 1% to 100%) the time (in milli seconds) it took to serve
+    percentage (from 1% to 100%) the time (in milliseconds) it took to serve
     that percentage of the requests. This is usually more useful than the
     'gnuplot' file; as the results are already 'binned'.</dd>
 
index 26dae9be901d5c1f45321ca030654c625e9ce375..1966e16ed20aa290fc8384ab939c74ac070e1911 100644 (file)
     then NDBM, then GDBM and then SDBM. The first library found will be the
     library <code>dbmmanage</code> will attempt to use for all DBM file
     transactions. This ordering is slightly  different than the standard
-    <code>@AnyDBM::ISA</code> ordering in perl, as well as the ordering used by
+    <code>@AnyDBM::ISA</code> ordering in Perl, as well as the ordering used by
     the simple <code>dbmopen()</code> call in Perl, so if you use any other
     utilities to manage your DBM files, they must also follow this preference
     ordering. Similar care must be taken if using programs in other languages,
index 3ec73a454fddcf315fe92c3a7b0a664a8512c53e..5979b2abc7359d68281fc95798e59c520162d93c 100644 (file)
@@ -128,7 +128,7 @@ shows the virtualhost settings).</dd>
 <dt><code>-t</code></dt>
 
 <dd>Run syntax tests for configuration files only.  The program
-immediately exits after these syntax parsing with either a return code
+immediately exits after these syntax parsing tests with either a return code
 of 0 (Syntax OK) or return code not equal to 0 (Syntax Error).  If -D
 <var>DUMP</var>_<var>VHOSTS </var>is also set, details of the virtual host
 configuration will be printed.</dd>
index 109a258e813f1fbfdd5bea0f0bd067ffc4ad7410..22459b270e26c8ada2dbd761e51f1e88cb50bd0b 100644 (file)
@@ -17,8 +17,8 @@
      <p>This creates the files /var/logs/logfile.nnnn where nnnn  is
      the system time at which the log nominally starts (this time
      will always be a multiple of the rotation time, so  you  can
-     synchronize cron scripts with it).  At the end of each rota-
-     tion time (here after 24 hours) a new log is started.</p>
+     synchronize cron scripts with it).  At the end of each rotation
+     time (here after 24 hours) a new log is started.</p>
 
 <example>
      CustomLog "|bin/rotatelogs /var/logs/logfile 5M" common
@@ -103,4 +103,4 @@ extensions.</p>
 </table>
 
 </section>
-</manualpage>
\ No newline at end of file
+</manualpage>
index 0cd23927ebb0695c41817215f33ceff87800db74..19202696b96886f131fd03713b8444f8b4389905 100644 (file)
@@ -31,7 +31,7 @@
 
 <dd>If you are <code>root</code>, this option displays the compile options of
 <code>suexec</code>. For security reasons all configuration options are
-changable only at compile time.</dd>
+changeable only at compile time.</dd>
 
 </dl>
 </section>