From 21192c0d02fed8b9a61ca762b0d8614e711900dc Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 4 Aug 2008 19:07:48 +0000 Subject: [PATCH] ltrace: expand help text --- package/ltrace/Config.in | 3 +++ 1 file changed, 3 insertions(+) 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