aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMariusz Zaborski <oshogbo@FreeBSD.org>2021-03-24 23:49:59 +0000
committerMariusz Zaborski <oshogbo@FreeBSD.org>2021-03-24 23:51:44 +0000
commite086aff91c242a2decdf7dd1ceb5a0b3e723a53f (patch)
tree6fcf2f89e1e68839f6a7b87888106bca2fbd809c
parentbc444e2ec6e6cc9d96d35ab7ce3c02c0da952fad (diff)
downloadsrc-e086aff91c242a2decdf7dd1ceb5a0b3e723a53f.tar.gz
src-e086aff91c242a2decdf7dd1ceb5a0b3e723a53f.zip
rtld: fix the man page
In f90218886fc8 in man page I used LD_PRELOAD_PATH_FDS instead of LD_PRELOAD_FDS. Reported by: rpokala
-rw-r--r--libexec/rtld-elf/rtld.12
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-elf/rtld.1 b/libexec/rtld-elf/rtld.1
index 040ab496ceb3..589b9a92aa77 100644
--- a/libexec/rtld-elf/rtld.1
+++ b/libexec/rtld-elf/rtld.1
@@ -189,7 +189,7 @@ to be linked in before any
other shared libraries.
If the directory is not specified then
the directories specified by
-.It Ev LD_PRELOAD_PATH_FDS
+.It Ev LD_PRELOAD_FDS
A colon separated list of file descriptor numbers for libraries.
This is intended for preloading libraries in which we already have a file
descriptor.