ramsey          Thu May 11 13:41:36 2006 UTC

  Modified files:              
    /phpdoc/howto       working.xml 
  Log:
  Changed $Revision to $Revision$ in HOWTO conventions
  
  
http://cvs.php.net/viewcvs.cgi/phpdoc/howto/working.xml?r1=1.60&r2=1.61&diff_format=u
Index: phpdoc/howto/working.xml
diff -u phpdoc/howto/working.xml:1.60 phpdoc/howto/working.xml:1.61
--- phpdoc/howto/working.xml:1.60       Wed Sep  7 19:13:10 2005
+++ phpdoc/howto/working.xml    Thu May 11 13:41:36 2006
@@ -265,7 +265,7 @@
     </simpara></listitem>
     <listitem><simpara>
      All English XML files should have a <literal>&lt;!--
-     &dollar;Revision --></literal> comment as the second line
+     &dollar;Revision&dollar; --></literal> comment as the second line
      after the <literal>&lt;?xml</literal> tag.
      This comment is not necessary for non-English files.
     </simpara></listitem>
@@ -494,7 +494,7 @@
     <title>A function skeleton (<filename>func-name.xml</filename>)</title>
     <programlisting role="xml">
 &lt;?xml version="1.0" encoding="iso-8859-1"?&gt;
-&lt;!-- $Revision: 1.60 $ --&gt;
+&lt;!-- $Revision: 1.61 $ --&gt;
 &lt;refentry id="function.func-name"&gt;
  &lt;refnamediv&gt;
   &lt;refname&gt;func_name&lt;/refname&gt;
@@ -653,7 +653,7 @@
     <title>A <filename>reference.xml</filename> skeleton</title>
     <programlisting role="xml">
 &lt;?xml version="1.0" encoding="iso-8859-1"?&gt;
-&lt;!-- $Revision: 1.60 $ --&gt;
+&lt;!-- $Revision: 1.61 $ --&gt;
 &lt;!-- Purpose: xx --&gt;
 &lt;!-- Membership: xx --&gt;
 &lt;!-- State: xx --&gt;
@@ -723,7 +723,7 @@
     <title>A <filename>configure.xml</filename> skeleton</title>
     <programlisting role="xml">
 &lt;?xml version="1.0" encoding="iso-8859-1"?&gt;
-&lt;!-- $Revision: 1.60 $ --&gt;
+&lt;!-- $Revision: 1.61 $ --&gt;
 &lt;section id="extname.installation"&gt;
  &amp;reftitle.install;
  &lt;para&gt;
@@ -764,7 +764,7 @@
     <title>A <filename>constants.xml</filename> skeleton</title>
     <programlisting role="xml">
 &lt;?xml version="1.0" encoding="iso-8859-1"?&gt;
-&lt;!-- $Revision: 1.60 $ --&gt;
+&lt;!-- $Revision: 1.61 $ --&gt;
 &lt;section id="extname.constants"&gt;
  &amp;reftitle.constants;
  &amp;extension.constants;
@@ -814,7 +814,7 @@
     <title>A <filename>ini.xml</filename> skeleton</title>
     <programlisting role="xml">
 &lt;?xml version="1.0" encoding="iso-8859-1"?&gt;
-&lt;!-- $Revision: 1.60 $ --&gt;
+&lt;!-- $Revision: 1.61 $ --&gt;
 &lt;section id="extname.configuration"&gt;
  &amp;reftitle.runtime;
  &amp;extension.runtime;

Reply via email to