Rev 757 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
#!/bin/sh RHOME=`R RHOME` $RHOME/etc/Rdconv -t nroff $1 \ | tbl \ | nroff -ms 2> /dev/null \ | $RHOME/etc/help.pretty
#!/bin/sh
RHOME=`R RHOME`
$RHOME/etc/Rdconv -t nroff $1 \
| tbl \
| nroff -ms 2> /dev/null \
| $RHOME/etc/help.pretty