man: remove -s from usage message

This commit is contained in:
Anthony Sorace
2025-09-23 11:49:56 -07:00
committed by Dan Cross
parent bafcdddd31
commit 80b7829854

View File

@@ -68,7 +68,7 @@ fn dohtml {
#
# parse flags and sections
#
fn usage { echo 'Usage: man [-hnpPtw] [-s sec] [0-9] [0-9] ... [--] name1 name2 ...' >[1=2] }
fn usage { echo 'Usage: man [-hnpPtw] [0-9] [0-9] ... [--] name1 name2 ...' >[1=2] }
cmd=donroff
sec=()
S=$PLAN9/man