From 9a2767ffed4e3eca1834c4134885a1f51d1a2ca5 Mon Sep 17 00:00:00 2001 From: Namhyung Kim Date: Mon, 29 Nov 2010 17:55:12 +0900 Subject: [PATCH] mke2fs.8.in: add missing "big" and "huge" usage-type description The commit 493024ea1d74e4cb48aac3a24111f5c8da343e9f ("mke2fs: Fix up the fs type and feature selection for 64-bit blocks") added 'big' and 'huge' usage-type but was missing description in man page. Add it. Signed-off-by: Namhyung Kim Signed-off-by: Theodore Ts'o --- misc/mke2fs.8.in | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/misc/mke2fs.8.in b/misc/mke2fs.8.in index c587d81..b64d2aa 100644 --- a/misc/mke2fs.8.in +++ b/misc/mke2fs.8.in @@ -620,8 +620,17 @@ will use the filesystem type If the filesystem size is greater than 3 but less than or equal to 512 megabytes, .BR mke2fs (8) -will use the filesystem +will use the filesystem type .IR small . +If the filesystem size is greater than or equal to 4 terabytes but less than +16 terabytes, +.BR mke2fs (8) +will use the filesystem type +.IR big . +If the filesystem size is greater than or equal to 16 terabytes, +.BR mke2fs (8) +will use the filesystem type +.IR huge . Otherwise, .BR mke2fs (8) will use the default filesystem type -- 1.8.3.1