Bug 262194 - rtld.1 has misplaced text
Summary: rtld.1 has misplaced text
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Manual Pages (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Mark Johnston
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-25 14:54 UTC by John F. Carr
Modified: 2022-02-28 14:07 UTC (History)
2 users (show)

See Also:


Attachments
fix to rtld.1 (1.17 KB, patch)
2022-02-25 14:54 UTC, John F. Carr
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John F. Carr 2022-02-25 14:54:11 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-02-25 16:17:39 UTC
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(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-02-28 14:06:15 UTC
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(-)
Comment 3 Mark Johnston freebsd_committer freebsd_triage 2022-02-28 14:07:30 UTC
Thanks for the patch.