Date: Tue, 23 Sep 2025 13:07:02 GMT From: Dag-Erling =?utf-8?Q?Sm=C3=B8rgrav?= <des@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 0416dd2d0330 - stable/13 - man: Fix usage message Message-ID: <202509231307.58ND72hk024419@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=0416dd2d0330a451d2d558785deb84f0b5c36b40 commit 0416dd2d0330a451d2d558785deb84f0b5c36b40 Author: Dag-Erling Smørgrav <des@FreeBSD.org> AuthorDate: 2025-09-08 13:26:43 +0000 Commit: Dag-Erling Smørgrav <des@FreeBSD.org> CommitDate: 2025-09-23 13:06:14 +0000 man: Fix usage message PR: 289245 Fixes: 14b61b2e9317 ("man: Add -l option") (cherry picked from commit dc38cf116c820df0be341ec5e359de0012b2d58a) --- usr.bin/man/man.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/man/man.sh b/usr.bin/man/man.sh index 6bb260117078..91796b8e53b7 100755 --- a/usr.bin/man/man.sh +++ b/usr.bin/man/man.sh @@ -739,7 +739,7 @@ man_setup_locale() { # Display usage for the man utility. man_usage() { echo 'Usage:' - echo ' man [-adho] [-t | -w] [-M manpath] [-P pager] [-S mansect]' + echo ' man [-adhlo] [-t | -w] [-M manpath] [-P pager] [-S mansect]' echo ' [-m arch[:machine]] [-p [eprtv]] [mansect] page [...]' echo ' man -f page [...] -- Emulates whatis(1)' echo ' man -k page [...] -- Emulates apropos(1)'
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202509231307.58ND72hk024419>