The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=98ef339d44989db316e196e37ebc90e9a9d6f8de
commit 98ef339d44989db316e196e37ebc90e9a9d6f8de Author: Mariusz Zaborski <[email protected]> AuthorDate: 2021-03-24 23:49:59 +0000 Commit: Konstantin Belousov <[email protected]> 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
