]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfsprogs: mkfs manpage fix for -nsize/log
authorWengang Wang <wen.gang.wang@oracle.com>
Mon, 26 Apr 2010 17:49:41 +0000 (12:49 -0500)
committerEric Sandeen <sandeen@redhat.com>
Mon, 26 Apr 2010 17:49:41 +0000 (12:49 -0500)
commit3917bb8857aa0181d5c719dce81bb7956afd636a
treef9d257ca72e964438e494b388c84e74c14076fdc
parent3e2497f5fd882dd8d98e9cfeea0f192af15a3bf8
xfsprogs: mkfs manpage fix for -nsize/log

There are two limitations for the mkfs.xfs -nsize/log option:
1) directory block size must be a power of 2.
2) it can't be less than a file system block size.

Current man page don't include the above information. User could
be confused with errors, say "Illegal value xxx for -n size option", but
they can't find out the cause by checking the man page.

The patch adds the two limitations to the manpage.

Signed-off-by: Wengang Wang <wen.gang.wang@oracle.com>
Reviewed-by: Eric Sandeen <sandeen@sandeen.net>
man/man8/mkfs.xfs.8