diff options
author | Konstantin Belousov <kib@FreeBSD.org> | 2024-04-28 21:45:12 +0000 |
---|---|---|
committer | Konstantin Belousov <kib@FreeBSD.org> | 2024-04-30 00:26:55 +0000 |
commit | 6a7819e43f938992304472054c83f4a6602a9e19 (patch) | |
tree | 301e9f040ed1b767c7556d1c839e14066d9cca98 | |
parent | ef2694f368cee5957ee44b0298da88ff8360d561 (diff) | |
download | src-6a7819e43f938992304472054c83f4a6602a9e19.tar.gz src-6a7819e43f938992304472054c83f4a6602a9e19.zip |
-rw-r--r-- | libexec/rtld-elf/rtld.1 | 4 |
1 files changed, 3 insertions, 1 deletions
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. |