Initial. Don't... just don't ask.
This commit is contained in:
commit
00bae13bba
586 changed files with 129057 additions and 0 deletions
12
doc/tman
Executable file
12
doc/tman
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
#!/bin/sh
|
||||
for i in "$@"
|
||||
do
|
||||
for j in 1 3 5 6 7
|
||||
do
|
||||
FILE=man$j/$i.$j.gz
|
||||
if [ -f $FILE ]
|
||||
then
|
||||
gunzip < $FILE | nroff -man | more
|
||||
fi
|
||||
done
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue