From: Pavel Reichl Date: Thu, 8 Jun 2023 09:13:20 +0000 (+0200) Subject: mkfs: fix man's default value for sparse option X-Git-Tag: v6.4.0~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=965f91091e4442ea74132aa0c3c6795d922bda8c;p=thirdparty%2Fxfsprogs-dev.git mkfs: fix man's default value for sparse option Fixes: 9cf846b51 ("mkfs: enable sparse inodes by default") Suggested-by: Lukas Herbolt Signed-off-by: Pavel Reichl Reviewed-by: Darrick J. Wong Signed-off-by: Carlos Maiolino --- diff --git a/man/man8/mkfs.xfs.8.in b/man/man8/mkfs.xfs.8.in index 01f9dc6e6..ce6f1e2dd 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