diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-27 16:48:12 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-27 16:48:12 +0000 |
commit | d5f4a1c74d5f33bfe74ffd97e7c09099c29c23a4 (patch) | |
tree | 9baa86487ad010a3fb6fb7b54e8f7404055cee16 /libexec | |
parent | c15e7e493fa65cacaa987b450c0bd553c59c99c0 (diff) |
document differences between LD_TRACE_LOADED_OBJECTS_FMT1 and
LD_TRACE_LOADED_OBJECTS_FMT2;
based on a diff from Michel Lavondes;
help/ok drahn
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/ld.so/ld.so.1 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/libexec/ld.so/ld.so.1 b/libexec/ld.so/ld.so.1 index b71e4bf336d..bd28369be76 100644 --- a/libexec/ld.so/ld.so.1 +++ b/libexec/ld.so/ld.so.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ld.so.1,v 1.14 2007/04/04 13:39:17 jmc Exp $ +.\" $OpenBSD: ld.so.1,v 1.15 2007/05/27 16:48:11 jmc Exp $ .\" $NetBSD: rtld.1,v 1.2 1995/10/08 23:43:28 pk Exp $ .\" .\" Copyright (c) 1995 Paul Kranenburg @@ -128,6 +128,11 @@ to customize the trace output and are used by option and allows .Xr ldd 1 to be operated as a filter more conveniently. +.Ev LD_TRACE_LOADED_OBJECTS_FMT1 +is used for tracing shared libraries; +.Ev LD_TRACE_LOADED_OBJECTS_FMT2 +for dynamically loaded objects, the dynamic linker, +and the main executable. The following conversions can be used: .Bl -tag -width "xxxx" .It %a |