From c890dbb2a6e803abd69caa97de9340532f568191 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sun, 12 Feb 2017 16:00:09 -0800 Subject: [PATCH] debugfs.8: fix name of argument to blocks command Signed-off-by: Eric Biggers Signed-off-by: Theodore Ts'o --- debugfs/debugfs.8.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debugfs/debugfs.8.in b/debugfs/debugfs.8.in index e151d43..87d487e 100644 --- a/debugfs/debugfs.8.in +++ b/debugfs/debugfs.8.in @@ -179,7 +179,7 @@ This is a list of the commands which .B debugfs supports. .TP -.BI blocks " filespace" +.BI blocks " filespec" Print the blocks used by the inode .I filespec to stdout. -- 1.8.3.1