From: Martin Kraemer Date: Fri, 20 Mar 1998 11:11:04 +0000 (+0000) Subject: Typo X-Git-Tag: APACHE_BIG_SYMBOL_RENAME_POST~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c1b238fd54adc4f4c760075bba43666e001e9413;p=apache Typo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80608 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.html b/docs/manual/mod/mod_proxy.html index 7939cd6f46..7bd269a6f4 100644 --- a/docs/manual/mod/mod_proxy.html +++ b/docs/manual/mod/mod_proxy.html @@ -355,7 +355,7 @@ Apache 1.3 and later.

The ProxyReceiveBufferSize directive specifies an explicit network buffer size for outgoing HTTP and FTP connections, for increased throughput. It has to be -greater then 512 or set to 0 to indicate that the systems default buffer size +greater than 512 or set to 0 to indicate that the system's default buffer size should be used.

diff --git a/docs/manual/mod/mod_rewrite.html b/docs/manual/mod/mod_rewrite.html index fe54a2bc22..71e6bd5aee 100644 --- a/docs/manual/mod/mod_rewrite.html +++ b/docs/manual/mod/mod_rewrite.html @@ -1017,12 +1017,12 @@ regular expression strings you can also use one of the following:

  • '<CondPattern' (is lexicographically lower)
    Treats the CondPattern as a plain string and compares it lexicographically to TestString and results in a true expression if -TestString is lexicographically lower then CondPattern. +TestString is lexicographically lower than CondPattern.

  • '>CondPattern' (is lexicographically greater)
    Treats the CondPattern as a plain string and compares it lexicographically to TestString and results in a true expression if -TestString is lexicographically greater then CondPattern. +TestString is lexicographically greater than CondPattern.

  • '=CondPattern' (is lexicographically equal)
    Treats the CondPattern as a plain string and compares it @@ -1042,7 +1042,7 @@ tests if it exists and is a regular file.

  • '-s' (is regular file with size)
    Treats the TestString as a pathname and -tests if it exists and is a regular file with size greater then zero. +tests if it exists and is a regular file with size greater than zero.

  • '-l' (is symbolic link)
    Treats the TestString as a pathname and