Whamcloud - gitweb
Fixed chattr man page to clarify description of the 't' (no tail)
authorTheodore Ts'o <tytso@mit.edu>
Wed, 26 Mar 2003 04:02:34 +0000 (23:02 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 26 Mar 2003 04:02:34 +0000 (23:02 -0500)
attribute.

RELEASE-NOTES
misc/ChangeLog
misc/chattr.1.in

index b8dfedd..0fe9fbb 100644 (file)
@@ -55,7 +55,7 @@ Mke2fs no longer creates filesystems with the dir_index flag set by
 default; the user has to specifically request it.
 
 Update and clarified various man pages. (Addresses Debian bugs
-#173612, #175233, #175113, and #170497)
+#173612, #175233, #175113, and #170497, #185945)
 
 Created man page for the mk_cmds program (from the libss library).
 
index 4c8ce6e..f5e0de7 100644 (file)
@@ -1,3 +1,8 @@
+2003-03-25  Theodore Ts'o  <tytso@mit.edu>
+
+       * chattr.1.in: Clarified the description of the 't' (no tail) 
+               attribute.  (Addresses Debian bug #185945)
+
 2003-03-14  Theodore Ts'o  <tytso@mit.edu>
 
        * fsck.c: And #ifdef protection around #include of malloc.h
index ed9e64b..a2957b4 100644 (file)
@@ -101,10 +101,11 @@ directory hierarchies for the purposes of the Orlov block allocator
 (which is used in on systems with Linux 2.5.46 or later).
 .PP
 A file with the 't' attribute will not have a partial block fragment at
-the of the file merged with other files (for those filesystems which
+the end of the file merged with other files (for those filesystems which
 support tail-merging).  This is necessary for applications such as LILO 
-which read the filesystem directly, and who don't understand tail-merged
-files.
+which read the filesystem directly, and which don't understand tail-merged
+files.  Note: As of this writing, the ext2 or ext3 filesystems do not
+(yet, except in very experimental patches) support tail-merging.
 .PP
 When a file with the `u' attribute set is deleted, its contents are saved.
 This allows the user to ask for its undeletion.