* [PATCH] dmesg: fix usage() typo
@ 2013-05-02 18:55 Sami Kerola
2013-05-06 17:27 ` Karel Zak
0 siblings, 1 reply; 2+ messages in thread
From: Sami Kerola @ 2013-05-02 18:55 UTC (permalink / raw)
To: util-linux; +Cc: kerolasa
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-05-06 17:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-02 18:55 [PATCH] dmesg: fix usage() typo Sami Kerola
2013-05-06 17:27 ` Karel Zak
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox