Created attachment 232106 [details] fix to rtld.1 In the rtld.1 man page on stable/13 the section LD_PRELOAD is interrupted by the LD_PRELOAD_FDS section in the middle. A block of text was inserted in the wrong place by 7b845dc144e47c629f78dcede957f497bcc71536 (stable/13), that copied from f90218886fc82e7b1fdb9e241adc5d713dadabe3 (main). Fix attached.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=6c799530d8dc91d4e5c390274b8a27231f369a56 commit 6c799530d8dc91d4e5c390274b8a27231f369a56 Author: John F. Carr <jfc@mit.edu> AuthorDate: 2022-02-25 16:09:03 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2022-02-25 16:16:35 +0000 rtld.1: Fix misplaced text PR: 262194 Fixes: f90218886fc8 ("rtld: introduce PRELOAD_FDS") MFC after: 3 days libexec/rtld-elf/rtld.1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=19624b4c6b67881812e2bec0808a9d831cc61bb5 commit 19624b4c6b67881812e2bec0808a9d831cc61bb5 Author: John F. Carr <jfc@mit.edu> AuthorDate: 2022-02-25 16:09:03 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2022-02-28 14:05:30 +0000 rtld.1: Fix misplaced text PR: 262194 Fixes: f90218886fc8 ("rtld: introduce PRELOAD_FDS") (cherry picked from commit 6c799530d8dc91d4e5c390274b8a27231f369a56) libexec/rtld-elf/rtld.1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
Thanks for the patch.