mg Wed Aug 18 17:14:14 2004 EDT
Modified files:
/phpdoc/en/reference/xattr/functions xattr-set.xml
Log:
Whoops, "see also" should be after example.
http://cvs.php.net/diff.php/phpdoc/en/reference/xattr/functions/xattr-set.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/xattr/functions/xattr-set.xml
diff -u phpdoc/en/reference/xattr/functions/xattr-set.xml:1.2
phpdoc/en/reference/xattr/functions/xattr-set.xml:1.3
--- phpdoc/en/reference/xattr/functions/xattr-set.xml:1.2 Wed Aug 18 17:11:52
2004
+++ phpdoc/en/reference/xattr/functions/xattr-set.xml Wed Aug 18 17:14:14 2004
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
<refentry id="function.xattr-set">
<refnamediv>
@@ -58,10 +58,6 @@
<para>
&return.success;
</para>
- <para>
- See also <function>xattr_get</function>, <function>xattr_remove</function>,
- <function>xattr_list</function>.
- </para>
<example>
<title><function>xattr_set</function> example</title>
<para>
@@ -82,6 +78,10 @@
]]>
</programlisting>
</example>
+ <para>
+ See also <function>xattr_get</function>, <function>xattr_remove</function>,
+ <function>xattr_list</function>.
+ </para>
</refsect1>
</refentry>