diff options
author | mpp <mpp@FreeBSD.org> | 1997-01-10 05:04:49 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1997-01-10 05:04:49 +0000 |
commit | 59811f3036f7ce6c6fba61c80eadee03af0fbc7c (patch) | |
tree | dbb4a014796463cb9841ef51e7ece24c1e91e25c /share | |
parent | fcc949180df5270872377ce92692731a5f44eb05 (diff) | |
download | FreeBSD-src-59811f3036f7ce6c6fba61c80eadee03af0fbc7c.zip FreeBSD-src-59811f3036f7ce6c6fba61c80eadee03af0fbc7c.tar.gz |
Change an incorrect path name.
Submitted by: Sean Kelly
Diffstat (limited to 'share')
-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 74e4b43..ea3b8ba 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 |