aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2009-02-07 22:30:39 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2009-02-07 22:30:39 +0000
commita0ab943492c123690f41b751136e8c9cf261e195 (patch)
tree6e4a65508c55815f3940597bbcb47d3a6062c4da /include
parent2ca84f606453636df6f57e81bc6f1fb70b6d5399 (diff)
downloadbusybox-a0ab943492c123690f41b751136e8c9cf261e195.tar.gz
function old new delta
kill_main 706 884 +178
Diffstat (limited to 'include')
-rw-r--r--include/usage.h3
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 @@
"$ killall apache\n"
#define killall5_trivial_usage \
- "[-l] [-SIG]"
+ "[-l] [-SIG] [-o PID]..."
#define killall5_full_usage "\n\n" \
"Send a signal (default is TERM) to all processes outside current session\n" \
"\nOptions:" \
"\n -l List all signal names and numbers" \
+ "\n -o PID Do not signal this PID" \
/* "\n -s SIG Yet another way of specifying SIG" */ \
#define klogd_trivial_usage \