From: Joe Orton
Date: Tue, 2 Dec 2003 11:49:36 +0000 (+0000)
Subject: Minor spelling/grammar fixes.
X-Git-Tag: pre_ajp_proxy~966
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e47af46de1ca25babd46fa3d5ffa24c22ec6169e;p=apache
Minor spelling/grammar fixes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101948 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/programs/ab.xml b/docs/manual/programs/ab.xml
index 4eba2ae690..1e6c864e41 100644
--- a/docs/manual/programs/ab.xml
+++ b/docs/manual/programs/ab.xml
@@ -68,7 +68,7 @@
-e csv-file
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'.
diff --git a/docs/manual/programs/dbmmanage.xml b/docs/manual/programs/dbmmanage.xml
index 26dae9be90..1966e16ed2 100644
--- a/docs/manual/programs/dbmmanage.xml
+++ b/docs/manual/programs/dbmmanage.xml
@@ -138,7 +138,7 @@
then NDBM, then GDBM and then SDBM. The first library found will be the
library dbmmanage
will attempt to use for all DBM file
transactions. This ordering is slightly different than the standard
- @AnyDBM::ISA
ordering in perl, as well as the ordering used by
+ @AnyDBM::ISA
ordering in Perl, as well as the ordering used by
the simple dbmopen()
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,
diff --git a/docs/manual/programs/httpd.xml b/docs/manual/programs/httpd.xml
index 3ec73a454f..5979b2abc7 100644
--- a/docs/manual/programs/httpd.xml
+++ b/docs/manual/programs/httpd.xml
@@ -128,7 +128,7 @@ shows the virtualhost settings).
-t
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
DUMP_VHOSTS is also set, details of the virtual host
configuration will be printed.
diff --git a/docs/manual/programs/rotatelogs.xml b/docs/manual/programs/rotatelogs.xml
index 109a258e81..22459b270e 100644
--- a/docs/manual/programs/rotatelogs.xml
+++ b/docs/manual/programs/rotatelogs.xml
@@ -17,8 +17,8 @@
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.
+ synchronize cron scripts with it). At the end of each rotation
+ time (here after 24 hours) a new log is started.
CustomLog "|bin/rotatelogs /var/logs/logfile 5M" common
@@ -103,4 +103,4 @@ extensions.
-
\ No newline at end of file
+
diff --git a/docs/manual/programs/suexec.xml b/docs/manual/programs/suexec.xml
index 0cd23927eb..19202696b9 100644
--- a/docs/manual/programs/suexec.xml
+++ b/docs/manual/programs/suexec.xml
@@ -31,7 +31,7 @@
If you are root
, this option displays the compile options of
suexec
. For security reasons all configuration options are
-changable only at compile time.
+changeable only at compile time.