Blame SOURCES/ltrace-0.7.91-man.patch

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