summaryrefslogtreecommitdiffstats
path: root/rules/killproc.in
diff options
context:
space:
mode:
authorJochen Frieling <j.frieling@pengutronix.de>2012-06-22 12:22:44 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-07-03 17:40:29 +0200
commitb32f3d085023065b1b15003f9e302c69ca4a758d (patch)
tree5b6a1d43a7d9d849c69d4d2dc08be97a89a39ec2 /rules/killproc.in
parent55e64b59fbc552ca035f0e0cf24075f3205a425a (diff)
downloadptxdist-b32f3d085023065b1b15003f9e302c69ca4a758d.tar.gz
ptxdist-b32f3d085023065b1b15003f9e302c69ca4a758d.tar.xz
help text amendments
Signed-off-by: Jochen Frieling <j.frieling@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/killproc.in')
-rw-r--r--rules/killproc.in11
1 files changed, 10 insertions, 1 deletions
diff --git a/rules/killproc.in b/rules/killproc.in
index 31135ec53..41000f4fd 100644
--- a/rules/killproc.in
+++ b/rules/killproc.in
@@ -3,25 +3,34 @@
menuconfig KILLPROC
tristate "killproc "
help
- Utilities for starting and stopping of programs.
+ Utilities for starting and stopping of programs
+ (Werner Fink's killproc package)
config KILLPROC_CHECKPROC
bool
depends on KILLPROC
prompt "checkproc"
+ help
+ Checks process(es) of the named program
config KILLPROC_KILLPROC
bool
depends on KILLPROC
prompt "killproc"
+ help
+ Kill all running processes of a named program
config KILLPROC_STARTPROC
bool
depends on KILLPROC
prompt "startproc"
+ help
+ Start process(es) of the named program
config KILLPROC_USLEEP
bool
depends on KILLPROC
prompt "usleep"
+ help
+ Sleep for the specified number of microseconds