summaryrefslogtreecommitdiff
path: root/foo2hp.1in
diff options
context:
space:
mode:
Diffstat (limited to 'foo2hp.1in')
-rw-r--r--foo2hp.1in18
1 files changed, 9 insertions, 9 deletions
diff --git a/foo2hp.1in b/foo2hp.1in
index d037311..f4e5e49 100644
--- a/foo2hp.1in
+++ b/foo2hp.1in
@@ -123,7 +123,7 @@ Set the offset of the end of the printable region from the
lower right corner, in pixels [0x0].
.TP
.BI \-L\0 mask
-Send logical clipping amounts implied by -u/-l in the ZjStream [3].
+Send logical clipping amounts implied by \-u/-l in the ZjStream [3].
.TS
l l.
0 don't send any logical clipping amounts
@@ -171,10 +171,10 @@ Create a black and white ZJS stream:
.RS
.nf
-gs -q -dBATCH -dSAFER -dQUIET -dNOPAUSE \
- -sPAPERSIZE=letter -r600x600 -sDEVICE=pbmraw \
- -sOutputFile=- - < testpage.ps \
-| foo2hp -r600x600 -g5100x6600 -p1 >testpage.zm
+gs \-q \-dBATCH \-dSAFER \-dQUIET \-dNOPAUSE \
+ \-sPAPERSIZE=letter \-r600x600 \-sDEVICE=pbmraw \
+ \-sOutputFile=- \- < testpage.ps \
+| foo2hp \-r600x600 \-g5100x6600 \-p1 >testpage.zm
.fi
.RE
.P
@@ -182,10 +182,10 @@ Create a color ZJS stream:
.RS
.nf
-gs -q -dBATCH -dSAFER -dQUIET -dNOPAUSE \
- -sPAPERSIZE=letter -g5100x6600 -r600x600 -sDEVICE=bitcmyk \
- -sOutputFile=- - < testpage.ps \
-| foo2hp -r600x600 -g5100x6600 -p1 >testpage.zc
+gs \-q \-dBATCH \-dSAFER \-dQUIET \-dNOPAUSE \
+ \-sPAPERSIZE=letter \-g5100x6600 \-r600x600 \-sDEVICE=bitcmyk \
+ \-sOutputFile=- \- < testpage.ps \
+| foo2hp \-r600x600 \-g5100x6600 \-p1 >testpage.zc
.fi
.RE