]> www.infradead.org Git - users/hch/xfsprogs.git/commit
mkfs.xfs.8: Fix an inconsistency between the code and the man page.
authorAlvin Zheng <Alvin@linux.alibaba.com>
Wed, 10 Jul 2019 21:51:13 +0000 (17:51 -0400)
committerEric Sandeen <sandeen@redhat.com>
Wed, 10 Jul 2019 21:51:13 +0000 (17:51 -0400)
commitc72f16b1bdd6433c9f7a9f76e6708f800eb3967d
tree2ce81dcccbb3152e4cabd3747a765e9677363ee9
parent8a91e336dfaae2eec1e60acb64e6851f9b86c81c
mkfs.xfs.8: Fix an inconsistency between the code and the man page.

The man page currently states that block and sector size units cannot
be used for other option values unless they are explicitly specified,
when in fact the default sizes will be used in that case.

Change the man page to clarify this.

Signed-off-by: Alvin Zheng <Alvin@linux.alibaba.com>
[sandeen: sector/block values do not need to be specified first]
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
man/man8/mkfs.xfs.8