aboutsummaryrefslogtreecommitdiff
path: root/ltrace.1
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-09-27 23:43:25 +0200
committerPetr Machata <pmachata@redhat.com>2012-10-01 14:18:53 +0200
commit51e74aca71ff7e8be91c074afd4f2264f46294e9 (patch)
tree9d55d829ceef7262f86e0e733eeb3a0fd4d4eaba /ltrace.1
parent74e57dd396818b1a9414c44e397ac82f692f5582 (diff)
downloadltrace-51e74aca71ff7e8be91c074afd4f2264f46294e9.tar.gz
Add parsing of -l option
Diffstat (limited to 'ltrace.1')
-rw-r--r--ltrace.118
1 files changed, 9 insertions, 9 deletions
diff --git a/ltrace.1 b/ltrace.1
index fb64289..16cb03b 100644
--- a/ltrace.1
+++ b/ltrace.1
@@ -7,7 +7,7 @@ ltrace \- A library call tracer
.SH SYNOPSIS
.B ltrace
-.I "[-bCfghiLrStttV] [-a column] [-A maxelts] [-D level] [-e expr] [-l filename] [-n nr] [-o filename] [-p pid] ... [-s strsize] [-u username] [-w count] [-x extern] ... [--align=column] [--debug=level] [--demangle] [--help] [--indent=nr] [--library=filename] [--no-signals] [--output=filename] [--version] [--where=NR] [command [arg ...]]"
+.I "[-bCfghiLrStttV] [-a column] [-A maxelts] [-D level] [-e expr] [-l library_pattern] [-n nr] [-o filename] [-p pid] ... [-s strsize] [-u username] [-w count] [-x extern] ... [--align=column] [--debug=level] [--demangle] [--help] [--indent=nr] [--library=library_pattern] [--no-signals] [--output=filename] [--version] [--where=NR] [command [arg ...]]"
.SH DESCRIPTION
.B ltrace
@@ -95,16 +95,16 @@ Show a summary of the options to ltrace and exit.
.I \-i
Print the instruction pointer at the time of the library call.
.TP
-.I \-l, \-\-library filename
-Display only the symbols included in the library
-.I filename.
-Up to 30 library names can be specified with several instances
-of this option.
+.I \-l, \-\-library library_pattern
+Display only the symbols implemented by libraries that match
+.I library_pattern.
+Multiple library patters can be specified with several instances of
+this option. Syntax of library_pattern is described in section
+\fBFILTER EXPRESSIONS\fR.
.TP
.I \-L
-DON'T display library calls (use it with the
-.I \-S
-option).
+When no -e option is given, don't assume the default action of
+\fB@MAIN\fR.
.TP
.I \-n, \-\-indent nr
Indent trace output by