rtld: fix the man page

In f90218886f in man page I used LD_PRELOAD_PATH_FDS instead of
LD_PRELOAD_FDS.

Reported by:	rpokala
This commit is contained in:
Mariusz Zaborski 2021-03-25 00:49:59 +01:00
parent bc444e2ec6
commit e086aff91c

View File

@ -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.