vrana Thu Aug 16 15:48:12 2007 UTC
Modified files:
/phpdoc/en/reference/filesystem/functions clearstatcache.xml
Log:
Grammar
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/functions/clearstatcache.xml?r1=1.12&r2=1.13&diff_format=u
Index: phpdoc/en/reference/filesystem/functions/clearstatcache.xml
diff -u phpdoc/en/reference/filesystem/functions/clearstatcache.xml:1.12
phpdoc/en/reference/filesystem/functions/clearstatcache.xml:1.13
--- phpdoc/en/reference/filesystem/functions/clearstatcache.xml:1.12 Thu Aug
16 14:04:11 2007
+++ phpdoc/en/reference/filesystem/functions/clearstatcache.xml Thu Aug 16
15:48:12 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
<refentry xmlns="http://docbook.org/ns/docbook"
xml:id="function.clearstatcache">
<refnamediv>
<refname>clearstatcache</refname>
@@ -29,7 +29,7 @@
files. So, if you call <function>file_exists</function> on a file that
doesn't exist, it will return &false; until you create the file. If you
create the file, it will return &true; even if you then delete the file.
- However <function>unlink</function> clears cache automatically.
+ However <function>unlink</function> clears the cache automatically.
</para>
<note>
<para>