From 565b379f4bbe9e334a8ebb440ccab12da99fc690 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 16 Jul 2014 11:28:53 +0000 Subject: [PATCH] Style(9) fix --- usr.bin/timeout/timeout.c | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.bin/timeout/timeout.c b/usr.bin/timeout/timeout.c index 4cfe600206b..2842800e14c 100644 --- a/usr.bin/timeout/timeout.c +++ b/usr.bin/timeout/timeout.c @@ -53,6 +53,7 @@ static sig_atomic_t sig_ign = 0; static void usage(void) { + fprintf(stderr, "Usage: %s [--signal sig | -s sig] [--preserve-status]" " [--kill-after time | -k time] [--foreground] " " \n", getprogname());