aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Reichl <preichl@redhat.com>2023-06-08 11:13:20 +0200
committerCarlos Maiolino <cem@kernel.org>2023-07-12 09:15:18 +0200
commit965f91091e4442ea74132aa0c3c6795d922bda8c (patch)
treef8f472ebfd218fecf649e7210356150d158ac794
parent0babf94ff560a53b92586a2fcff88380e9d39893 (diff)
downloadxfsprogs-dev-965f91091e4442ea74132aa0c3c6795d922bda8c.tar.gz
mkfs: fix man's default value for sparse option
Fixes: 9cf846b51 ("mkfs: enable sparse inodes by default") Suggested-by: Lukas Herbolt <lukas@herbolt.com> Signed-off-by: Pavel Reichl <preichl@redhat.com> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Carlos Maiolino <cem@kernel.org>
-rw-r--r--man/man8/mkfs.xfs.8.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man8/mkfs.xfs.8.in b/man/man8/mkfs.xfs.8.in
index 01f9dc6e6e..ce6f1e2ddb 100644
--- a/man/man8/mkfs.xfs.8.in
+++ b/man/man8/mkfs.xfs.8.in
@@ -631,7 +631,7 @@ Enable sparse inode chunk allocation. The
.I value
is either 0 or 1, with 1 signifying that sparse allocation is enabled.
If the value is omitted, 1 is assumed. Sparse inode allocation is
-disabled by default. This feature is only available for filesystems
+enabled by default. This feature is only available for filesystems
formatted with
.B \-m crc=1.
.IP