From: Namhyung Kim Date: Mon, 29 Nov 2010 08:55:12 +0000 (+0900) Subject: mke2fs.8.in: add missing "big" and "huge" usage-type description X-Git-Tag: v1.42-WIP-0702~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a2767ffed4e3eca1834c4134885a1f51d1a2ca5;p=thirdparty%2Fe2fsprogs.git 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 --- diff --git a/misc/mke2fs.8.in b/misc/mke2fs.8.in index c587d8104..b64d2aae0 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