diff options
author | Eric Sandeen <sandeen@redhat.com> | 2009-05-27 23:23:43 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2009-05-28 08:33:09 -0400 |
commit | 312c2a404c1af85b88b855687b6a30cd24ca9e34 (patch) | |
tree | 72bc3cde45aae84e17d40869d7461fb6afe41248 /lib | |
parent | 7c8da6e3768bc7cc7ffde72b4f87fd2ec3c7c7e7 (diff) | |
download | e2fsprogs-312c2a404c1af85b88b855687b6a30cd24ca9e34.tar.gz |
chattr: manpage tidyups
Tidy up the chattr(1) manpage to completely document all
available options, and differentiate those which are read-only
early in the manpage as well.
* Remove "I" from settable attribute list
* add "e" to 2nd list of settable attributes & descriptions
* Note that h/E/I/X/Z are readonly
* Correct "H" to "h" for huge file attribute description
* fix long_name for indexed directory in flags_array
Addresses-Red-Hat-Bugzilla: BZ#502971
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/e2p/pf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/e2p/pf.c b/lib/e2p/pf.c index 078b82c7..4a611765 100644 --- a/lib/e2p/pf.c +++ b/lib/e2p/pf.c @@ -41,7 +41,7 @@ static struct flags_name flags_array[] = { { EXT2_ECOMPR_FL, "E", "Compression_Error" }, #endif { EXT3_JOURNAL_DATA_FL, "j", "Journaled_Data" }, - { EXT2_INDEX_FL, "I", "Indexed_direcctory" }, + { EXT2_INDEX_FL, "I", "Indexed_directory" }, { EXT2_NOTAIL_FL, "t", "No_Tailmerging" }, { EXT2_TOPDIR_FL, "T", "Top_of_Directory_Hierarchies" }, { EXT4_EXTENTS_FL, "e", "Extents" }, |