nlopess Tue Dec 16 09:44:57 2003 EDT
Modified files:
/phpdoc/en/reference/dir/functions chdir.xml
Log:
removed extra dot
Index: phpdoc/en/reference/dir/functions/chdir.xml
diff -u phpdoc/en/reference/dir/functions/chdir.xml:1.6
phpdoc/en/reference/dir/functions/chdir.xml:1.7
--- phpdoc/en/reference/dir/functions/chdir.xml:1.6 Mon Oct 13 08:02:13 2003
+++ phpdoc/en/reference/dir/functions/chdir.xml Tue Dec 16 09:44:57 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/dir.xml, last change in rev 1.2 -->
<refentry id="function.chdir">
<refnamediv>
@@ -14,7 +14,7 @@
</methodsynopsis>
<para>
Changes PHP's current directory to
- <parameter>directory</parameter>. &return.success;.
+ <parameter>directory</parameter>. &return.success;
</para>
<para>
<example>