You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2003/11/02 00:34:35 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_access.html.en mod_access.html.ja.jis mod_access.xml mod_access.xml.ja

nd          2003/11/01 15:34:35

  Modified:    docs/manual/mod Tag: APACHE_2_0_BRANCH mod_access.html.en
                        mod_access.html.ja.jis mod_access.xml
                        mod_access.xml.ja
  Log:
  Fix sample regex
  
  Submitted by: Matthew Wilcox <wi...@debian.org>
  PR: 24165
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.11.2.6  +1 -1      httpd-2.0/docs/manual/mod/Attic/mod_access.html.en
  
  Index: mod_access.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/Attic/mod_access.html.en,v
  retrieving revision 1.11.2.5
  retrieving revision 1.11.2.6
  diff -u -u -r1.11.2.5 -r1.11.2.6
  --- mod_access.html.en	31 Jul 2003 18:58:52 -0000	1.11.2.5
  +++ mod_access.html.en	1 Nov 2003 23:34:35 -0000	1.11.2.6
  @@ -179,7 +179,7 @@
       other HTTP request header fields.</p>
   
       <div class="example"><h3>Example:</h3><p><code>
  -      SetEnvIf User-Agent ^KnockKnock/2.0 let_me_in<br />
  +      SetEnvIf User-Agent ^KnockKnock/2\.0 let_me_in<br />
         &lt;Directory /docroot&gt;<br />
         <span class="indent">
           Order Deny,Allow<br />
  
  
  
  1.11.2.5  +2 -2      httpd-2.0/docs/manual/mod/Attic/mod_access.html.ja.jis
  
  Index: mod_access.html.ja.jis
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/Attic/mod_access.html.ja.jis,v
  retrieving revision 1.11.2.4
  retrieving revision 1.11.2.5
  diff -u -u -r1.11.2.4 -r1.11.2.5
  --- mod_access.html.ja.jis	29 May 2003 19:29:45 -0000	1.11.2.4
  +++ mod_access.html.ja.jis	1 Nov 2003 23:34:35 -0000	1.11.2.5
  @@ -178,7 +178,7 @@
       </p>
   
       <div class="example"><h3>$BNc(B:</h3><p><code>
  -      SetEnvIf User-Agent ^KnockKnock/2.0 let_me_in<br />
  +      SetEnvIf User-Agent ^KnockKnock/2\.0 let_me_in<br />
         &lt;Directory /docroot&gt;<br />
         <span class="indent">
           Order Deny,Allow<br />
  @@ -318,7 +318,7 @@
   
       <p><code class="directive">Order</code>
       $B%G%#%l%/%F%#%V$O%5!<%P$N@_Dj=hM}$N3FCJ3,$G$@$1(B
  -    $B%"%/%;%9%G%#%l%/%F%#%V$N=hM}$N=gHV$rJQ99$7$^$9!#$3$l$O!"(B$B$?$H$($P!"(B
  +    $B%"%/%;%9%G%#%l%/%F%#%V$N=hM}$N=gHV$rJQ99$7$^$9!#$3$l$O(B$B!"$?$H$($P!"(B
       <code class="directive">Order</code> $B%G%#%l%/%F%#%V$N@_Dj$K4X$o$i$:!"(B
       <code class="directive"><a href="../mod/core.html#location">&lt;Location&gt;</a></code> $B%;%/%7%g%s$N(B
       <code class="directive"><a href="#allow">Allow</a></code> $B%G%#%l%/%F%#%V$d(B
  
  
  
  1.7.2.5   +1 -1      httpd-2.0/docs/manual/mod/Attic/mod_access.xml
  
  Index: mod_access.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/Attic/mod_access.xml,v
  retrieving revision 1.7.2.4
  retrieving revision 1.7.2.5
  diff -u -u -r1.7.2.4 -r1.7.2.5
  --- mod_access.xml	31 Jul 2003 18:58:52 -0000	1.7.2.4
  +++ mod_access.xml	1 Nov 2003 23:34:35 -0000	1.7.2.5
  @@ -158,7 +158,7 @@
       other HTTP request header fields.</p>
   
       <example><title>Example:</title>
  -      SetEnvIf User-Agent ^KnockKnock/2.0 let_me_in<br />
  +      SetEnvIf User-Agent ^KnockKnock/2\.0 let_me_in<br />
         &lt;Directory /docroot&gt;<br />
         <indent>
           Order Deny,Allow<br />
  
  
  
  1.2.2.5   +1 -1      httpd-2.0/docs/manual/mod/Attic/mod_access.xml.ja
  
  Index: mod_access.xml.ja
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/Attic/mod_access.xml.ja,v
  retrieving revision 1.2.2.4
  retrieving revision 1.2.2.5
  diff -u -u -r1.2.2.4 -r1.2.2.5
  --- mod_access.xml.ja	15 Apr 2003 22:56:37 -0000	1.2.2.4
  +++ mod_access.xml.ja	1 Nov 2003 23:34:35 -0000	1.2.2.5
  @@ -157,7 +157,7 @@
       </p>
   
       <example><title>$BNc(B:</title>
  -      SetEnvIf User-Agent ^KnockKnock/2.0 let_me_in<br />
  +      SetEnvIf User-Agent ^KnockKnock/2\.0 let_me_in<br />
         &lt;Directory /docroot&gt;<br />
         <indent>
           Order Deny,Allow<br />