irchtml         Tue Mar  2 23:20:36 2004 EDT

  Modified files:              
    /phpdoc/en/reference/pcre   reference.xml 
  Log:
  pattern syntax and modifiers back under table of contents
  (thanks to dave)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/pcre/reference.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/pcre/reference.xml
diff -u phpdoc/en/reference/pcre/reference.xml:1.9 
phpdoc/en/reference/pcre/reference.xml:1.10
--- phpdoc/en/reference/pcre/reference.xml:1.9  Tue Mar  2 07:50:19 2004
+++ phpdoc/en/reference/pcre/reference.xml      Tue Mar  2 23:20:35 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
 <reference id="ref.pcre">
   <title>Regular Expression Functions (Perl-Compatible)</title>
   <titleabbrev>PCRE</titleabbrev>   
@@ -15,7 +15,7 @@
      the delimiter character has to be used in the expression itself,
      it needs to be escaped by backslash. Since PHP 4.0.4, you can also use
      Perl-style (), {}, [], and &lt;&gt; matching delimiters.
-     See <link linkend="pcre.pattern.modifiers">Pattern Syntax</link>
+     See <link linkend="pcre.pattern.syntax">Pattern Syntax</link>
      for detailed explanation.
     </para>
     <para>
@@ -97,6 +97,8 @@
    </section>
   </partintro>
 
+&reference.pcre.pcre.pattern.modifiers;
+&reference.pcre.pcre.pattern.syntax;
 &reference.pcre.functions;
 
 </reference>

Reply via email to