1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Subject: Trivial typo
Author: Michael van der Kolff <mvanderkolff@gmail.com>
Upstream: yes
Fixes trivial typo in pbmtojbg (keeps lintian quiet(er))
--- a/pbmtools/pbmtojbg.1
+++ b/pbmtools/pbmtojbg.1
@@ -130,7 +130,7 @@ encoder.)
.TP
.BI \-t " number"
Encode only the specified number of most significant bit planes. This
-option allows to reduce the depth of an input PGM file if not all
+option allows one to reduce the depth of an input PGM file if not all
bits per pixel are needed in the output.
.TP
.BI \-o " number"
@@ -174,7 +174,7 @@ stripe and then completes layer 0 before continuing with the next
layer and so on.
.TP
.BI \-p " number"
-This option allows to activate or deactivate various optional algorithms
+This option allows one to activate or deactivate various optional algorithms
defined in the
.I JBIG1
standard. Just add the numbers of the following options which you want to
|