aboutsummaryrefslogtreecommitdiff
path: root/bin/man
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-14 19:03:18 +0000
committerrsc <devnull@localhost>2005-01-14 19:03:18 +0000
commitaae5c0bc63ab42eae180f6a013ddf378d76a82a1 (patch)
treedc529beab9155cb778400d91a4eaf8e30affc3c9 /bin/man
parent2e0480d28ef09a758500a08032f1e1f3c09cc2f6 (diff)
downloadplan9port-aae5c0bc63ab42eae180f6a013ddf378d76a82a1.tar.gz
plan9port-aae5c0bc63ab42eae180f6a013ddf378d76a82a1.tar.bz2
plan9port-aae5c0bc63ab42eae180f6a013ddf378d76a82a1.zip
document man
Diffstat (limited to 'bin/man')
-rwxr-xr-xbin/man2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/man b/bin/man
index 51b65dfe..0ca8a9da 100755
--- a/bin/man
+++ b/bin/man
@@ -73,7 +73,7 @@ S=$PLAN9/man
d=0
while(~ $d 0) {
if(~ $#* 0) {
- echo 'Usage: man [-ntp] [-s sec] [0-9] [0-9] ... name1 name2 ...' >[1=2]
+ echo 'Usage: man [-hnpPtw] [-s sec] [0-9] [0-9] ... [--] name1 name2 ...' >[1=2]
exit
}
if(test -d $S/man$1){