diff options
author | Petr Machata <pmachata@redhat.com> | 2014-02-28 12:37:15 +0100 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-08-22 20:38:25 +0900 |
commit | ed53f623e77a450a97b9980637d57d3100412a1c (patch) | |
tree | e3d2a87b18227909246aa480d1d7bebde5e4f65b /ltrace.1 | |
parent | 5699f1d4db485de0c837c1d3bd5f6e96f250858c (diff) | |
download | ltrace-ed53f623e77a450a97b9980637d57d3100412a1c.tar.gz ltrace-ed53f623e77a450a97b9980637d57d3100412a1c.tar.bz2 ltrace-ed53f623e77a450a97b9980637d57d3100412a1c.zip |
Add --config to man, drop -X from options.c
Diffstat (limited to 'ltrace.1')
-rw-r--r-- | ltrace.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -39,7 +39,7 @@ ltrace \- A library call tracer .\" .\" Output formatting: .\" -[\-F \fIpathlist\fR] +[[\-F|\-\-config] \fIpathlist\fR] [\-A \fImaxelts\fR] [\-s \fIstrsize\fR] [\-C|\-\-demangle] [\-a|\-\-align \fIcolumn\fR] [\-n|\-\-indent \fInr\fR] [\-o|\-\-output \fIfilename\fR] @@ -132,7 +132,7 @@ Trace child processes as they are created by currently traced processes as a result of the fork(2) or clone(2) system calls. The new process is attached immediately. -.IP "\-F \fIpathlist" +.IP "\-F, \-\-config \fIpathlist" Contains a colon-separated list of paths. If a path refers to a directory, that directory is considered when prototype libraries are searched (see the section \fBPROTOTYPE LIBRARY DISCOVERY\fR). If it refers to |