summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Johnston <ray.johnston@artifex.com>2019-03-06 13:41:07 -0800
committerRay Johnston <ray.johnston@artifex.com>2019-03-06 13:52:15 -0800
commit314c6b9026efbcada4e48b11c9a173a5e91d779c (patch)
treef14c3dcac227c728aaf35c53e1c7c6943d81a09b
parentb9947ecde3bb1cd265ab24e5fd5086ae9f09bdc4 (diff)
downloadghostpdl-314c6b9026efbcada4e48b11c9a173a5e91d779c.tar.gz
Rework a saved-pages example to use standard PostScript (not .confirmread)
-rw-r--r--doc/SavedPages.htm3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/SavedPages.htm b/doc/SavedPages.htm
index 59f10ab7b..14303fa47 100644
--- a/doc/SavedPages.htm
+++ b/doc/SavedPages.htm
@@ -281,7 +281,8 @@ were printed, then print the even pages:
<blockquote><dl><code>
<dt>gs -sDEVICE=pgmraw -o /dev/lp0 --saved-pages="begin" examples/annots.pdf \
<dt>--saved-pages="print odd" \
-<dt>-c "(Move printed pages to the input tray, then press enter.) = flush .confirmread)" \
+<dt>-c "(Move printed pages to the input tray, then press enter.) = flush \
+<dt> (%stdin) (r) file 256 string readline clear" \
<dt>--saved-pages="print even"
</code></dl></blockquote>