nforbes         Wed Aug 18 17:58:24 2004 EDT

  Modified files:              
    /phpdoc/en/reference/xattr  reference.xml 
  Log:
  Made grammatical fixes and moved note into a <note>; indented a line.
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/xattr/reference.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/xattr/reference.xml
diff -u phpdoc/en/reference/xattr/reference.xml:1.2 
phpdoc/en/reference/xattr/reference.xml:1.3
--- phpdoc/en/reference/xattr/reference.xml:1.2 Wed Aug 18 16:41:11 2004
+++ phpdoc/en/reference/xattr/reference.xml     Wed Aug 18 17:58:24 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. -->
  <reference id="ref.xattr">
   <title>xattr Functions</title>
@@ -9,28 +9,31 @@
    <section id="xattr.intro">
    &reftitle.intro;
     <para>
-     xattr extension allows to manipulate extended attributes on filesystems that 
support them.
+     The xattr extension allows for the manipulation of extended attributes on a 
filesystem.
     </para>
    </section>
 
    <section id="xattr.requirements">
     &reftitle.required;
     <para>
-     To use xattr, you will need libattr installed, available
-     on the Linux XFS homepage <ulink url="&url.xattr;">&url.xattr;</ulink>.
-    </para>
-    <para>
-     Note that these functions work only on filesystems that support extended 
-     attributes (on Linux 2.6: ext2, ext3, reiserfs, jfs and xfs) and have them 
-     enabled at mount time. Ask your system administrator if in doubts.
+     To use xattr, you will need libattr installed. It is available
+     at <ulink url="&url.xattr;">&url.xattr;</ulink>.
     </para>
+    <note>
+     <para>
+      These functions only work on filesystems that support extended 
+      attributes, and have them enabled at mount time. Some common
+      filesystems that support extended attributes are ext2, ext3,
+      reiserfs, jfs, and xfs.
+     </para>
+    </note>
    </section>
 
    &reference.xattr.configure;
    &reference.xattr.constants;
 
   </partintro>
- &reference.xattr.functions;
+  &reference.xattr.functions;
  </reference>
 
 <!-- Keep this comment at the end of the file

Reply via email to