diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1997-01-10 05:04:49 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1997-01-10 05:04:49 +0000 |
| commit | 28e678762bf9a305429da78c3b867d7c29326c57 (patch) | |
| tree | dbb4a014796463cb9841ef51e7ece24c1e91e25c | |
| parent | c0b89506baef8eb0e1b914c84ee8c0d2bc959b71 (diff) | |
Notes
| -rw-r--r-- | share/doc/handbook/printing.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/doc/handbook/printing.sgml b/share/doc/handbook/printing.sgml index 74e4b436e0f5..ea3b8bace534 100644 --- a/share/doc/handbook/printing.sgml +++ b/share/doc/handbook/printing.sgml @@ -1,7 +1,7 @@ <!-- This is an SGML document in the linuxdoc DTD describing Printing with FreeBSD. By Sean Kelly, 1995. - $Id: printing.sgml,v 1.13 1996/12/28 20:38:42 wosch Exp $ + $Id: printing.sgml,v 1.14 1996/12/31 21:54:20 mpp Exp $ The FreeBSD Documentation Project @@ -3018,7 +3018,7 @@ done [ "$login" ] || fail "No login name" [ "$host" ] || fail "No host name" -( /u/kelly/freebsd/printing/filters/make-ps-header $login $host "DVI File" +( /usr/local/libexec/make-ps-header $login $host "DVI File" /usr/local/bin/dvips -f ) | eval /usr/local/libexec/lprps $orig_args </code> Notice how the filter has to parse the argument list in |
