svn commit: r44757 - head/en_US.ISO8859-1/books/handbook/printing
Warren Block
wblock at FreeBSD.org
Sun May 4 22:50:47 UTC 2014
Author: wblock
Date: Sun May 4 22:33:53 2014
New Revision: 44757
URL: http://svnweb.freebsd.org/changeset/doc/44757
Log:
Add the -dBATCH parameter to the Ghostscript filter.
Modified:
head/en_US.ISO8859-1/books/handbook/printing/chapter.xml
Modified: head/en_US.ISO8859-1/books/handbook/printing/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/printing/chapter.xml Sun May 4 19:59:38 2014 (r44756)
+++ head/en_US.ISO8859-1/books/handbook/printing/chapter.xml Sun May 4 22:33:53 2014 (r44757)
@@ -748,7 +748,7 @@ CR=`/usr/bin/printf "\r"`
with these contents:</para>
<programlisting>#!/bin/sh
-/usr/local/bin/gs -dSAFER -dNOPAUSE -q -sDEVICE=ljet4 -sOutputFile=- -</programlisting>
+/usr/local/bin/gs -dSAFER -dNOPAUSE -dBATCH -q -sDEVICE=ljet4 -sOutputFile=- -</programlisting>
<para>Set the permissions and make it executable:</para>
More information about the svn-doc-head
mailing list