final changes .

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@126426 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mehdi Achour 2003-05-09 23:35:29 +00:00
parent fb0bc2a0bb
commit e7f97c5c33

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.lstat">
<refnamediv>
@ -14,7 +14,7 @@
</methodsynopsis>
<para>
Gathers the statistics of the file or symbolic link named by
filename. This function is identical to the
<parameter>filename</parameter>. This function is identical to the
<function>stat</function> function except that if the
<parameter>filename</parameter> parameter is a symbolic link, the
status of the symbolic link is returned, not the status of the
@ -30,7 +30,7 @@
&note.no-remote;
<simpara>
See also <function>stat</function>
See also <function>stat</function>.
</simpara>
</refsect1>
</refentry>