Blame SOURCES/ltrace-0.7.91-man.patch

8d9cfe
diff -up ltrace-0.7.91/options.c\~ ltrace-0.7.91/options.c
8d9cfe
--- ltrace-0.7.91/options.c~	2013-10-22 11:54:21.000000000 +0200
8d9cfe
+++ ltrace-0.7.91/options.c	2014-01-13 15:38:51.362221740 +0100
8d9cfe
@@ -128,6 +128,8 @@ usage_debug(void) {
8d9cfe
 			"\n"
8d9cfe
 			"Debugging options are mixed using bitwise-or.\n"
8d9cfe
 			"Note that the meanings and values are subject to change.\n"
8d9cfe
+			"Also note that these values are used inconsistently in ltrace, and the\n"
8d9cfe
+			"only debuglevel that you can rely on is -D77 that will show everything.\n"
8d9cfe
 		   );
8d9cfe
 }
8d9cfe
 
8d9cfe
diff -up ltrace-0.7.91/ltrace.1\~ ltrace-0.7.91/ltrace.1
8d9cfe
--- ltrace-0.7.91/ltrace.1~	2013-10-23 17:44:13.000000000 +0200
8d9cfe
+++ ltrace-0.7.91/ltrace.1	2014-01-13 15:51:24.236730677 +0100
8d9cfe
@@ -1,5 +1,5 @@
8d9cfe
 .\" -*-nroff-*-
8d9cfe
-.\" Copyright (c) 2012, 2013 Petr Machata, Red Hat Inc.
8d9cfe
+.\" Copyright (c) 2012,2013,2014 Petr Machata, Red Hat Inc.
8d9cfe
 .\" Copyright (c) 1997-2005 Juan Cespedes <cespedes@debian.org>
8d9cfe
 .\"
8d9cfe
 .\" This program is free software; you can redistribute it and/or
8d9cfe
@@ -118,9 +118,9 @@ Besides removing any initial underscore 
8d9cfe
 this makes C++ function names readable.
8d9cfe
 .IP "\-D, \-\-debug \fRmask\fI"
8d9cfe
 Show debugging output of \fBltrace\fR itself.  \fImask\fR is a number
8d9cfe
-with internal meaning that's not really well defined at all.
8d9cfe
-\fImask\fR of 77 shows all debug messages, which is what you usually
8d9cfe
-need.
8d9cfe
+describing which debug messages should be displayed.  Use the option
8d9cfe
+\-Dh to see what can be used, but note that currently the only
8d9cfe
+reliable debugmask is 77, which shows all debug messages.
8d9cfe
 .IP "\-e \fIfilter"
8d9cfe
 A qualifying expression which modifies which library calls to trace.
8d9cfe
 The format of the filter expression is described in the section
8d9cfe
@@ -156,7 +156,8 @@ dependency ordering.  If you want to mak
8d9cfe
 library are actually called, use \fB-x @\fIlibrary_pattern\fR instead.
8d9cfe
 .IP \-L
8d9cfe
 When no -e option is given, don't assume the default action of
8d9cfe
-\fB@MAIN\fR.
8d9cfe
+\fB@MAIN\fR.  In practice this means that library calls will not be
8d9cfe
+traced.
8d9cfe
 .IP "\-n, \-\-indent \fInr"
8d9cfe
 Indent trace output by \fInr\fR spaces for each level of call
8d9cfe
 nesting. Using this option makes the program flow visualization easy