From 2e5a1b9e6e2af21be33ff9871bff34772c7ca7f8 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sat, 31 Jan 2004 20:27:36 -0500 Subject: [PATCH] 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 as the current maintainer. --- misc/ChangeLog | 8 ++++++++ misc/chattr.1.in | 13 +++++++------ misc/dumpe2fs.8.in | 3 ++- misc/lsattr.1.in | 3 ++- misc/mklost+found.8.in | 3 ++- misc/tune2fs.8.in | 3 ++- 6 files changed, 23 insertions(+), 10 deletions(-) diff --git a/misc/ChangeLog b/misc/ChangeLog index e6d60868..6b5630cc 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,11 @@ +2004-01-31 Theodore Ts'o + + * 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 as + the current maintainer. + 2004-01-20 root * chattr.c (main): Add support for '--' to stop options diff --git a/misc/chattr.1.in b/misc/chattr.1.in index 87a78486..e5ea58e0 100644 --- a/misc/chattr.1.in +++ b/misc/chattr.1.in @@ -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 . +was written by Remy Card . It is currently being +maintained by Theodore Ts'o . .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 diff --git a/misc/dumpe2fs.8.in b/misc/dumpe2fs.8.in index 3781ca19..e2dd5cf8 100644 --- a/misc/dumpe2fs.8.in +++ b/misc/dumpe2fs.8.in @@ -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 . +was written by Remy Card . It is currently being +maintained by Theodore Ts'o . .SH AVAILABILITY .B dumpe2fs is part of the e2fsprogs package and is available from diff --git a/misc/lsattr.1.in b/misc/lsattr.1.in index db765a2c..7798a344 100644 --- a/misc/lsattr.1.in +++ b/misc/lsattr.1.in @@ -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 . +was written by Remy Card . It is currently being +maintained by Theodore Ts'o . .SH BUGS There are none :-). .SH AVAILABILITY diff --git a/misc/mklost+found.8.in b/misc/mklost+found.8.in index b1badb67..712740c8 100644 --- a/misc/mklost+found.8.in +++ b/misc/mklost+found.8.in @@ -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 . +has been written by Remy Card . It is currently being +maintained by Theodore Ts'o . .SH BUGS There are none :-) .SH AVAILABILITY diff --git a/misc/tune2fs.8.in b/misc/tune2fs.8.in index 01dc2198..f0ce7ffe 100644 --- a/misc/tune2fs.8.in +++ b/misc/tune2fs.8.in @@ -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 . +was written by Remy Card . It is currently being +maintained by Theodore Ts'o . .B tune2fs uses the ext2fs library written by Theodore Ts'o . This manual page was written by Christian Kuhtz .