function old new delta

kill_main                                            706     884    +178
This commit is contained in:
Denis Vlasenko
2009-02-07 22:30:39 +00:00
parent 2ca84f6064
commit a0ab943492
2 changed files with 50 additions and 10 deletions

View File

@ -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 \