diff options
author | jhb <jhb@FreeBSD.org> | 2007-01-23 22:38:39 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2007-01-23 22:38:39 +0000 |
commit | dcee4656908cca3e6fc92228baa4f8c4244649f4 (patch) | |
tree | 85c75ac82444c7738a9915d6a21cd108ac3d198b /libexec | |
parent | 9ea1e0353361b49b27a4715dec1375be94d2f92a (diff) | |
download | FreeBSD-src-dcee4656908cca3e6fc92228baa4f8c4244649f4.zip FreeBSD-src-dcee4656908cca3e6fc92228baa4f8c4244649f4.tar.gz |
Document LD_UTRACE.
MFC after: 3 days
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/rtld-elf/rtld.1 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/libexec/rtld-elf/rtld.1 b/libexec/rtld-elf/rtld.1 index 3f0c248..bd3c917 100644 --- a/libexec/rtld-elf/rtld.1 +++ b/libexec/rtld-elf/rtld.1 @@ -89,12 +89,12 @@ for example: .Pp .Bl -tag -width ".Ev LD_LIBMAP_DISABLE" .It Ev LD_DUMP_REL_POST -If set +If set, .Nm will print a table containing all relocations after symbol binding and relocation. .It Ev LD_DUMP_REL_PRE -If set +If set, .Nm will print a table containing all relocations before symbol binding and relocation. @@ -184,6 +184,11 @@ Additionally, and .Ql \et are recognized and have their usual meaning. +.It Ev LD_UTRACE +If set, +.Nm +will log events such as the loading and unloading of shared objects via +.Xr utrace 2 . .El .Sh FILES .Bl -tag -width ".Pa /var/run/ld-elf32.so.hints" -compact |