Change an incorrect path name.

Submitted by:	Sean Kelly
This commit is contained in:
Mike Pritchard 1997-01-10 05:04:49 +00:00
parent c0b89506ba
commit 28e678762b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21471

View File

@ -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