]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lsclocks: refer to correct lsclocks(1) manpage
authorThomas Weißschuh <thomas@t-8ch.de>
Tue, 19 Dec 2023 21:11:09 +0000 (22:11 +0100)
committerThomas Weißschuh <thomas@t-8ch.de>
Tue, 19 Dec 2023 21:11:09 +0000 (22:11 +0100)
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
misc-utils/lsclocks.c

index e74f9711c99edeb8e74e453336d59ddba00f2048..b2bacdb29ef3e766bbf1e6c0666f2ffcfbc78395 100644 (file)
@@ -206,7 +206,7 @@ static void __attribute__((__noreturn__)) usage(void)
                        "<boolean>",
                        _(infos[i].help));
 
-       fprintf(out, USAGE_MAN_TAIL("lslocks(1)"));
+       fprintf(out, USAGE_MAN_TAIL("lsclocks(1)"));
 
        exit(EXIT_SUCCESS);
 }