summaryrefslogtreecommitdiffstats
path: root/rules/ltrace.in
diff options
context:
space:
mode:
authorJochen Frieling <j.frieling@pengutronix.de>2007-10-17 22:15:19 +0000
committerJochen Frieling <j.frieling@pengutronix.de>2007-10-17 22:15:19 +0000
commitdfd6d2d82a8cbc39f53da537026c5e4c0a85bcca (patch)
tree5628ce5bcacdfcfbd42d7894976ca932837c2597 /rules/ltrace.in
parent838c9462e9abe3fb8ce3e9c0e52d67f80ae4acf0 (diff)
downloadptxdist-dfd6d2d82a8cbc39f53da537026c5e4c0a85bcca.tar.gz
ptxdist-dfd6d2d82a8cbc39f53da537026c5e4c0a85bcca.tar.xz
* help texts j..l rounded off, some fixes
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7454 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/ltrace.in')
-rw-r--r--rules/ltrace.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/rules/ltrace.in b/rules/ltrace.in
index 26fa7c96a..68b75a879 100644
--- a/rules/ltrace.in
+++ b/rules/ltrace.in
@@ -7,11 +7,11 @@ config LTRACE
prompt "ltrace"
select LIBELF
help
- ltrace is a debugging program which runs a specified command
- until it exits. While the command is executing, ltrace intercepts and
- records the dynamic library calls which are called by the executed
- process and the signals received by that process. It can also
- intercept and print the system calls executed by the program.
+ ltrace is a debugging program which runs a specified command
+ until it exits. While the command is executing, ltrace intercepts and
+ records the dynamic library calls which are called by the executed
+ process and the signals received by that process. It can also
+ intercept and print the system calls executed by the program.
- The program to be traced need not be recompiled for this, so you can
- use it on binaries for which you don't have the source handy.
+ The program to be traced need not be recompiled for this, so you can
+ use it on binaries for which you don't have the source handy.