diff options
Diffstat (limited to 'kill.c')
-rw-r--r-- | kill.c | 18 |
1 files changed, 0 insertions, 18 deletions
@@ -31,24 +31,6 @@ | |||
31 | #include <sys/stat.h> | 31 | #include <sys/stat.h> |
32 | #include <unistd.h> | 32 | #include <unistd.h> |
33 | 33 | ||
34 | static 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 | ||
43 | static 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 | ||