From cf119027c59a0c61759b8867b034db1b86f8aea2 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Fri, 26 Dec 2003 14:03:20 -0500 Subject: [PATCH] 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) --- misc/ChangeLog | 5 +++++ misc/chattr.1.in | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/misc/ChangeLog b/misc/ChangeLog index 66360a3..652f3da 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 a2957b4..87a7848 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 -- 1.8.3.1