Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 May 2024 08:59: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: f73055ab1e2f - stable/13 - rtld.1: clarify interaction between -u and -o
Message-ID:  <202405070859.4478xYfD021601@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=f73055ab1e2f46620759da0aba19c8f4a11316bd

commit f73055ab1e2f46620759da0aba19c8f4a11316bd
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2024-04-28 21:45:12 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2024-05-07 08:59:07 +0000

    rtld.1: clarify interaction between -u and -o
    
    (cherry picked from commit 6a7819e43f938992304472054c83f4a6602a9e19)
---
 libexec/rtld-elf/rtld.1 | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/libexec/rtld-elf/rtld.1 b/libexec/rtld-elf/rtld.1
index 0f1e8f68b10a..4cc5b639c89a 100644
--- a/libexec/rtld-elf/rtld.1
+++ b/libexec/rtld-elf/rtld.1
@@ -418,7 +418,9 @@ to find the binary to execute.
 .It Fl u
 Ignore all
 .Ev LD_
-environment variables that otherwise affect the dynamic
+environment variables and previous command line
+.Fl o
+options that otherwise affect the dynamic
 linker behavior.
 .It Fl v
 Display information about this run-time linker binary, then exit.



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