]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
mkfs: fix man's default value for sparse option
authorPavel Reichl <preichl@redhat.com>
Thu, 8 Jun 2023 09:13:20 +0000 (11:13 +0200)
committerCarlos Maiolino <cem@kernel.org>
Wed, 12 Jul 2023 07:15:18 +0000 (09:15 +0200)
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>
man/man8/mkfs.xfs.8.in

index 01f9dc6e6e9d586d280a323fa8c691a9a546f72b..ce6f1e2ddbbf819f5711100e2836922bd8932e6f 100644 (file)
@@ -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