From 0b514e3a527968aaef22cad56d336b48d4a18e6d Mon Sep 17 00:00:00 2001 From: Jan Tulak Date: Tue, 21 Jun 2016 12:52:47 +1000 Subject: [PATCH] mkfs: update manpage for -i size Adding CRC changed the minimum size for inode size from 256 to 512 bytes, but it is not mentioned in the man page. Signed-off-by: Jan Tulak Reviewed-by: Eric Sandeen Signed-off-by: Dave Chinner --- man/man8/mkfs.xfs.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/man8/mkfs.xfs.8 b/man/man8/mkfs.xfs.8 index 980b0e18e..c3629d9ba 100644 --- a/man/man8/mkfs.xfs.8 +++ b/man/man8/mkfs.xfs.8 @@ -358,7 +358,7 @@ or as the number fitting in a filesystem block with .BR perblock= . The minimum (and default) .I value -is 256 bytes. +is 256 bytes without crc, 512 bytes with crc enabled. The maximum .I value is 2048 (2 KiB) subject to the restriction that -- 2.47.2