diff options
author | Namhyung Kim <namhyung@gmail.com> | 2010-11-29 17:55:12 +0900 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2010-12-21 18:43:59 -0500 |
commit | 9a2767ffed4e3eca1834c4134885a1f51d1a2ca5 (patch) | |
tree | 0560e81972cae1a28c1f9472d1b577646af8e539 /misc/mke2fs.8.in | |
parent | 74e1211b2329b6c778ac4f834cc9e38f855ebaa0 (diff) | |
download | e2fsprogs-9a2767ffed4e3eca1834c4134885a1f51d1a2ca5.tar.gz |
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 <namhyung@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'misc/mke2fs.8.in')
-rw-r--r-- | misc/mke2fs.8.in | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/misc/mke2fs.8.in b/misc/mke2fs.8.in index c587d810..b64d2aae 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 |