Checkpoint.
This commit is contained in:
parent
61f5c35c94
commit
b855148c9b
74 changed files with 5281 additions and 130 deletions
16
src/cmd/postscript/psfiles/ps.requests
Normal file
16
src/cmd/postscript/psfiles/ps.requests
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
%
|
||||
% Keywords begin with an @ in the first column. The value follows on the next
|
||||
% line and includes everything up to next keyword line, except for comments
|
||||
% which are lines that begin with % in the first column.
|
||||
%
|
||||
|
||||
@manualfeed
|
||||
statusdict begin
|
||||
/manualfeedtimeout 300 def
|
||||
/manualfeed true def
|
||||
end
|
||||
|
||||
@ledgertray
|
||||
statusdict begin
|
||||
ledgertray
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue