xref: /plan9/sys/lib/postscript/prologues/ps.requests (revision 3e12c5d1bb89fc02707907988834ef147769ddaf)
1%
2% Keywords begin with an @ in the first column. The value follows on the next
3% line and includes everything up to next keyword line, except for comments
4% which are lines that begin with % in the first column.
5%
6
7@manualfeed
8	statusdict begin
9		/manualfeedtimeout 300 def
10		/manualfeed true def
11	end
12
13@ledgertray
14	statusdict begin
15		ledgertray
16	end
17