diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2007-05-12 12:24:49 +0000 |
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-05-12 12:24:49 +0000 |
| commit | b9e1d83e61467ed96524d85e195bd585f7b469a4 (patch) | |
| tree | 4f9fedbc21d3e530190d661d82d36ecd0cf8544a /libexec/rtld-elf/rtld.1 | |
| parent | 0e2dd923705ee9552a77e56e923eb21b2cd88999 (diff) | |
Notes
Diffstat (limited to 'libexec/rtld-elf/rtld.1')
| -rw-r--r-- | libexec/rtld-elf/rtld.1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libexec/rtld-elf/rtld.1 b/libexec/rtld-elf/rtld.1 index bd3c91717dca..8b6f0ec0e339 100644 --- a/libexec/rtld-elf/rtld.1 +++ b/libexec/rtld-elf/rtld.1 @@ -158,6 +158,12 @@ to customize the trace output and are used by option and allows .Xr ldd 1 to be operated as a filter more conveniently. +If the dependency name starts with string +.Pa lib , +.Ev LD_TRACE_LOADED_OBJECTS_FMT1 +is used, otherwise +.Ev LD_TRACE_LOADED_OBJECTS_FMT2 +is used. The following conversions can be used: .Bl -tag -width 4n .It Li %a |
