[PHP-DOC] cvs: phpdoc /en/functions nis.xml From: Andrew Lindeman (cheapsalsa <email protected>)
Date: 08/10/01

alindeman Fri Aug 10 09:06:57 2001 EDT

  Modified files:
    /phpdoc/en/functions nis.xml
  Log:
  Fixed a typo in yp_order
  
  
Index: phpdoc/en/functions/nis.xml
diff -u phpdoc/en/functions/nis.xml:1.13 phpdoc/en/functions/nis.xml:1.14
--- phpdoc/en/functions/nis.xml:1.13 Thu Aug 2 13:37:14 2001
+++ phpdoc/en/functions/nis.xml Fri Aug 10 09:06:57 2001
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.13 $ -->
+<!-- $Revision: 1.14 $ -->
   <reference id="ref.nis">
   <title>YP/NIS Functions</title>
   <titleabbrev>YP/NIS</titleabbrev>
@@ -86,7 +86,7 @@
       <programlisting role="php">
 &lt;?php
     $number = yp_order($domain,$mapname);
- echo "Order number for this map is: " . $order;
+ echo "Order number for this map is: " . $number;
 ?>
       </programlisting>
      </example>