Improve/fix sample print filter script.

Submitted by:	Sean Kelly <kelly@fsl.noaa.gov>
This commit is contained in:
John Fieber 1997-09-13 04:33:15 +00:00
parent 7ee5688134
commit 8d381a2028
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=1951

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.18 1997-02-22 12:59:10 peter Exp $
$Id: printing.sgml,v 1.19 1997-09-13 04:33:15 jfieber Exp $
The FreeBSD Documentation Project
@ -2196,7 +2196,7 @@ else
# Plain text or HP/PCL, so just print it directly; print a form
# at the end to eject the last page.
#
echo $first_line &amp;&amp; cat &amp;&amp; printf "\f" &amp;&amp; exit 2
echo $first_line &amp;&amp; cat &amp;&amp; printf "\f" &amp;&amp; exit 0
fi
exit 2