diff options
author | Pino Toscano <pino@kde.org> | 2012-02-12 17:36:55 +0100 |
---|---|---|
committer | Pino Toscano <pino@kde.org> | 2012-02-12 17:36:55 +0100 |
commit | 53d8fc4d2978b70e8926e3df71facd1f39de9348 (patch) | |
tree | 67e082320cfa8b98445c22ef5d882fa588a4c788 /utils/pdfseparate.1 | |
parent | 597fa37cacec928c40d0491174ce843fe01f26d9 (diff) |
man pages: fix minor issues with hypens and %
Diffstat (limited to 'utils/pdfseparate.1')
-rw-r--r-- | utils/pdfseparate.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/pdfseparate.1 b/utils/pdfseparate.1 index f871d3be..1eca9d20 100644 --- a/utils/pdfseparate.1 +++ b/utils/pdfseparate.1 @@ -16,16 +16,16 @@ extracts one or more pages, and writes one PDF file for each page to .IR PDF-page-pattern, PDF-page-pattern should contain .B %d -.%d is replaced by the page number +. %d is replaced by the page number. .TP The PDF-file should not be encrypted. .SH OPTIONS .TP .BI \-f " number" -Specifies the first page to extract. If -f is omitted, extraction starts with page 1. +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 \-p is omitted, extraction ends with the last page. .TP .B \-v Print copyright and version information. |