]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
ltrace: expand help text
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 4 Aug 2008 19:07:48 +0000 (19:07 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 4 Aug 2008 19:07:48 +0000 (19:07 -0000)
package/ltrace/Config.in

index 36f14cefa808f03ad9f9a8294bc9924640018d2b..d4d8e250a2372b88040830866132cbf446475561 100644 (file)
@@ -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