git: d13a8d09338d - stable/14 - man: Fix usage message
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Sep 2025 13:06:56 UTC
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'