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 <jtulak@xxxxxxxxxx>
---
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 980b0e1..c3629d9 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.5.5
|