[ltrace-commits] 01/01: Add --config to man, drop -X from options.c

Petr Machata pmachata-guest at moszumanska.debian.org
Fri Feb 28 11:37:42 UTC 2014


This is an automated email from the git hooks/post-receive script.

pmachata-guest pushed a commit to branch master
in repository ltrace.

commit 5da68e9b29fce759fbd8c42130f1a231e2a0aadd
Author: Petr Machata <pmachata at redhat.com>
Date:   Fri Feb 28 12:37:15 2014 +0100

    Add --config to man, drop -X from options.c
---
 ltrace.1  | 4 ++--
 options.c | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ltrace.1 b/ltrace.1
index 6a6ba55..f683844 100644
--- a/ltrace.1
+++ b/ltrace.1
@@ -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
diff --git a/options.c b/options.c
index 55a2c79..5c3441d 100644
--- a/options.c
+++ b/options.c
@@ -559,7 +559,7 @@ process_options(int argc, char **argv)
 #if defined(HAVE_UNWINDER)
 			"w:"
 #endif
-			"cfhiLrStTVba:A:D:e:F:l:n:o:p:s:u:x:X:";
+			"cfhiLrStTVba:A:D:e:F:l:n:o:p:s:u:x:";
 
 #ifdef HAVE_GETOPT_LONG
 		c = getopt_long(argc, argv, opts, long_options, &option_index);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/ltrace.git



More information about the ltrace-commits mailing list