From: Jeff Trawick Date: Wed, 19 Feb 2003 01:35:51 +0000 (+0000) Subject: fix some typos in the ab man page X-Git-Tag: pre_ajp_proxy~2110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e16c61d35f314d09711981b5b5e40dc4b51f1aa;p=apache fix some typos in the ab man page PR: 17108 Submitted by: Eric S. Raymond Reviewed by: Jeff Trawick (who fixed a couple of mispellings of "probably") git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98717 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/man/ab.8 b/docs/man/ab.8 index 1f52bb91b5..a7534d679f 100644 --- a/docs/man/ab.8 +++ b/docs/man/ab.8 @@ -88,22 +88,16 @@ ab \- Apache HTTP server benchmarking tool .BI \-X " proxy [ :port ]" ] [ .BI \-v " verbosity" -] ] [ .BI \-w " output HTML" -] ] [ .BI \-g " output GNUPLOT" -] ] [ .BI \-e " output CSV" -] ] [ .BI \-x " attributes" -] ] [ .BI \-y " attributes" -] ] [ .BI \-z "
attributes" ] @@ -153,7 +147,7 @@ rather than the .B http protocol. This feature is experimental and .B very -rudimentary. You propably do not want to use it. +rudimentary. You probably do not want to use it. .TP 12 .B \-k Enable the HTTP KeepAlive feature; that is, perform multiple requests @@ -278,11 +272,11 @@ The HTML output is not as complete as the text output. .P Up to version 1.3d .B ab -has propably reported values way to low for most measurements; +has probably reported values way too low for most measurements; as a single timeout (which is usually in the order of seconds) -will shift several thousands of milli-second responses by a -considerable factor. This was further componded by a serious -interger overrun which would for realistic run's (i.e. those +will shift several thousands of millisecond responses by a +considerable factor. This was further compounded by a serious +integer overrun, which would for realistic runs (i.e. those longer than a few minutes) produce believable but totally bogus results. Thanks to Sander Temme for solving this riddle.