Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Sep 2025 13:06:56 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: d13a8d09338d - stable/14 - man: Fix usage message
Message-ID:  <202509231306.58ND6uij024249@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by des:

URL: https://cgit.FreeBSD.org/src/commit/?id=d13a8d09338d1825a3ae16e8e50f4686e88acbc4

commit d13a8d09338d1825a3ae16e8e50f4686e88acbc4
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:37 +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 fe9c388c0df8..8c734a4c47a1 100755
--- a/usr.bin/man/man.sh
+++ b/usr.bin/man/man.sh
@@ -751,7 +751,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 -K | -f | -k expression [...] -- Search manual pages'
 



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