From 312c2a404c1af85b88b855687b6a30cd24ca9e34 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Wed, 27 May 2009 23:23:43 -0500 Subject: 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 Signed-off-by: Theodore Ts'o --- lib/e2p/pf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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" }, -- cgit v1.2.3