From 364f94107aa8f59fda0fbca1fafe7586d4737552 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sun, 28 May 2006 23:26:14 -0400 Subject: [PATCH] Clarify -T option of mke2fs in its man page Signed-off-by: "Theodore Ts'o" --- misc/ChangeLog | 4 ++++ misc/mke2fs.8.in | 9 +++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/misc/ChangeLog b/misc/ChangeLog index e159577..7e34cd4 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,7 @@ +2006-05-28 Theodore Tso + + * mke2fs.8.in (types): Clarify -T option description. + 2006-05-22 Theodore Tso * mke2fs.conf: Make new filesystems with the following features diff --git a/misc/mke2fs.8.in b/misc/mke2fs.8.in index 7f19699..dcec552 100644 --- a/misc/mke2fs.8.in +++ b/misc/mke2fs.8.in @@ -439,10 +439,11 @@ or there is no chance of recovery. .BI \-T " fs-type" Specify how the filesystem is going to be used, so that .B mke2fs -can choose optimal filesystem parameters for that use, as defined -filesystem type configuration settings found in the -.BR /etc/mke2fs.conf (5) -file. +can choose optimal filesystem parameters for that use. The filesystem +types that are can be supported are defined in the configuration file +.BR /etc/mke2fs.conf (5). +The default configuration file contains definitions for the filesystem +types: small, floppy, news, largefile, and largefile4. .TP .B \-v Verbose execution. -- 1.8.3.1