aidan Wed Jul 14 06:49:41 2004 EDT
Modified files:
/phpdoc/en/reference/filesystem/functions fileperms.xml
Log:
Changed wording
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/fileperms.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/filesystem/functions/fileperms.xml
diff -u phpdoc/en/reference/filesystem/functions/fileperms.xml:1.5
phpdoc/en/reference/filesystem/functions/fileperms.xml:1.6
--- phpdoc/en/reference/filesystem/functions/fileperms.xml:1.5 Wed Jul 14 06:42:29
2004
+++ phpdoc/en/reference/filesystem/functions/fileperms.xml Wed Jul 14 06:49:41
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.fileperms">
<refnamediv>
@@ -18,7 +18,7 @@
¬e.clearstatcache;
&tip.fopen-wrapper.stat;
<example>
- <title>Display as an octal value</title>
+ <title>Display permissions as an octal value</title>
<programlisting role="php">
<![CDATA[
<?php
@@ -32,7 +32,7 @@
</programlisting>
</example>
<example>
- <title>Display permissions</title>
+ <title>Display full permissions</title>
<programlisting role="php">
<![CDATA[
<?php
@@ -89,6 +89,7 @@
?>
]]>
</programlisting>
+ <para>This would prodcude the output:</para>
<screen>
<![CDATA[
-r--r--r--