cortesi Wed May 29 06:57:32 2002 EDT
Modified files:
/phpdoc-it/reference/filesystem/functions chmod.xml chown.xml
Log:
changing credits and adding return.success
Index: phpdoc-it/reference/filesystem/functions/chmod.xml
diff -u phpdoc-it/reference/filesystem/functions/chmod.xml:1.2
phpdoc-it/reference/filesystem/functions/chmod.xml:1.3
--- phpdoc-it/reference/filesystem/functions/chmod.xml:1.2 Wed Apr 17 03:06:35
2002
+++ phpdoc-it/reference/filesystem/functions/chmod.xml Wed May 29 06:57:32 2002
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- EN-Revision: 1.2 Maintainer: spisto Status: ready -->
+<!-- CREDITS: cortesi -->
<!-- splitted from ./it/functions/filesystem.xml, last change in rev 1.15 -->
-<!-- last change to 'chmod' in en/ tree in rev 1.2 -->
-<!-- EN-Revision: 1.2 Maintainer: cortesi Status: working -->
-<!-- OLD-Revision: 1.134/EN.1.2 -->
<refentry id="function.chmod">
<refnamediv>
<refname>chmod</refname>
@@ -23,7 +22,7 @@
<para>
Si osservi che <parameter>mode</parameter> non viene automaticamente
assunto come valore ottale, per cui le stringhe (come "g+w") non verranno
- elaborate correttamente. Per ottenere l'operazione desiderata, � necessario
+ elaborate correttamente. Per ottenere l'operazione desiderata, � necessario
far iniziare <parameter>mode</parameter> con uno zero (0):
<informalexample>
<programlisting role="php">
@@ -36,7 +35,7 @@
</informalexample>
</para>
<para>
- Restituisce &true; se ha successo; &false; altrimenti.
+ &return.success;
</para>
<para>
Vedere anche <function>chown</function> e
Index: phpdoc-it/reference/filesystem/functions/chown.xml
diff -u phpdoc-it/reference/filesystem/functions/chown.xml:1.2
phpdoc-it/reference/filesystem/functions/chown.xml:1.3
--- phpdoc-it/reference/filesystem/functions/chown.xml:1.2 Wed Apr 17 03:06:35
2002
+++ phpdoc-it/reference/filesystem/functions/chown.xml Wed May 29 06:57:32 2002
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- EN-Revision: 1.2 Maintainer: spisto Status: ready -->
+<!-- CREDITS: cortesi -->
<!-- splitted from ./it/functions/filesystem.xml, last change in rev 1.15 -->
-<!-- last change to 'chown' in en/ tree in rev 1.2 -->
-<!-- EN-Revision: 1.2 Maintainer: cortesi Status: working -->
-<!-- OLD-Revision: 1.134/EN.1.2 -->
<refentry id="function.chown">
<refnamediv>
<refname>chown</refname>
@@ -21,7 +20,7 @@
l'amministratore pu� cambiare il proprietario di un file.
</para>
<para>
- Restituisce &true; se ha successo; &false; altrimenti.
+ &return.success;
</para>
<para>
Vedere anche <function>chown</function> e