add name to postscript printer filter script
This commit is contained in:
parent
bce3530f78
commit
8dc4d8ec36
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=909
1 changed files with 3 additions and 3 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.12 1996-12-02 13:11:42 max Exp $
|
||||
$Id: printing.sgml,v 1.13 1996-12-28 20:38:42 wosch Exp $
|
||||
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
|
@ -2332,7 +2332,7 @@ bamboo|ps|PS|S|panasonic|Panasonic KX-P4455 PostScript v51.4:\
|
|||
<code>
|
||||
#!bin/sh
|
||||
#
|
||||
# DVI to PostScript printer filter
|
||||
# psdf - DVI to PostScript printer filter
|
||||
# Installed in /usr/local/libexec/psdf
|
||||
#
|
||||
# Invoked by lpd when user runs lpr -d
|
||||
|
@ -2991,7 +2991,7 @@ EOF
|
|||
<code>
|
||||
#!/bin/sh
|
||||
#
|
||||
# DVI to PostScript printer filter
|
||||
# psdf - DVI to PostScript printer filter
|
||||
# Installed in /usr/local/libexec/psdf
|
||||
#
|
||||
# Invoked by lpd when user runs lpr -d
|
||||
|
|
Loading…
Reference in a new issue