config/debug/ltrace.in
changeset 2444 896cb0d36c1a
parent 1844 4d6a56579d9d
child 2484 d1a8c2ae7946
     1.1 --- a/config/debug/ltrace.in	Fri Mar 05 18:19:25 2010 +0100
     1.2 +++ b/config/debug/ltrace.in	Sun May 08 19:02:44 2011 +0200
     1.3 @@ -1,13 +1,13 @@
     1.4  # ltrace
     1.5 -# depends on ! BACKEND
     1.6  
     1.7 -config DEBUG_ltrace
     1.8 -    select LIBELF_TARGET
     1.9 -    help
    1.10 -      ltrace is a program that simply runs the specified command until it exits.
    1.11 -      It intercepts and records the dynamic library calls which are called by
    1.12 -      the executed process and the signals which are received by that process.
    1.13 -      It can also intercept and print the system calls executed by the program.
    1.14 +## depends on ! BACKEND
    1.15 +##
    1.16 +## select LIBELF_TARGET
    1.17 +##
    1.18 +## help ltrace is a program that simply runs the specified command until it exits.
    1.19 +## help It intercepts and records the dynamic library calls which are called by
    1.20 +## help the executed process and the signals which are received by that process.
    1.21 +## help It can also intercept and print the system calls executed by the program.
    1.22  
    1.23  choice
    1.24      bool