summaryrefslogtreecommitdiffstats
path: root/disk-utils/blockdev.c
diff options
context:
space:
mode:
authorRuediger Meier2017-06-29 15:03:23 +0200
committerRuediger Meier2017-06-29 15:36:39 +0200
commit43c960c8fa280866fd93dbeef06750d9d954a6ed (patch)
treec5ab203649d4a76decaee7707aedc5e3629c65bf /disk-utils/blockdev.c
parentMerge branch 'path-fixes' of https://github.com/rudimeier/util-linux (diff)
downloadkernel-qcow2-util-linux-43c960c8fa280866fd93dbeef06750d9d954a6ed.tar.gz
kernel-qcow2-util-linux-43c960c8fa280866fd93dbeef06750d9d954a6ed.tar.xz
kernel-qcow2-util-linux-43c960c8fa280866fd93dbeef06750d9d954a6ed.zip
blockdev: correct man page name in --help
Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'disk-utils/blockdev.c')
-rw-r--r--disk-utils/blockdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/disk-utils/blockdev.c b/disk-utils/blockdev.c
index ed018a7bf..976d41628 100644
--- a/disk-utils/blockdev.c
+++ b/disk-utils/blockdev.c
@@ -212,7 +212,7 @@ static void __attribute__((__noreturn__)) usage(void)
_(bdcms[i].help));
}
- printf(USAGE_MAN_TAIL("blockdev(1)"));
+ printf(USAGE_MAN_TAIL("blockdev(8)"));
exit(EXIT_SUCCESS);
}