]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
chattr.1.in: Clarify man page.
authorTheodore Ts'o <tytso@mit.edu>
Sun, 1 Feb 2004 01:27:36 +0000 (20:27 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 1 Feb 2004 01:27:36 +0000 (20:27 -0500)
chattr.1.in, dumpe2fs.8.in, lsattr.1.in, mklost+found.8.in,
tune2fs.8.in: List Theodore Ts'o <tytso@alum.mit.edu> as
the current maintainer.

misc/ChangeLog
misc/chattr.1.in
misc/dumpe2fs.8.in
misc/lsattr.1.in
misc/mklost+found.8.in
misc/tune2fs.8.in

index e6d60868f190b4316f46ceae551da3232b5bc292..6b5630cc5287ce5002c9f338cadffdd16e454e0a 100644 (file)
@@ -1,3 +1,11 @@
+2004-01-31  Theodore Ts'o  <tytso@mit.edu>
+
+       * chattr.1.in: Clarify man page.
+
+       * chattr.1.in, dumpe2fs.8.in, lsattr.1.in, mklost+found.8.in,
+               tune2fs.8.in: List Theodore Ts'o <tytso@alum.mit.edu> as
+               the current maintainer.
+
 2004-01-20  root  <tytso@mit.edu>
 
        * chattr.c (main): Add support for '--' to stop options
index 87a784863fd019492efa02f8df3b501a419b99f3..e5ea58e06179943671bced800cb7e1d0ba098f6e 100644 (file)
@@ -25,11 +25,11 @@ The operator `+' causes the selected attributes to be added to the
 existing attributes of the files; `-' causes them to be removed; and
 `=' causes them to be the only attributes that the files have.
 .PP
-The letters `ASacDdijsu' select the new attributes for the files: 
-don't update atime (A), synchronous updates (S), synchronous directory
-updates (D), append only (a), compressed (c), no dump (d), immutable (i),
-data journalling (j), secure deletion (s), top of directory hierarchy
-(T), no tail-merging (t), and undeletable (u).
+The letters `acdijsuADST' select the new attributes for the files: 
+append only (a), compressed (c), no dump (d), immutable (i),
+data journalling (j), secure deletion (s), no tail-merging (t), 
+undeletable (u), no atime updates (A), synchronous directory updates (D), 
+synchronous updates (S), and top of directory hierarchy (T).
 .SH OPTIONS
 .TP
 .B \-R
@@ -125,7 +125,8 @@ although it can be displayed by
 .PP
 .SH AUTHOR
 .B chattr
-was written by Remy Card <Remy.Card@linux.org>.
+was written by Remy Card <Remy.Card@linux.org>.  It is currently being
+maintained by Theodore Ts'o <tytso@alum.mit.edu>.
 .SH BUGS AND LIMITATIONS
 The `c', 's',  and `u' attributes are not honored 
 by the ext2 and ext3 filesystems as implemented in the current mainline
index 3781ca196eed85be92f32cef4babde7c41fd35c0..e2dd5cf8ae200df6049a0ad42ab0dfcab21409d3 100644 (file)
@@ -76,7 +76,8 @@ You need to know the physical filesystem structure to understand the
 output.
 .SH AUTHOR
 .B dumpe2fs 
-was written by Remy Card <Remy.Card@linux.org>.
+was written by Remy Card <Remy.Card@linux.org>.  It is currently being
+maintained by Theodore Ts'o <tytso@alum.mit.edu>.
 .SH AVAILABILITY
 .B dumpe2fs
 is part of the e2fsprogs package and is available from 
index db765a2ccf988906de358a56f3acd88527da322f..7798a3444af260c972be56026af5a5be65fe0d90 100644 (file)
@@ -33,7 +33,8 @@ List directories like other files, rather than listing their contents.
 List the file's version/generation number.
 .SH AUTHOR
 .B lsattr
-was written by Remy Card <Remy.Card@linux.org>.
+was written by Remy Card <Remy.Card@linux.org>.  It is currently being
+maintained by Theodore Ts'o <tytso@alum.mit.edu>.
 .SH BUGS
 There are none :-).
 .SH AVAILABILITY
index b1badb67a10b1da12386926bfd1dee96d584b6a3..712740c8ddc1e471470df04f620afea1e2863cac 100644 (file)
@@ -30,7 +30,8 @@ will not have to allocate data blocks in the filesystem during recovery.
 There are none.
 .SH AUTHOR
 .B mklost+found
-has been written by Remy Card <Remy.Card@linux.org>.
+has been written by Remy Card <Remy.Card@linux.org>.  It is currently being
+maintained by Theodore Ts'o <tytso@alum.mit.edu>.
 .SH BUGS
 There are none :-)
 .SH AVAILABILITY
index 01dc2198c156a7c359d0069cd6ef46abd00b3cb9..f0ce7ffe21b02349f35cd6dc65364df18e32f7b9 100644 (file)
@@ -449,7 +449,8 @@ will automatically use a time-based UUID instead of a randomly-generated UUID.
 We haven't found any bugs yet.  That doesn't mean there aren't any...
 .SH AUTHOR
 .B tune2fs 
-was written by Remy Card <Remy.Card@linux.org>.
+was written by Remy Card <Remy.Card@linux.org>.  It is currently being
+maintained by Theodore Ts'o <tytso@alum.mit.edu>.
 .B tune2fs
 uses the ext2fs library written by Theodore Ts'o <tytso@mit.edu>.
 This manual page was written by Christian Kuhtz <chk@data-hh.Hanse.DE>.