You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@hyperreal.org on 1998/03/20 12:11:05 UTC

cvs commit: apache-1.3/htdocs/manual/mod mod_rewrite.html mod_proxy.html

martin      98/03/20 03:11:05

  Modified:    htdocs/manual/mod mod_rewrite.html mod_proxy.html
  Log:
  Typo
  
  Revision  Changes    Path
  1.28      +3 -3      apache-1.3/htdocs/manual/mod/mod_rewrite.html
  
  Index: mod_rewrite.html
  ===================================================================
  RCS file: /home/cvs/apache-1.3/htdocs/manual/mod/mod_rewrite.html,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -u -r1.27 -r1.28
  --- mod_rewrite.html	1998/03/10 13:37:27	1.27
  +++ mod_rewrite.html	1998/03/20 11:11:03	1.28
  @@ -1017,12 +1017,12 @@
   <LI>'<STRONG>&lt;CondPattern</STRONG>' (is lexicographically lower)<BR>
   Treats the <EM>CondPattern</EM> as a plain string and compares it
   lexicographically to <EM>TestString</EM> and results in a true expression if
  -<EM>TestString</EM> is lexicographically lower then <EM>CondPattern</EM>.
  +<EM>TestString</EM> is lexicographically lower than <EM>CondPattern</EM>.
   <P>
   <LI>'<STRONG>&gt;CondPattern</STRONG>' (is lexicographically greater)<BR>
   Treats the <EM>CondPattern</EM> as a plain string and compares it
   lexicographically to <EM>TestString</EM> and results in a true expression if
  -<EM>TestString</EM> is lexicographically greater then <EM>CondPattern</EM>.
  +<EM>TestString</EM> is lexicographically greater than <EM>CondPattern</EM>.
   <P>
   <LI>'<STRONG>=CondPattern</STRONG>' (is lexicographically equal)<BR>
   Treats the <EM>CondPattern</EM> as a plain string and compares it
  @@ -1042,7 +1042,7 @@
   <P>
   <LI>'<STRONG>-s</STRONG>' (is regular file with <STRONG>s</STRONG>ize)<BR>
   Treats the <EM>TestString</EM> 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.
   <P>
   <LI>'<STRONG>-l</STRONG>' (is symbolic <STRONG>l</STRONG>ink)<BR>
   Treats the <EM>TestString</EM> as a pathname and
  
  
  
  1.38      +1 -1      apache-1.3/htdocs/manual/mod/mod_proxy.html
  
  Index: mod_proxy.html
  ===================================================================
  RCS file: /home/cvs/apache-1.3/htdocs/manual/mod/mod_proxy.html,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -u -r1.37 -r1.38
  --- mod_proxy.html	1998/03/20 07:56:49	1.37
  +++ mod_proxy.html	1998/03/20 11:11:04	1.38
  @@ -355,7 +355,7 @@
   
   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. 
   
   <P>