PSROFF(1) — UNIX Programmer’s Manual
NAME
psroff − troff text formatting with PostScript output.
SYNOPSIS
psroff [ option ] ... [ file ] ...
DESCRIPTION
Psroff formats text in the named files for printing on a printer supporting postscript. Its capabilities are described in the Nroff/Troff user’s manual.
If no file argument is present, the standard input is read. An argument consisting of a single minus (−) is taken to be a file name corresponding to the standard input.
By default psroff will spool its output using lpr −PPostScript. This action may be overridden by the use of the −t option, which causes the output to be directed to standard output.
The options accepted by psroff are exactly the same as those for troff.
FILES
/tmp/ta∗temporary file
/usr/lib/tmac/tmac.∗standard macro files
/usr/lib/font/∗font width tables for psroff
/var/adm/tracctaccounting statistics for /dev/cat
SEE ALSO
troff(1), eqn(1), tbl(1), ms(7), me(7), man(7), col(1)
BUGS
The .fp command is not supported - there is no way to access fonts other than the built in ones (Times-Roman, Times-Italic, Times-Bold and Symbol).
7th Edition