View | Details | Raw Unified | Return to bug 66265
Collapse All | Expand All

(-)usr.bin/ldd/ldd.1 Sun May 2 23:57:54 2004 (-1 / +8 lines)
Lines 26-31 Link Here
26
Zero, one or two
26
Zero, one or two
27
.Fl f
27
.Fl f
28
options may be given.
28
options may be given.
29
If one is given, it sets
30
.Ev LD_TRACE_LOADED_OBJECTS_FMT1 .
31
If two are given, they set
32
.Ev LD_TRACE_LOADED_OBJECTS_FMT1
33
and
34
.Ev LD_TRACE_LOADED_OBJECTS_FMT2 ,
35
respectively.
29
The argument is a format string passed to
36
The argument is a format string passed to
30
.Xr rtld 1
37
.Xr rtld 1
31
and allows customization of
38
and allows customization of
Lines 33-39 Link Here
33
output.
40
output.
34
See
41
See
35
.Xr rtld 1
42
.Xr rtld 1
36
for a list of recognized conversion characters.
43
for details, including a list of recognized conversion characters.
37
.Pp
44
.Pp
38
The
45
The
39
.Fl v
46
.Fl v
(-)libexec/rtld-elf/rtld.1 Sun May 2 23:29:57 2004 (+7 lines)
Lines 117-122 Link Here
117
option and allows
117
option and allows
118
.Xr ldd 1
118
.Xr ldd 1
119
to be operated as a filter more conveniently.
119
to be operated as a filter more conveniently.
120
.Ev LD_TRACE_LOADED_OBJECTS_FMT1
121
is used for tracing shared libraries, and
122
.Ev LD_TRACE_LOADED_OBJECTS_FMT2
123
is used for tracing shared objects (but see BUGS below).
120
The following conversions can be used:
124
The following conversions can be used:
121
.Bl -tag -width 4n
125
.Bl -tag -width 4n
122
.It Li %a
126
.It Li %a
Lines 153-155 Link Here
153
.Xr ldd 1 ,
157
.Xr ldd 1 ,
154
.Xr elf 5 ,
158
.Xr elf 5 ,
155
.Xr ldconfig 8
159
.Xr ldconfig 8
160
.Sh BUGS
161
Libraries with a name that doesn't start with lib may be mistaken for
162
objects, and conversely.

Return to bug 66265