summaryrefslogtreecommitdiff
path: root/foo2oak.1in
diff options
context:
space:
mode:
Diffstat (limited to 'foo2oak.1in')
-rw-r--r--foo2oak.1in18
1 files changed, 9 insertions, 9 deletions
diff --git a/foo2oak.1in b/foo2oak.1in
index 94b3ed6..1a1c863 100644
--- a/foo2oak.1in
+++ b/foo2oak.1in
@@ -122,7 +122,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 OAKT stream [3].
+Send logical clipping amounts implied by -u/-l in the OAKT stream [3].
.TS
l l.
0 don't send any logical clipping amounts
@@ -167,10 +167,10 @@ Create a black and white OAKT stream:
.RS
.nf
-gs \-q \-dBATCH \-dSAFER \-dQUIET \-dNOPAUSE \
- \-sPAPERSIZE=letter \-r600x600 \-sDEVICE=pbmraw \
- \-sOutputFile=- \- < testpage.ps \
-| foo2oak \-r600x600 \-g5100x6600 \-p1 >testpage.oak
+gs -q -dBATCH -dSAFER -dQUIET -dNOPAUSE \
+ -sPAPERSIZE=letter -r600x600 -sDEVICE=pbmraw \
+ -sOutputFile=- - < testpage.ps \
+| foo2oak -r600x600 -g5100x6600 -p1 >testpage.oak
.fi
.RE
.P
@@ -178,10 +178,10 @@ Create a color OAKT stream:
.RS
.nf
-gs \-q \-dBATCH \-dSAFER \-dQUIET \-dNOPAUSE \
- \-sPAPERSIZE=letter \-g5100x6600 \-r600x600 \-sDEVICE=bitcmyk \
- \-sOutputFile=- \- < testpage.ps \
-| foo2oak \-r600x600 \-g5100x6600 \-p1 >testpage.oak
+gs -q -dBATCH -dSAFER -dQUIET -dNOPAUSE \
+ -sPAPERSIZE=letter -g5100x6600 -r600x600 -sDEVICE=bitcmyk \
+ -sOutputFile=- - < testpage.ps \
+| foo2oak -r600x600 -g5100x6600 -p1 >testpage.oak
.fi
.RE