document man
This commit is contained in:
parent
2e0480d28e
commit
aae5c0bc63
2 changed files with 17 additions and 6 deletions
2
bin/man
2
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){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue