Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Mar 2021 23:51:03 GMT
From:      Mariusz Zaborski <oshogbo@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: e086aff91c24 - main - rtld: fix the man page
Message-ID:  <202103242351.12ONp38r090934@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by oshogbo:

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

commit e086aff91c242a2decdf7dd1ceb5a0b3e723a53f
Author:     Mariusz Zaborski <oshogbo@FreeBSD.org>
AuthorDate: 2021-03-24 23:49:59 +0000
Commit:     Mariusz Zaborski <oshogbo@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103242351.12ONp38r090934>