diff options
| author | Matthew N. Dodd <mdodd@FreeBSD.org> | 2003-06-19 04:34:09 +0000 |
|---|---|---|
| committer | Matthew N. Dodd <mdodd@FreeBSD.org> | 2003-06-19 04:34:09 +0000 |
| commit | ded0e523637dccd956208a03ccfd080f104193be (patch) | |
| tree | 59faa893c47369e3471e35c028abe73291220cc1 | |
| parent | 6084b6c9d5decc02587ea1f3a6152e567181b6b5 (diff) | |
Notes
| -rw-r--r-- | libexec/rtld-elf/rtld.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/rtld-elf/rtld.1 b/libexec/rtld-elf/rtld.1 index d466b117e33d..a73bec30077e 100644 --- a/libexec/rtld-elf/rtld.1 +++ b/libexec/rtld-elf/rtld.1 @@ -86,12 +86,12 @@ its behaviour as follows: .It Ev LD_DUMP_REL_POST If set .Nm -will print (to stderr) a table containing all relocations after symbol +will print a table containing all relocations after symbol binding and relocation. .It Ev LD_DUMP_REL_PRE If set .Nm -will print (to stderr) a table containing all relocations before symbol +will print a table containing all relocations before symbol binding and relocation. .It Ev LD_LIBMAP_DISABLE If set, disables the use of |
