fix 32627: failure on BSD systems

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@192676 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nuno Lopes 2005-08-07 12:52:24 +00:00
parent ae2ef28497
commit ba9debc1d8

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.23 -->
<refentry id="function.realpath">
<refnamediv>
@ -21,7 +21,9 @@
</para>
<para>
<function>realpath</function> returns &false; on failure, e.g. if
the file does not exists.
the file does not exist. On BSD systems <function>realpath</function>
doesn't fail if only the last <parameter>path</parameter> component
doesn't exist, while other systems will return &false;.
</para>
<para>
<example>