fix #28283: path separator->directory separator

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@158029 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nuno Lopes 2004-05-05 16:29:13 +00:00
parent 2cdc5f8705
commit e17f3034bb
2 changed files with 6 additions and 5 deletions

View file

@ -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>

View file

@ -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>