diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2009-02-07 22:30:39 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2009-02-07 22:30:39 +0000 |
commit | a0ab943492c123690f41b751136e8c9cf261e195 (patch) | |
tree | 6e4a65508c55815f3940597bbcb47d3a6062c4da /include/usage.h | |
parent | 2ca84f606453636df6f57e81bc6f1fb70b6d5399 (diff) | |
download | busybox-w32-a0ab943492c123690f41b751136e8c9cf261e195.tar.gz busybox-w32-a0ab943492c123690f41b751136e8c9cf261e195.tar.bz2 busybox-w32-a0ab943492c123690f41b751136e8c9cf261e195.zip |
function old new delta
kill_main 706 884 +178
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 367da1d3d..52af47e58 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -2123,11 +2123,12 @@ | |||
2123 | "$ killall apache\n" | 2123 | "$ killall apache\n" |
2124 | 2124 | ||
2125 | #define killall5_trivial_usage \ | 2125 | #define killall5_trivial_usage \ |
2126 | "[-l] [-SIG]" | 2126 | "[-l] [-SIG] [-o PID]..." |
2127 | #define killall5_full_usage "\n\n" \ | 2127 | #define killall5_full_usage "\n\n" \ |
2128 | "Send a signal (default is TERM) to all processes outside current session\n" \ | 2128 | "Send a signal (default is TERM) to all processes outside current session\n" \ |
2129 | "\nOptions:" \ | 2129 | "\nOptions:" \ |
2130 | "\n -l List all signal names and numbers" \ | 2130 | "\n -l List all signal names and numbers" \ |
2131 | "\n -o PID Do not signal this PID" \ | ||
2131 | /* "\n -s SIG Yet another way of specifying SIG" */ \ | 2132 | /* "\n -s SIG Yet another way of specifying SIG" */ \ |
2132 | 2133 | ||
2133 | #define klogd_trivial_usage \ | 2134 | #define klogd_trivial_usage \ |