From: Theodore Ts'o Date: Fri, 26 Dec 2003 19:03:20 +0000 (-0500) Subject: chattr.1.in: Update text indicating the 'c', 's', and 'u' X-Git-Tag: E2FSPROGS-1_35-WIP-0131~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cf119027c59a0c61759b8867b034db1b86f8aea2;p=thirdparty%2Fe2fsprogs.git 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) --- diff --git a/misc/ChangeLog b/misc/ChangeLog index 66360a375..652f3da5e 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,5 +1,10 @@ 2003-12-26 Theodore Ts'o + * 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) diff --git a/misc/chattr.1.in b/misc/chattr.1.in index a2957b474..87a784863 100644 --- a/misc/chattr.1.in +++ b/misc/chattr.1.in @@ -127,9 +127,10 @@ although it can be displayed by .B chattr was written by Remy Card . .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