aboutsummaryrefslogtreecommitdiff
path: root/procps/kill.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-07-21 09:50:55 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-07-21 09:50:55 +0200
commit72089cf6b4a77214ec4fd21d5ee5bf56958781cb (patch)
treea5cd9d8f47e909834d3dbc44f895556e68bcf18f /procps/kill.c
parent75d151e31d135ebab083307ded4e9b98970baa75 (diff)
downloadbusybox-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.tar.gz
config: deindent all help texts
Those two spaces after tab have no effect, and always a nuisance when editing. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'procps/kill.c')
-rw-r--r--procps/kill.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/procps/kill.c b/procps/kill.c
index 3c330e5b9..5cff24475 100644
--- a/procps/kill.c
+++ b/procps/kill.c
@@ -11,26 +11,26 @@
//config: bool "kill (2.6 kb)"
//config: default y
//config: help
-//config: The command kill sends the specified signal to the specified
-//config: process or process group. If no signal is specified, the TERM
-//config: signal is sent.
+//config: The command kill sends the specified signal to the specified
+//config: process or process group. If no signal is specified, the TERM
+//config: signal is sent.
//config:
//config:config KILLALL
//config: bool "killall (5.6 kb)"
//config: default y
//config: help
-//config: killall sends a signal to all processes running any of the
-//config: specified commands. If no signal name is specified, SIGTERM is
-//config: sent.
+//config: killall sends a signal to all processes running any of the
+//config: specified commands. If no signal name is specified, SIGTERM is
+//config: sent.
//config:
//config:config KILLALL5
//config: bool "killall5 (5.3 kb)"
//config: default y
//config: help
-//config: The SystemV killall command. killall5 sends a signal
-//config: to all processes except kernel threads and the processes
-//config: in its own session, so it won't kill the shell that is running
-//config: the script it was called from.
+//config: The SystemV killall command. killall5 sends a signal
+//config: to all processes except kernel threads and the processes
+//config: in its own session, so it won't kill the shell that is running
+//config: the script it was called from.
//applet:IF_KILL(APPLET(kill, BB_DIR_BIN, BB_SUID_DROP))
// APPLET_ODDNAME:name main location suid_type help