You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2004/07/12 20:41:24 UTC

cvs commit: httpd-2.0/docs/manual/mod directive-dict.xml directive-dict.html.en

slive       2004/07/12 11:41:24

  Modified:    docs/manual/mod directive-dict.xml directive-dict.html.en
  Log:
  Mention what type of regex we use, and reference the glossary.
  
  PR: 29732
  
  Revision  Changes    Path
  1.9       +4 -4      httpd-2.0/docs/manual/mod/directive-dict.xml
  
  Index: directive-dict.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/directive-dict.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -d -b -u -r1.8 -r1.9
  --- directive-dict.xml	17 Apr 2004 10:49:22 -0000	1.8
  +++ directive-dict.xml	12 Jul 2004 18:41:24 -0000	1.9
  @@ -91,9 +91,9 @@
   
         <dt><em>regex</em></dt>
   
  -      <dd>A regular expression, which is a way of describing a
  -      pattern to match in text. The directive definition will
  -      specify what the <em>regex</em> is matching against.</dd>
  +      <dd>A Perl-compatible <a href="../glossary.html#regex">regular
  +      expression</a>. The directive definition will specify what the
  +      <em>regex</em> is matching against.</dd>
   
         <dt><em>extension</em></dt>
   
  
  
  
  1.28      +3 -3      httpd-2.0/docs/manual/mod/directive-dict.html.en
  
  Index: directive-dict.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/directive-dict.html.en,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -d -b -u -r1.27 -r1.28
  --- directive-dict.html.en	21 Feb 2004 00:31:34 -0000	1.27
  +++ directive-dict.html.en	12 Jul 2004 18:41:24 -0000	1.28
  @@ -98,9 +98,9 @@
   
         <dt><em>regex</em></dt>
   
  -      <dd>A regular expression, which is a way of describing a
  -      pattern to match in text. The directive definition will
  -      specify what the <em>regex</em> is matching against.</dd>
  +      <dd>A Perl-compatible <a href="../glossary.html#regex">regular
  +      expression</a>. The directive definition will specify what the
  +      <em>regex</em> is matching against.</dd>
   
         <dt><em>extension</em></dt>