aboutsummaryrefslogtreecommitdiff
path: root/kill.c
diff options
context:
space:
mode:
Diffstat (limited to 'kill.c')
-rw-r--r--kill.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/kill.c b/kill.c
index 44cb38395..da46620dd 100644
--- a/kill.c
+++ b/kill.c
@@ -31,24 +31,6 @@
31#include <sys/stat.h> 31#include <sys/stat.h>
32#include <unistd.h> 32#include <unistd.h>
33 33
34static const char *kill_usage =
35 "kill [-signal] process-id [process-id ...]\n"
36#ifndef BB_FEATURE_TRIVIAL_HELP
37 "\nSend a signal (default is SIGTERM) to the specified process(es).\n\n"
38 "Options:\n" "\t-l\tList all signal names and numbers.\n\n"
39#endif
40 ;
41
42#ifdef BB_KILLALL
43static const char *killall_usage =
44 "killall [-signal] process-name [process-name ...]\n"
45#ifndef BB_FEATURE_TRIVIAL_HELP
46 "\nSend a signal (default is SIGTERM) to the specified process(es).\n\n"
47 "Options:\n" "\t-l\tList all signal names and numbers.\n\n"
48#endif
49#endif
50 ;
51
52#define KILL 0 34#define KILL 0
53#define KILLALL 1 35#define KILLALL 1
54 36