Fix a typo.
Submitted by: Pierre-Paul Lavoie <ppl@BSDpro.com>
This commit is contained in:
parent
8a2f2f52d5
commit
607d711b91
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10641
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/printing/chapter.sgml,v 1.46 2001/08/16 00:43:32 chern Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/printing/chapter.sgml,v 1.47 2001/08/22 05:37:49 murray Exp $
|
||||
-->
|
||||
|
||||
<chapter id="printing">
|
||||
|
@ -2126,7 +2126,7 @@ bamboo|ps|PS|S|panasonic|Panasonic KX-P4455 PostScript v51.4:\
|
|||
<filename>/usr/local/libexec/psdf</filename>. Here is that
|
||||
script:</para>
|
||||
|
||||
<programlisting>#!bin/sh
|
||||
<programlisting>#!/bin/sh
|
||||
#
|
||||
# psdf - DVI to PostScript printer filter
|
||||
# Installed in /usr/local/libexec/psdf
|
||||
|
|
Loading…
Reference in a new issue