git: e086aff91c24 - main - rtld: fix the man page

Mariusz Zaborski oshogbo at FreeBSD.org
Wed Mar 24 23:51:03 UTC 2021


The branch main has been updated by oshogbo:

URL: https://cgit.FreeBSD.org/src/commit/?id=e086aff91c242a2decdf7dd1ceb5a0b3e723a53f

commit e086aff91c242a2decdf7dd1ceb5a0b3e723a53f
Author:     Mariusz Zaborski <oshogbo at FreeBSD.org>
AuthorDate: 2021-03-24 23:49:59 +0000
Commit:     Mariusz Zaborski <oshogbo at FreeBSD.org>
CommitDate: 2021-03-24 23:51:44 +0000

    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.


More information about the dev-commits-src-main mailing list