Whamcloud - gitweb
e2fsprogs: revise and extend chattr(1) and chattr usage()
authorEric Sandeen <sandeen@redhat.com>
Sat, 5 Jul 2014 03:03:14 +0000 (23:03 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 5 Jul 2014 03:59:45 +0000 (23:59 -0400)
commit272258e1dffe8afb6c9d0b0ba5edc119dbf9f52a
tree56e9b05f69fd15d4ba7ecebedbf72f1b609a818d
parent5b9aaae742a79ef6001e58e5031b5f6ec03fe1ad
e2fsprogs: revise and extend chattr(1) and chattr usage()

The chattr(1) manpage and chattr usage() output were missing some flags.

Add those, and make some other minor cosmetic fixes.

(I've left out the 'B' (EXT2_COMPRBLK_FL) flag, because
it's not actually used anywhere, and I can't figure out
how it differs from 'c' (EXT2_COMPR_FL))

Also, because the matrix of filesystems & flags is quite large,
refer to filesystem-specific manpages for detailed discussion
of flags supported by those filesystems, rather than trying to
cover it all in this manpage.  I'll send those manpage
updates to the appropriate lists a bit later.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Andreas Dilger <adilger@dilger.ca>
misc/chattr.1.in
misc/chattr.c