53 lines
1.9 KiB
Diff
53 lines
1.9 KiB
Diff
From aaaea5d0f2f427e82625a04f90c178e24892e539 Mon Sep 17 00:00:00 2001
|
|
From: Marek Kasik <mkasik@redhat.com>
|
|
Date: Wed, 10 Apr 2013 16:41:48 +0200
|
|
Subject: [PATCH] man pages: Fix typos
|
|
|
|
Fix several typos in manual pages of pdftops and pdfseparate.
|
|
---
|
|
utils/pdfseparate.1 | 2 +-
|
|
utils/pdftops.1 | 6 +++---
|
|
2 files changed, 4 insertions(+), 4 deletions(-)
|
|
|
|
diff --git a/utils/pdfseparate.1 b/utils/pdfseparate.1
|
|
index 077faec..07779a1 100644
|
|
--- a/utils/pdfseparate.1
|
|
+++ b/utils/pdfseparate.1
|
|
@@ -25,7 +25,7 @@ The PDF-file should not be encrypted.
|
|
Specifies the first page to extract. If \-f is omitted, extraction starts with page 1.
|
|
.TP
|
|
.BI \-l " number"
|
|
-Specifies the last page to extract. if \-p is omitted, extraction ends with the last page.
|
|
+Specifies the last page to extract. If \-l is omitted, extraction ends with the last page.
|
|
.TP
|
|
.B \-v
|
|
Print copyright and version information.
|
|
diff --git a/utils/pdftops.1 b/utils/pdftops.1
|
|
index c7aeaf5..dd8c84b 100644
|
|
--- a/utils/pdftops.1
|
|
+++ b/utils/pdftops.1
|
|
@@ -41,7 +41,7 @@ Generate Level 1 PostScript. The resulting PostScript files will be
|
|
significantly larger (if they contain images), but will print on Level
|
|
1 printers. This also converts all images to black and white. No
|
|
more than one of the PostScript level options (\-level1, \-level1sep,
|
|
-\-level2, \-level2sep, \-level3, \-level3Sep) may be given.
|
|
+\-level2, \-level2sep, \-level3, \-level3sep) may be given.
|
|
.TP
|
|
.B \-level1sep
|
|
Generate Level 1 separable PostScript. All colors are converted to
|
|
@@ -61,9 +61,9 @@ handle custom (spot) colors.
|
|
Generate Level 3 PostScript. This enables all Level 2 features plus
|
|
CID font embedding.
|
|
.TP
|
|
-.B \-level3Sep
|
|
+.B \-level3sep
|
|
Generate Level 3 separable PostScript. The separation handling is the
|
|
-same as for \-level2Sep.
|
|
+same as for \-level2sep.
|
|
.TP
|
|
.B \-origpagesizes
|
|
Generate a PostScript file with variable page sizes and orientations,
|
|
--
|
|
1.8.2
|
|
|