Signed-off-by: Sami Kerola <kerolasa@xxxxxx> --- sys-utils/dmesg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-utils/dmesg.c b/sys-utils/dmesg.c index a89fb6c..6910fc7 100644 --- a/sys-utils/dmesg.c +++ b/sys-utils/dmesg.c @@ -264,7 +264,7 @@ static void __attribute__((__noreturn__)) usage(FILE *out) level_names[i].name, _(level_names[i].help)); fputs(USAGE_SEPARATOR, out); - fprintf(out, USAGE_MAN_TAIL("dmesg(q)")); + fprintf(out, USAGE_MAN_TAIL("dmesg(1)")); exit(out == stderr ? EXIT_FAILURE : EXIT_SUCCESS); } -- 1.8.2.2 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html