Whamcloud - gitweb
e2fsprogs: reorder flags in chattr(1)
authorEric Sandeen <sandeen@redhat.com>
Sat, 5 Jul 2014 03:02:59 +0000 (23:02 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 5 Jul 2014 03:59:45 +0000 (23:59 -0400)
commit5b9aaae742a79ef6001e58e5031b5f6ec03fe1ad
tree3a2ea4700568df8a20cf648e1c43dde2cca11ef4
parent87aca2ad028b9841d3ec32edd858ccc91d96ab4c
e2fsprogs: reorder flags in chattr(1)

The flags described in chattr usage() and the chattr(1) manpage
were in semi-random order, which makes it hard to ascertain
which flags might be missing or undocumented, and to locate
flags within the manpage.

Re-order the list of flags in alphanumeric order, and do
the same for the flag descriptions in the body of the manpage.

There should be no content changes here, just reordering
for consistency.

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