From: Daniel Gruno Date: Sun, 29 Apr 2012 16:31:58 +0000 (+0000) Subject: Typo fixes in the description of output values X-Git-Tag: 2.5.0-alpha~6939 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=58957f02c7d6d1609853307cf8495d5898878dda;p=apache Typo fixes in the description of output values git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331942 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/man/ab.1 b/docs/man/ab.1 index 11ad802ff4..26483e460d 100644 --- a/docs/man/ab.1 +++ b/docs/man/ab.1 @@ -19,7 +19,7 @@ .el .ne 3 .IP "\\$1" \\$2 .. -.TH "AB" 1 "2012-04-04" "Apache HTTP Server" "ab" +.TH "AB" 1 "2012-04-29" "Apache HTTP Server" "ab" .SH NAME ab \- Apache HTTP server benchmarking tool @@ -156,16 +156,16 @@ Document Path The request URI parsed from the command line string\&. .TP Document Length -This is size in bytes of the first succesfully returning document\&. If the document length changes during testing, the response is considered an error\&. +This is size in bytes of the first successfully returning document\&. If the document length changes during testing, the response is considered an error\&. .TP Concurrency Level The number of concurrent clients used during the test .TP Time taken for tests -This is the time taken from the moment the first socket connection is created to the moment the last response is recieved +This is the time taken from the moment the first socket connection is created to the moment the last response is received .TP Complete requests -The number of successful responses recieved +The number of successful responses received .TP Failed requests The number of requests that were considered a failure\&. If the number is greater than zero, another line will be printed showing the number of requests that failed due to connecting, reading, incorrect content length, or exceptions\&. diff --git a/docs/manual/programs/ab.html.en b/docs/manual/programs/ab.html.en index 2337c4afe7..7065b1e6cf 100644 --- a/docs/manual/programs/ab.html.en +++ b/docs/manual/programs/ab.html.en @@ -237,7 +237,7 @@
The request URI parsed from the command line string.
Document Length
-
This is size in bytes of the first succesfully returning document. +
This is size in bytes of the first successfully returning document. If the document length changes during testing, the response is considered an error.
@@ -246,10 +246,10 @@
Time taken for tests
This is the time taken from the moment the first socket connection - is created to the moment the last response is recieved
+ is created to the moment the last response is received
Complete requests
-
The number of successful responses recieved
+
The number of successful responses received
Failed requests
The number of requests that were considered a failure. If the diff --git a/docs/manual/programs/ab.xml b/docs/manual/programs/ab.xml index b782548a09..61dca37973 100644 --- a/docs/manual/programs/ab.xml +++ b/docs/manual/programs/ab.xml @@ -232,7 +232,7 @@
The request URI parsed from the command line string.
Document Length
-
This is size in bytes of the first succesfully returning document. +
This is size in bytes of the first successfully returning document. If the document length changes during testing, the response is considered an error.
@@ -241,10 +241,10 @@
Time taken for tests
This is the time taken from the moment the first socket connection - is created to the moment the last response is recieved
+ is created to the moment the last response is received
Complete requests
-
The number of successful responses recieved
+
The number of successful responses received
Failed requests
The number of requests that were considered a failure. If the