derick          Tue Jun 18 05:52:07 2002 EDT

  Modified files:              
    /phpdoc/en/reference/dir/functions  chdir.xml getcwd.xml 
  Log:
  - Added see-also's
  
  
Index: phpdoc/en/reference/dir/functions/chdir.xml
diff -u phpdoc/en/reference/dir/functions/chdir.xml:1.2 
phpdoc/en/reference/dir/functions/chdir.xml:1.3
--- phpdoc/en/reference/dir/functions/chdir.xml:1.2     Wed Apr 17 02:37:34 2002
+++ phpdoc/en/reference/dir/functions/chdir.xml Tue Jun 18 05:52:07 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/dir.xml, last change in rev 1.2 -->
   <refentry id="function.chdir">
    <refnamediv>
@@ -16,6 +16,9 @@
      Changes PHP's current directory to
      <parameter>directory</parameter>.  Returns &false; if unable to
      change directory, &true; otherwise.
+    </para>
+    <para>
+     See also <function>getcwd</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/dir/functions/getcwd.xml
diff -u phpdoc/en/reference/dir/functions/getcwd.xml:1.2 
phpdoc/en/reference/dir/functions/getcwd.xml:1.3
--- phpdoc/en/reference/dir/functions/getcwd.xml:1.2    Wed Apr 17 02:37:34 2002
+++ phpdoc/en/reference/dir/functions/getcwd.xml        Tue Jun 18 05:52:07 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/dir.xml, last change in rev 1.7 -->
   <refentry id="function.getcwd">
    <refnamediv>
@@ -14,6 +14,9 @@
      </methodsynopsis>
     <para>
      Returns the current working directory.
+    </para>
+    <para>
+     See also <function>chdir</function>.
     </para>
    </refsect1>
   </refentry>


Reply via email to