summaryrefslogtreecommitdiffstats
path: root/term-utils/agetty.c
diff options
context:
space:
mode:
authorKarel Zak2017-07-10 10:15:22 +0200
committerKarel Zak2017-07-10 10:15:22 +0200
commit6d53d1f99ab3405374e0ebe6c7e9d10d13074dcc (patch)
treeb6932245205b88da3963dbad63bb3f3cace7820c /term-utils/agetty.c
parentlast: condition (secs == 0) - now handled correctly (diff)
parentsetpriv: silence compiler warning (diff)
downloadkernel-qcow2-util-linux-6d53d1f99ab3405374e0ebe6c7e9d10d13074dcc.tar.gz
kernel-qcow2-util-linux-6d53d1f99ab3405374e0ebe6c7e9d10d13074dcc.tar.xz
kernel-qcow2-util-linux-6d53d1f99ab3405374e0ebe6c7e9d10d13074dcc.zip
Merge branch 'help' of https://github.com/rudimeier/util-linux
* 'help' of https://github.com/rudimeier/util-linux: setpriv: silence compiler warning misc: consolidate macro style USAGE_HELP_OPTIONS blockdev: correct man page name in --help
Diffstat (limited to 'term-utils/agetty.c')
-rw-r--r--term-utils/agetty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/term-utils/agetty.c b/term-utils/agetty.c
index 7df5a5268..23cac403e 100644
--- a/term-utils/agetty.c
+++ b/term-utils/agetty.c
@@ -2112,7 +2112,7 @@ static void __attribute__((__noreturn__)) usage(void)
fputs(_(" --reload reload prompts on running agetty instances\n"), out);
printf( " --help %s\n", USAGE_OPTSTR_HELP);
printf( " --version %s\n", USAGE_OPTSTR_VERSION);
- fprintf(out, USAGE_MAN_TAIL("agetty(8)"));
+ printf(USAGE_MAN_TAIL("agetty(8)"));
exit(EXIT_SUCCESS);
}