Fix doc bug #51474 (Typo in clearstatcache documentation) and touch up a couple

of other grammatical issues with the clearstatcache() page at the same time.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297556 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Adam Harvey 2010-04-06 04:26:06 +00:00
parent cc8075bc25
commit b1d6df4015

View file

@ -70,7 +70,7 @@
<term><parameter>clear_realpath_cache</parameter></term>
<listitem>
<para>
Whenever to clear realpath cache or not.
Whether to clear the realpath cache or not.
</para>
</listitem>
</varlistentry>
@ -78,7 +78,7 @@
<term><parameter>filename</parameter></term>
<listitem>
<para>
Clear realpath cache on a specific filename, only used if
Clear the realpath cache for a specific filename; only used if
<parameter>clear_realpath_cache</parameter> is &true;.
</para>
</listitem>