didou           Tue Nov 18 08:05:34 2003 EDT

  Modified files:              
    /phpdoc/en/reference/nis/functions  yp-first.xml yp-master.xml 
                                        yp-match.xml yp-next.xml 
                                        yp-order.xml 
  Log:
  linking between yp_next() and yp_first()
  correcting yp_get_default_domain() name in see also
  using <screen></screen> for yp_match() and a little bit of CS
  
Index: phpdoc/en/reference/nis/functions/yp-first.xml
diff -u phpdoc/en/reference/nis/functions/yp-first.xml:1.3 
phpdoc/en/reference/nis/functions/yp-first.xml:1.4
--- phpdoc/en/reference/nis/functions/yp-first.xml:1.3  Mon Nov 17 15:34:13 2003
+++ phpdoc/en/reference/nis/functions/yp-first.xml      Tue Nov 18 08:05:34 2003
@@ -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-first">
    <refnamediv>
@@ -37,7 +37,8 @@
      </example>
     </para>
     <para>
-     See also <function>yp-get-default-domain</function>
+     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>
Index: phpdoc/en/reference/nis/functions/yp-master.xml
diff -u phpdoc/en/reference/nis/functions/yp-master.xml:1.2 
phpdoc/en/reference/nis/functions/yp-master.xml:1.3
--- phpdoc/en/reference/nis/functions/yp-master.xml:1.2 Wed Apr 17 02:42:13 2002
+++ phpdoc/en/reference/nis/functions/yp-master.xml     Tue Nov 18 08:05:34 2003
@@ -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-master">
    <refnamediv>
@@ -33,7 +33,7 @@
      </example>
     </para>
     <para>
-     See also <function>yp-get-default-domain</function>.
+     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>
Index: phpdoc/en/reference/nis/functions/yp-match.xml
diff -u phpdoc/en/reference/nis/functions/yp-match.xml:1.2 
phpdoc/en/reference/nis/functions/yp-match.xml:1.3
--- phpdoc/en/reference/nis/functions/yp-match.xml:1.2  Wed Apr 17 02:42:13 2002
+++ phpdoc/en/reference/nis/functions/yp-match.xml      Tue Nov 18 08:05:34 2003
@@ -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-match">
    <refnamediv>
@@ -24,19 +24,23 @@
       <programlisting role="php">
 <![CDATA[
 <?php
-$entry = yp_match ($domain, "passwd.byname", "joe");
+$entry = yp_match($domain, "passwd.byname", "joe");
 echo "Matched entry is: " . $entry;
 ?>
 ]]>
       </programlisting>
+      <para>
+       The above code will produce :
+      </para>
+      <screen>
+<![CDATA[
+joe:##joe:11111:100:Joe User:/home/j/joe:/usr/local/bin/bash
+]]>
+      </screen>
      </example>
     </para>
     <para>
-     In this case this could be: joe:##joe:11111:100:Joe
-     User:/home/j/joe:/usr/local/bin/bash
-    </para>
-    <para>
-     See also <function>yp-get-default-domain</function>
+     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>
Index: phpdoc/en/reference/nis/functions/yp-next.xml
diff -u phpdoc/en/reference/nis/functions/yp-next.xml:1.2 
phpdoc/en/reference/nis/functions/yp-next.xml:1.3
--- phpdoc/en/reference/nis/functions/yp-next.xml:1.2   Wed Apr 17 02:42:13 2002
+++ phpdoc/en/reference/nis/functions/yp-next.xml       Tue Nov 18 08:05:34 2003
@@ -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-next">
    <refnamediv>
@@ -42,7 +42,8 @@
      </example>
     </para>
     <para> 
-     See also <function>yp-get-default-domain</function>.
+     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>
Index: phpdoc/en/reference/nis/functions/yp-order.xml
diff -u phpdoc/en/reference/nis/functions/yp-order.xml:1.2 
phpdoc/en/reference/nis/functions/yp-order.xml:1.3
--- phpdoc/en/reference/nis/functions/yp-order.xml:1.2  Wed Apr 17 02:42:13 2002
+++ phpdoc/en/reference/nis/functions/yp-order.xml      Tue Nov 18 08:05:34 2003
@@ -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-order">
    <refnamediv>
@@ -31,7 +31,7 @@
      </example>
     </para>
     <para>
-     See also <function>yp-get-default-domain</function>.
+     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>

Reply via email to