Date: Mon, 5 Aug 2024 00:32:39 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: f0d4329dc213 - stable/14 - rtld(1): Spell value as VALUE, not NAME Message-ID: <202408050032.4750WdtB003052@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=f0d4329dc213c7ef336d1bc3282b4f861f8ea8b3 commit f0d4329dc213c7ef336d1bc3282b4f861f8ea8b3 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2024-07-25 11:50:01 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2024-08-05 00:32:11 +0000 rtld(1): Spell value as VALUE, not NAME (cherry picked from commit bc25bc6850e512c4c45effdff6178d20b5eca558) --- 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 4cc5b639c89a..992138b1ffc0 100644 --- a/libexec/rtld-elf/rtld.1 +++ b/libexec/rtld-elf/rtld.1 @@ -352,7 +352,7 @@ The syntax of the direct invocation is .Op Fl b Ar exe .Op Fl d .Op Fl f Ar fd -.Op Fl o Ar OPT=NAME +.Op Fl o Ar OPT=VALUE .Op Fl p .Op Fl u .Op Fl v
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408050032.4750WdtB003052>