Whamcloud - gitweb
Add missing information to various man pages and usage texts
authorTyson Nottingham <tgnottingham@gmail.com>
Thu, 14 Dec 2017 07:13:12 +0000 (23:13 -0800)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 21 Dec 2017 16:11:10 +0000 (11:11 -0500)
commit75dd3c47c489bef2391bdc147a3f835f1a935fbf
tree18395dae6f95759caafb6b511cf57dd798793ef0
parent7600aa0f06b22e75a9075008997f83e209fee4a3
Add missing information to various man pages and usage texts

badblocks.c: Add -B and -X to usage text.

chattr.1.in: Add P to list of settable attributes.

e2image.8.in, e2image.c: Remove superfluous mention of -r option.

e2undo.8.in, e2undo.c: Add description for -z to man page and add -o and
  -z to synopsis and usage text.

e4crypt.8.in: Add -p pad option to relevant command descriptions.

lsattr.1.in: Fix typo.

mke2fs.8.in: Add -C to synopsis. Add MKE2FS_DEVICE_PHYS_SECTSIZE
  description and update MKE2FS_DEVICE_SECTSIZE description.

mke2fs.conf.5.in: Add devices stanza summary. Remove base_features and
  default_features descriptions from defaults section, as they are
  already described in fs_types section. Move enable_periodic_fsck and
  force_undo to fs_types section, as they can be set per filesystem
  type. Add missing lazy_journal_init and hugefiles_dir descriptions.

tune2fs.8.in: Remove unsupported -p option and deprecated -s option.
  Add 64bit, ea_inode, large_dir, and metadata_csum_seed descriptions.

tune2fs.c: Remove unsupported -p option from usage text.
  Add mmp_update_interval to extended option usage text.

resize/main.c: Add -S option to usage text.

Signed-off-by: Tyson Nottingham <tgnottingham@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
14 files changed:
misc/badblocks.c
misc/chattr.1.in
misc/e2image.8.in
misc/e2image.c
misc/e2undo.8.in
misc/e2undo.c
misc/e4crypt.8.in
misc/e4crypt.c
misc/lsattr.1.in
misc/mke2fs.8.in
misc/mke2fs.conf.5.in
misc/tune2fs.8.in
misc/tune2fs.c
resize/main.c