aboutsummaryrefslogtreecommitdiffstats
path: root/sys-utils/setsid.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys-utils/setsid.c')
-rw-r--r--sys-utils/setsid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-utils/setsid.c b/sys-utils/setsid.c
index 5725e80090..b10aaa985b 100644
--- a/sys-utils/setsid.c
+++ b/sys-utils/setsid.c
@@ -41,9 +41,9 @@ static void __attribute__((__noreturn__)) usage(void)
fputs(_(" -f, --fork always fork\n"), out);
fputs(_(" -w, --wait wait program to exit, and use the same return\n"), out);
- printf(USAGE_HELP_OPTIONS(16));
+ fprintf(out, USAGE_HELP_OPTIONS(16));
- printf(USAGE_MAN_TAIL("setsid(1)"));
+ fprintf(out, USAGE_MAN_TAIL("setsid(1)"));
exit(EXIT_SUCCESS);
}