]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfsprogs: Fix manpages for missing or incorrect options
authorEric Sandeen <sandeen@sandeen.net>
Thu, 25 Apr 2013 15:03:47 +0000 (15:03 +0000)
committerRich Johnston <rjohnston@sgi.com>
Thu, 25 Apr 2013 15:12:54 +0000 (10:12 -0500)
commiteaa6a2bf5940dfa5e7a295834e68f317d4686218
tree6edc959a5d6d9d20655c3712d64ac1eeef1380c6
parent87342c3a5dcb5d6812e93c201ecd3e51d971e6d6
xfsprogs: Fix manpages for missing or incorrect options

Add valid options which aren't in manpages, and
remove invalid options which are in manpages:

* Document -V (show version and exit) for many manpages.
* Remove -? option from xfs_estimate.8
* Document -p passes, -d (debug) and -g (syslog) in xfs_fsr.8
* Document -n (O_NONBLOCK) in xfs_io.8
* Document -v (print overwrite) in xfs_logprint.8
* Document -m max_extents in xfs_metadump.8
* Document -p (preallocate) in xfs_mkfile.8

Signed-off-by: Eric Sandeeen <sandeen@redhat.com>
Reviewed-by: Rich Johnston <rjohnston@sgi.com>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
19 files changed:
man/man8/mkfs.xfs.8
man/man8/xfs_admin.8
man/man8/xfs_bmap.8
man/man8/xfs_check.8
man/man8/xfs_copy.8
man/man8/xfs_db.8
man/man8/xfs_estimate.8
man/man8/xfs_freeze.8
man/man8/xfs_fsr.8
man/man8/xfs_growfs.8
man/man8/xfs_io.8
man/man8/xfs_logprint.8
man/man8/xfs_mdrestore.8
man/man8/xfs_metadump.8
man/man8/xfs_mkfile.8
man/man8/xfs_ncheck.8
man/man8/xfs_quota.8
man/man8/xfs_repair.8
man/man8/xfs_rtcp.8