nlopess Wed May 5 12:29:13 2004 EDT
Modified files:
/phpdoc/en/reference/filesystem/functions basename.xml dirname.xml
Log:
fix #28283: path separator->directory separator
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/basename.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/filesystem/functions/basename.xml
diff -u phpdoc/en/reference/filesystem/functions/basename.xml:1.4
phpdoc/en/reference/filesystem/functions/basename.xml:1.5
--- phpdoc/en/reference/filesystem/functions/basename.xml:1.4 Mon Dec 15 11:49:45
2003
+++ phpdoc/en/reference/filesystem/functions/basename.xml Wed May 5 12:29:13
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.basename">
<refnamediv>
@@ -21,7 +21,7 @@
</para>
<para>
On Windows, both slash (<literal>/</literal>) and backslash
- (<literal>\</literal>) are used as path separator character. In
+ (<literal>\</literal>) are used as directory separator character. In
other environments, it is the forward slash
(<literal>/</literal>).
</para>
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/dirname.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/filesystem/functions/dirname.xml
diff -u phpdoc/en/reference/filesystem/functions/dirname.xml:1.7
phpdoc/en/reference/filesystem/functions/dirname.xml:1.8
--- phpdoc/en/reference/filesystem/functions/dirname.xml:1.7 Sat Apr 3 11:00:56
2004
+++ phpdoc/en/reference/filesystem/functions/dirname.xml Wed May 5 12:29:13
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.dirname">
<refnamediv>
@@ -18,9 +18,10 @@
</para>
<para>
On Windows, both slash (<literal>/</literal>) and backslash
- (<literal>\</literal>) are used as path separator character. In
+ (<literal>\</literal>) are used as directory separator character. In
other environments, it is the forward slash
- (<literal>/</literal>).</para>
+ (<literal>/</literal>).
+ </para>
<para>
<example>
<title><function>dirname</function> example</title>