Date: Fri, 20 Aug 2021 09:32:34 GMT From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 98ef339d4498 - stable/13 - rtld: fix the man page Message-ID: <202108200932.17K9WYYl010339@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=98ef339d44989db316e196e37ebc90e9a9d6f8de commit 98ef339d44989db316e196e37ebc90e9a9d6f8de Author: Mariusz Zaborski <oshogbo@FreeBSD.org> AuthorDate: 2021-03-24 23:49:59 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2021-08-20 09:31:46 +0000 rtld: fix the man page (cherry picked from commit e086aff91c242a2decdf7dd1ceb5a0b3e723a53f) --- 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 118671624446..b6572caac811 100644 --- a/libexec/rtld-elf/rtld.1 +++ b/libexec/rtld-elf/rtld.1 @@ -190,7 +190,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?202108200932.17K9WYYl010339>