aboutsummaryrefslogtreecommitdiff
path: root/procps
diff options
context:
space:
mode:
Diffstat (limited to 'procps')
-rw-r--r--procps/kill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/kill.c b/procps/kill.c
index 8f10e21ab..208efebde 100644
--- a/procps/kill.c
+++ b/procps/kill.c
@@ -85,8 +85,8 @@
85 * This brings some complications: 85 * This brings some complications:
86 * 86 *
87 * + we can't use xfunc here 87 * + we can't use xfunc here
88 * + we can't use applet_name
89 * + we can't use bb_show_usage 88 * + we can't use bb_show_usage
89 * + applet_name can be the name of the shell
90 * (doesn't apply for killall[5], still should be careful b/c NOFORK) 90 * (doesn't apply for killall[5], still should be careful b/c NOFORK)
91 * 91 *
92 * kill %n gets translated into kill ' -<process group>' by shell (note space!) 92 * kill %n gets translated into kill ' -<process group>' by shell (note space!)