Blame SOURCES/ltrace-0.7.91-man.patch

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