From 1020b212b189968ead013436cac79019fbd8fdad Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Wed, 2 Jun 2010 13:27:19 +0100 Subject: [PATCH] resize2fs: Document this command also works with ext4 (thanks Yufang Zhang). --- src/generator.ml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/generator.ml b/src/generator.ml index 571ea3a..efc8bfd 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -2641,9 +2641,9 @@ is lost."); ("resize2fs", (RErr, [Device "device"]), 106, [], [], (* lvresize tests this *) - "resize an ext2/ext3 filesystem", + "resize an ext2, ext3 or ext4 filesystem", "\ -This resizes an ext2 or ext3 filesystem to match the size of +This resizes an ext2, ext3 or ext4 filesystem to match the size of the underlying device. I It is sometimes required that you run C @@ -4708,7 +4708,7 @@ See also C."); ("resize2fs_size", (RErr, [Device "device"; Int64 "size"]), 248, [], [], - "resize an ext2/ext3 filesystem (with size)", + "resize an ext2, ext3 or ext4 filesystem (with size)", "\ This command is the same as C except that it allows you to specify the new size (in bytes) explicitly."); -- 1.8.3.1