View | Details | Raw Unified | Return to bug 2439
Collapse All | Expand All

(-)printing.sgml 1997/01/03 21:49:42 (-1 / +1 lines)
Lines 3018-3024 Link Here
3018
[ "$login" ] || fail "No login name"
3018
[ "$login" ] || fail "No login name"
3019
[ "$host" ] || fail "No host name"
3019
[ "$host" ] || fail "No host name"
3020
3020
3021
( /u/kelly/freebsd/printing/filters/make-ps-header $login $host "DVI
3021
( /usr/local/libexec/make-ps-header $login $host "DVI File"
3022
  /usr/local/bin/dvips -f ) | eval /usr/local/libexec/lprps $orig_args
3022
  /usr/local/bin/dvips -f ) | eval /usr/local/libexec/lprps $orig_args
3023
</code>
3023
</code>
3024
           Notice how the filter has to parse the argument list in
3024
           Notice how the filter has to parse the argument list in

Return to bug 2439