didou           Tue Apr 27 18:42:29 2004 EDT

  Modified files:              
    /phpdoc/en/reference/nis/functions  yp-first.xml 
                                        yp-get-default-domain.xml 
                                        yp-master.xml yp-match.xml 
                                        yp-next.xml yp-order.xml 
  Log:
  droping comments
  # they have been here for 2 years and are using an old construction
  
http://cvs.php.net/diff.php/phpdoc/en/reference/nis/functions/yp-first.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/nis/functions/yp-first.xml
diff -u phpdoc/en/reference/nis/functions/yp-first.xml:1.4 
phpdoc/en/reference/nis/functions/yp-first.xml:1.5
--- phpdoc/en/reference/nis/functions/yp-first.xml:1.4  Tue Nov 18 08:05:34 2003
+++ phpdoc/en/reference/nis/functions/yp-first.xml      Tue Apr 27 18:42:29 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/nis.xml, last change in rev 1.2 -->
   <refentry id="function.yp-first">
    <refnamediv>
@@ -28,7 +28,7 @@
 $entry = yp_first($domain, "passwd.byname");
 
 $key = key($entry);
-$value = $entry [$key];
+$value = $entry[$key];
 
 echo "First entry in this map has key " . $key . " and value " . $value;
 ?>
@@ -39,10 +39,6 @@
     <para>
      See also <function>yp_next</function> and
      <function>yp_get_default_domain</function>.
-<!--
-     <link linkend="function.yp-errno">yp_errno</link> and <link
-     linkend="function.yp-err-string">yp_err_string</link>
--->
     </para>
    </refsect1>
   </refentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/nis/functions/yp-get-default-domain.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/nis/functions/yp-get-default-domain.xml
diff -u phpdoc/en/reference/nis/functions/yp-get-default-domain.xml:1.2 
phpdoc/en/reference/nis/functions/yp-get-default-domain.xml:1.3
--- phpdoc/en/reference/nis/functions/yp-get-default-domain.xml:1.2     Wed Apr 17 
02:42:13 2002
+++ phpdoc/en/reference/nis/functions/yp-get-default-domain.xml Tue Apr 27 18:42:29 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/nis.xml, last change in rev 1.2 -->
   <refentry id="function.yp-get-default-domain">
    <refnamediv>
@@ -36,12 +36,6 @@
       </programlisting>
      </example>
     </para>
-<!--
-    <para>
-     See also: <link linkend="function.yp-errno">yp_errno</link> and
-     <link linkend="function.yp-err-string">yp_err_string</link>
-    </para>
--->
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/nis/functions/yp-master.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/nis/functions/yp-master.xml
diff -u phpdoc/en/reference/nis/functions/yp-master.xml:1.4 
phpdoc/en/reference/nis/functions/yp-master.xml:1.5
--- phpdoc/en/reference/nis/functions/yp-master.xml:1.4 Mon Dec 15 11:52:21 2003
+++ phpdoc/en/reference/nis/functions/yp-master.xml     Tue Apr 27 18:42:29 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/nis.xml, last change in rev 1.2 -->
   <refentry id="function.yp-master">
    <refnamediv>
@@ -34,10 +34,6 @@
     </para>
     <para>
      See also <function>yp_get_default_domain</function>.
-<!--
-     linkend="function.yp-errno">yp_errno</link> and <link
-     linkend="function.yp-err-string">yp_err_string</link>
--->
     </para>
    </refsect1>
   </refentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/nis/functions/yp-match.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/nis/functions/yp-match.xml
diff -u phpdoc/en/reference/nis/functions/yp-match.xml:1.3 
phpdoc/en/reference/nis/functions/yp-match.xml:1.4
--- phpdoc/en/reference/nis/functions/yp-match.xml:1.3  Tue Nov 18 08:05:34 2003
+++ phpdoc/en/reference/nis/functions/yp-match.xml      Tue Apr 27 18:42:29 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/nis.xml, last change in rev 1.2 -->
   <refentry id="function.yp-match">
    <refnamediv>
@@ -41,10 +41,6 @@
     </para>
     <para>
      See also <function>yp_get_default_domain</function>.
-<!--
-     linkend="function.yp-errno">yp_errno</link> and <link
-     linkend="function.yp-err-string">yp_err_string</link>
--->
     </para>
    </refsect1>
   </refentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/nis/functions/yp-next.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/nis/functions/yp-next.xml
diff -u phpdoc/en/reference/nis/functions/yp-next.xml:1.5 
phpdoc/en/reference/nis/functions/yp-next.xml:1.6
--- phpdoc/en/reference/nis/functions/yp-next.xml:1.5   Mon Dec 15 11:52:21 2003
+++ phpdoc/en/reference/nis/functions/yp-next.xml       Tue Apr 27 18:42:29 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/nis.xml, last change in rev 1.2 -->
   <refentry id="function.yp-next">
    <refnamediv>
@@ -44,10 +44,6 @@
     <para> 
      See also <function>yp_first</function> and
      <function>yp_get_default_domain</function>.
-<!--
-     <link linkend="function.yp-errno">yp_errno</link> and <link
-     linkend="function.yp-err-string">yp_err_string</link>
--->
     </para>
    </refsect1>
   </refentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/nis/functions/yp-order.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/nis/functions/yp-order.xml
diff -u phpdoc/en/reference/nis/functions/yp-order.xml:1.4 
phpdoc/en/reference/nis/functions/yp-order.xml:1.5
--- phpdoc/en/reference/nis/functions/yp-order.xml:1.4  Mon Dec 15 11:52:21 2003
+++ phpdoc/en/reference/nis/functions/yp-order.xml      Tue Apr 27 18:42:29 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/nis.xml, last change in rev 1.2 -->
   <refentry id="function.yp-order">
    <refnamediv>
@@ -32,10 +32,6 @@
     </para>
     <para>
      See also <function>yp_get_default_domain</function>.
-<!--
-     linkend="function.yp-errno">yp_errno</link> and <link
-     linkend="function.yp-err-string">yp_err_string</link>
--->
     </para>
    </refsect1>
   </refentry>

Reply via email to