[alt.sources] Oversight in Psroff patch 5 through 7.

clewis@eci386.uucp (Chris Lewis) (01/20/90)

If you are running psroff patch 5 through 7 on a system who's troff 
doesn't support the "-T" option (certain Suns in particular), psroff
will generate drastically truncated output.  troff is aborting with
an error message, but the error message is swallowed by the drivers
in troff2ps (stderr is used for communicating special directives (eg:
font changes) to the backend)

Edit psroff.sh and search for the lines that have the "-T$type" option
being passed to troff, as in:

	$troff -t -T$type

Change the "-T$type" to "-F/usr/lib/font/$type".  [But NOT in the
arguments to troff2ps!]

make and reinstall.

This will be a configuration option in patch 8 - real soon now.

Patch 8 should also include better support for Jetroff.
-- 
Chris Lewis, Elegant Communications Inc, {uunet!attcan,utzoo}!lsuc!eci386!clewis
Ferret mailing list: eci386!ferret-list, psroff mailing list: eci386!psroff-list