]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
chattr.1.in: Update text indicating the 'c', 's', and 'u'
authorTheodore Ts'o <tytso@mit.edu>
Fri, 26 Dec 2003 19:03:20 +0000 (14:03 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 26 Dec 2003 19:03:20 +0000 (14:03 -0500)
attributes are not currently supported to remove any
mention of a specific kernel version.  (Addresses Debian
bug #214920)

misc/ChangeLog
misc/chattr.1.in

index 66360a3757f4d5604645c764ff9a5451c3c81ce8..652f3da5e471fe0ace83dd86187254f7bb135040 100644 (file)
@@ -1,5 +1,10 @@
 2003-12-26  Theodore Ts'o  <tytso@mit.edu>
 
+       * chattr.1.in: Update text indicating the 'c', 's', and 'u'
+               attributes are not currently supported to remove any
+               mention of a specific kernel version.  (Addresses Debian
+               bug #214920)
+
        * fsck.8.in: Update text describing "standard" options supported
                by filesystem-specific checkers.  (Addresses Debian bug
                #222606)
index a2957b474c01f6326138fcad52783148320027f4..87a784863fd019492efa02f8df3b501a419b99f3 100644 (file)
@@ -127,9 +127,10 @@ although it can be displayed by
 .B chattr
 was written by Remy Card <Remy.Card@linux.org>.
 .SH BUGS AND LIMITATIONS
-As of Linux 2.2, the `c', 's',  and `u' attribute are not honored 
-by the kernel filesystem code.    These attributes will be implemented
-in a future ext2 fs version.
+The `c', 's',  and `u' attributes are not honored 
+by the ext2 and ext3 filesystems as implemented in the current mainline
+Linux kernels.    These attributes may be implemented
+in future versions ext2 and ext3.
 .PP
 The `j' option is only useful if the filesystem is mounted as ext3.
 .PP