From e0081a0791691c15b3b0f38ca0a68f310109845c Mon Sep 17 00:00:00 2001 From: John Haxby Date: Wed, 8 Feb 2017 15:26:38 +0000 Subject: [PATCH] mke2fs: remove the -f option from the man page The -f option was removed in c6ed60cdeb13 (mke2fs: support creating bigalloc file systems), let's remove it from the man page as well. And as it was the only noted bug, take the BUGS section with it. Signed-off-by: John Haxby Signed-off-by: Theodore Ts'o --- misc/mke2fs.8.in | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/misc/mke2fs.8.in b/misc/mke2fs.8.in index 9cb783f..ef56d9e 100644 --- a/misc/mke2fs.8.in +++ b/misc/mke2fs.8.in @@ -25,10 +25,6 @@ mke2fs \- create an ext2/ext3/ext4 filesystem .B \-D ] [ -.B \-f -.I fragment-size -] -[ .B \-g .I blocks-per-group ] @@ -389,9 +385,6 @@ option is not specified is both user and group quotas. If the project feature is enabled that project quotas will be initialized as well. .RE .TP -.BI \-f " fragment-size" -Specify the size of fragments in bytes. -.TP .B \-F Force .B mke2fs @@ -792,14 +785,6 @@ mount count or check interval. This version of .B mke2fs has been written by Theodore Ts'o . -.SH BUGS -.B mke2fs -accepts the -.B \-f -option but currently ignores it because the second -extended file system does not support fragments yet. -.br -There may be other ones. Please, report them to the author. .SH AVAILABILITY .B mke2fs is part of the e2fsprogs package and is available from -- 1.8.3.1