From f34171a7ffb8b8d5a32aad46452695ccef591739 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Mon, 1 Sep 2008 11:19:35 -0400 Subject: [PATCH] Fix debug flag definitions for the resize2fs man page Signed-off-by: "Theodore Ts'o" --- resize/resize2fs.8.in | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/resize/resize2fs.8.in b/resize/resize2fs.8.in index 719ef99..ebd8e78 100644 --- a/resize/resize2fs.8.in +++ b/resize/resize2fs.8.in @@ -86,13 +86,11 @@ into the binary. should be computed by adding the numbers of the desired features from the following list: .br -\ 1\ \-\ Print out all disk I/O -.br \ 2\ \-\ Debug block relocations .br -\ 8\ \-\ Debug inode relocations +\ 4\ \-\ Debug inode relocations .br -\ 16\ \-\ Debug moving the inode table +\ 8\ \-\ Debug moving the inode table .TP .B \-f Forces resize2fs to proceed with the filesystem resize operation, overriding -- 1.8.3.1