summaryrefslogtreecommitdiffstats
path: root/package/ltrace
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-08-04 19:07:48 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-08-04 19:07:48 +0000
commit21192c0d02fed8b9a61ca762b0d8614e711900dc (patch)
treed78a427ff1234582dc2fb1d9bc536541df28a0e0 /package/ltrace
parentdb2572948913cd4c632bb8c82d4c0702f046e7de (diff)
downloadbuildroot-novena-21192c0d02fed8b9a61ca762b0d8614e711900dc.tar.gz
buildroot-novena-21192c0d02fed8b9a61ca762b0d8614e711900dc.zip
ltrace: expand help text
Diffstat (limited to 'package/ltrace')
-rw-r--r--package/ltrace/Config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/ltrace/Config.in b/package/ltrace/Config.in
index 36f14cefa..d4d8e250a 100644
--- a/package/ltrace/Config.in
+++ b/package/ltrace/Config.in
@@ -4,5 +4,8 @@ config BR2_PACKAGE_LTRACE
select BR2_PACKAGE_LIBELF_HEADERS
help
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.
http://packages.debian.org/unstable/utils/ltrace.html