summaryrefslogtreecommitdiff
path: root/foo2hbpl2-wrapper.1in
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2020-01-18 12:19:22 +0100
committerDidier Raboud <odyx@debian.org>2020-01-18 12:19:22 +0100
commitff60faca777dfbc5dcf1167a2a1536af0be5fa89 (patch)
tree6e0be53f26bd4f606dbb7b0712e26d8ac09516b5 /foo2hbpl2-wrapper.1in
parent06734e996ccb2f0322fe14edc91a499eb6a76bf7 (diff)
git-debrebase convert-from-dgit-view: drop upstream changes from breakwater
Drop upstream changes, and delete debian/patches, as part of converting to git-debrebase format. Upstream changes will appear as commits. [git-debrebase convert-from-dgit-view drop-patches]
Diffstat (limited to 'foo2hbpl2-wrapper.1in')
-rw-r--r--foo2hbpl2-wrapper.1in18
1 files changed, 9 insertions, 9 deletions
diff --git a/foo2hbpl2-wrapper.1in b/foo2hbpl2-wrapper.1in
index ba55b5c..0fd1570 100644
--- a/foo2hbpl2-wrapper.1in
+++ b/foo2hbpl2-wrapper.1in
@@ -44,7 +44,7 @@ Print in color (else monochrome).
Color correction mode [0].
.TS
n l .
-10 ICM color profile (using \-G *.icm file)
+10 ICM color profile (using -G *.icm file)
.TE
.TP
.BI \-d\0 duplex
@@ -123,9 +123,9 @@ Print in N-up. Requires the \fBpsutils\fP package.
Orientation used for N-up.
.TS
l l l.
-Portrait \-op (normal)
-Landscape \-ol (rotated 90 degrees anticlockwise)
-Seascape \-os (rotated 90 degrees clockwise)
+Portrait -op (normal)
+Landscape -ol (rotated 90 degrees anticlockwise)
+Seascape -os (rotated 90 degrees clockwise)
.TE
.SS Printer Tweaking Options
These are the options used to customize the operation of \fBfoo2hbpl2\fP
@@ -144,13 +144,13 @@ The defaults should work on the 2200DL and 2300DL, and have not
been tested on any other printers.
.TP
.BI \-L\0 mask
-Send the logical clipping values from \-u/-l in the ZjStream.
+Send the logical clipping values from -u/-l in the ZjStream.
\fBfoo2hbpl2-wrapper\fP always runs Ghostscript with the ideal page dimensions,
so that the scale of the image is correct,
regardless whether or not the printer has unprintable regions.
This option is used to move the position of the clipped image
back to where it belongs on the page. The default is to send
-the amount which was clipped by \-u and \-l, and should be
+the amount which was clipped by -u and -l, and should be
good in most cases.
.TS
l l.
@@ -176,7 +176,7 @@ These are the options used to control the quality of color output.
Color correction is currently a WORK IN PROGRESS.
.TP
.BI \-g\0 gsopts
-Additional options to pass to Ghostscript, such as \-g\(lq-dDITHERPPI=nnn\(rq,
+Additional options to pass to Ghostscript, such as -g\(lq-dDITHERPPI=nnn\(rq,
etc. This option may appear more than once.
.TP
.BI \-G\0 profile.icm
@@ -221,7 +221,7 @@ examine it, and then print it using a RAW print queue:
.nf
foo2hbpl2-wrapper testpage.ps > testpage.prn
hbpl2decode < testpage.prn
-lpr \-P raw testpage.prn
+lpr -P raw testpage.prn
.fi
.RE
.P
@@ -229,7 +229,7 @@ Create a color ZjStream stream from a Postscript document:
.RS
.nf
-foo2hbpl2-wrapper \-c testpage.ps > testpage.prn
+foo2hbpl2-wrapper -c testpage.ps > testpage.prn
.fi
.RE