summaryrefslogtreecommitdiffstats
path: root/rules/strace.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/strace.in')
-rw-r--r--rules/strace.in12
1 files changed, 5 insertions, 7 deletions
diff --git a/rules/strace.in b/rules/strace.in
index 8b69d2361..0cc071d97 100644
--- a/rules/strace.in
+++ b/rules/strace.in
@@ -2,17 +2,15 @@ menuconfig STRACE
bool
prompt "strace"
help
- In the simplest case strace runs the specified
- command until it exits. It intercepts and records the
- system calls which are called by a process and the
- signals which are received by a process. The name of
- each system call, its arguments and its return value
+ In the simplest case strace runs the specified
+ command until it exits. It intercepts and records the
+ system calls which are called by a process and the
+ signals which are received by a process. The name of
+ each system call, its arguments and its return value
are printed on standard error
config STRACE_SHARED
bool "shared strace"
default y
depends on STRACE
- help
- FIXME: This item needs to be documented