Blame SOURCES/ltrace-0.7.91-man.patch

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