Version: 0.3.11
* Clean up lintian bugs
* Fixed small bug reading start of arguments in config file
* Keep a stack of nested calls (Morten Eriksen, 1999-07-04)
* Add "--indent" option (Morten Eriksen, 1999-07-04)
* cleans up connection between a breakpoint address and
a call instance (Morten Eriksen, 1999-07-04)
* New Standards-Version (3.5.5)
diff --git a/ltrace.1 b/ltrace.1
index 0770479..3846f34 100644
--- a/ltrace.1
+++ b/ltrace.1
@@ -6,7 +6,7 @@
.SH SYNOPSIS
.B ltrace
-.I "[-dfiLSrtttChV] [-a column] [-s strsize] [-o filename] [-u username] [-p pid] ... [-e expr] [--debug] [--demangle] [--align=column] [--output=filename] [--help] [--version] [command [arg ...]]"
+.I "[-dfiLSrtttChV] [-a column] [-s strsize] [-o filename] [-n nr] [-u username] [-p pid] ... [-e expr] [--debug] [--demangle] [--align=column] [--output=filename] [--indent=nr] [--help] [--version] [command [arg ...]]"
.SH DESCRIPTION
.B ltrace
@@ -74,6 +74,12 @@
.I filename
rather than to stderr.
.TP
+.I \-n, \-\-indent nr
+Indent trace output by
+.I nr
+number of spaces for each new nested call. Using this option makes
+the program flow visualization easy to follow.
+.TP
.I \-u username
Run command with the userid, groupid and supplementary groups of
.IR username .