Improve/fix sample print filter script.
Submitted by: Sean Kelly <kelly@fsl.noaa.gov>
This commit is contained in:
parent
7ee5688134
commit
8d381a2028
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=1951
1 changed files with 2 additions and 2 deletions
|
|
@ -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 && cat && printf "\f" && exit 2
|
||||
echo $first_line && cat && printf "\f" && exit 0
|
||||
fi
|
||||
|
||||
exit 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue