From 5162872480f88972b432055d67079997c97d7a6c Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Thu, 28 Jan 2021 14:21:09 -0500 Subject: [PATCH] misc: fix a spelling nit in the mke2fs man page Signed-off-by: Theodore Ts'o --- misc/mke2fs.8.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/mke2fs.8.in b/misc/mke2fs.8.in index 171315b..d5fe7b6 100644 --- a/misc/mke2fs.8.in +++ b/misc/mke2fs.8.in @@ -210,7 +210,7 @@ manual page for more details. Specify the size of blocks in bytes. Valid block-size values are powers of two from 1024 up to 65536 (however note that the kernel is able to mount only filesystems with block-size smaller or equal to the system page size - 4k on -x86 systems, upto 64k on ppc64 or aarch64 depending on kernel configuration). +x86 systems, up to 64k on ppc64 or aarch64 depending on kernel configuration). If omitted, block-size is heuristically determined by the filesystem size and the expected usage of the filesystem (see the .B \-T -- 1.8.3.1