aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sorace <a@9srv.net>2025-09-23 11:49:56 -0700
committerDan Cross <crossd@gmail.com>2025-09-23 17:52:58 -0400
commit80b782985479bfbc53ec269076a64bd34a921fe2 (patch)
tree3ca0af2e2f8f5d01864f8358cfb8306541f3bfa2
parentbafcdddd31811cb9b13f2a984b291446de04a20b (diff)
man: remove -s from usage message
-rwxr-xr-xbin/man2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/man b/bin/man
index 07051e19..3401738b 100755
--- a/bin/man
+++ b/bin/man
@@ -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