aboutsummaryrefslogtreecommitdiff
path: root/ltrace.1
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-11-19 01:30:31 +0100
committerPetr Machata <pmachata@redhat.com>2012-11-19 01:30:31 +0100
commit8c98e40178c74cf5a4e457ed96cf06c4b12add46 (patch)
tree14ff8ca92de759583ff72bb137682a57e1f7a845 /ltrace.1
parent6248a0ac394b2aa3b2267eaa1220a90b609b6f86 (diff)
downloadltrace-8c98e40178c74cf5a4e457ed96cf06c4b12add46.tar.gz
Describe recursive structures in ltrace.conf.5, mention it in NEWS
Add a brief note to ltrace.1 as well.
Diffstat (limited to 'ltrace.1')
-rw-r--r--ltrace.14
1 files changed, 3 insertions, 1 deletions
diff --git a/ltrace.1 b/ltrace.1
index c33bea6..8b459ee 100644
--- a/ltrace.1
+++ b/ltrace.1
@@ -45,7 +45,9 @@ Align return values in a specific
(default column is 5/8 of screen width).
.TP
.I \-A maxelts
-Maximum number of array elements to print before suppressing the rest with an ellipsis ("...")
+Maximum number of array elements to print before suppressing the rest
+with an ellipsis ("..."). This also limits number of recursive
+structure expansions.
.TP
.I \-b, \-\-no-signals
Disable printing of signals recieved by the traced process.