From e086aff91c242a2decdf7dd1ceb5a0b3e723a53f Mon Sep 17 00:00:00 2001 From: Mariusz Zaborski Date: Thu, 25 Mar 2021 00:49:59 +0100 Subject: [PATCH] rtld: fix the man page In f90218886fc8 in man page I used LD_PRELOAD_PATH_FDS instead of LD_PRELOAD_FDS. Reported by: rpokala --- libexec/rtld-elf/rtld.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.