diff options
author | rsc <devnull@localhost> | 2005-01-11 19:44:13 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-01-11 19:44:13 +0000 |
commit | b908772234cea6ca00a13ed0deccc232f8752f5c (patch) | |
tree | 036d04dd67fe028f8415352df86a90bf5a59c310 /bin/man | |
parent | acb19305872582d8faeb178962ed940f511ca0ae (diff) | |
download | plan9port-b908772234cea6ca00a13ed0deccc232f8752f5c.tar.gz plan9port-b908772234cea6ca00a13ed0deccc232f8752f5c.tar.bz2 plan9port-b908772234cea6ca00a13ed0deccc232f8752f5c.zip |
invoke page better
Diffstat (limited to 'bin/man')
-rwxr-xr-x | bin/man | 12 |
1 files changed, 1 insertions, 11 deletions
@@ -38,14 +38,6 @@ fn roff { } } -fn page { - if(test -d /mnt/wsys/acme) - /bin/page -w - if not - /bin/page -} - - while(~ $d 0) { if(~ $#* 0) { echo 'Usage: man [-ntp] [-s sec] [0-9] [0-9] ... name1 name2 ...' >[1=2] @@ -104,9 +96,7 @@ for(i in $fils) { roff t $i | proof case P - roff t $i |tr2post |psfonts >/tmp/man.$pid.ps - psv /tmp/man.$pid.ps - rm -f /tmp/man.$pid.ps + roff t $i |tr2post |psfonts |page case n roff n $i | 9sed ' |