From 481d1396c2ef426169f3c1f7a939a9245743462b Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sun, 11 Apr 2004 16:47:25 -0400 Subject: [PATCH] mke2fs.8.in: Clarify man page's description of the '-O' option. (Addresses Debian Bug #241940) --- misc/ChangeLog | 5 +++++ misc/mke2fs.8.in | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/misc/ChangeLog b/misc/ChangeLog index 40a6877..ad2b66e 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,8 @@ +2004-04-11 Theodore Ts'o + + * mke2fs.8.in: Clarify man page's description of the '-O' option. + (Addresses Debian Bug #241940) + 2004-04-07 Theodore Ts'o * tune2fs.c (main): If the environment variable diff --git a/misc/mke2fs.8.in b/misc/mke2fs.8.in index e162515..5f70c66 100644 --- a/misc/mke2fs.8.in +++ b/misc/mke2fs.8.in @@ -301,9 +301,8 @@ of the executable. .TP .B "\-O \fIfeature\fR[,...]" -Create filesystem with given features (filesystem options). Features -which are normally turned on by default may be disabled by prefixing the -feature with a caret ('^') symbol. +Create filesystem with given features (filesystem options), overridding +the default filesystem options. Currently, the .B sparse_super and -- 1.8.3.1