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 | |
parent | 597fa37cacec928c40d0491174ce843fe01f26d9 (diff) |
man pages: fix minor issues with hypens and %
Diffstat (limited to 'utils')
-rw-r--r-- | utils/pdfseparate.1 | 6 | ||||
-rw-r--r-- | utils/pdftocairo.1 | 4 |
2 files changed, 5 insertions, 5 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. diff --git a/utils/pdftocairo.1 b/utils/pdftocairo.1 index 15020036..86553f10 100644 --- a/utils/pdftocairo.1 +++ b/utils/pdftocairo.1 @@ -29,7 +29,7 @@ and writes to .IR output-file . The image formats (PNG and JPEG) generate one file per page with the page number and file type appended to .IR output-file -(except when -singlefile is used). +(except when \-singlefile is used). When the output format is a vector format (PDF, PS, EPS, and SVG) or when \-singlefile is used, .IR output-file is the full filename. @@ -61,7 +61,7 @@ image resolution will vary with the page size. The cropping options (\-x, \-y, \-W, and \-H) use units of pixels with the image formats and PostScript points (1/72 inch) with the vector formats. When cropping is used with vector output the cropped region is -centered unless -nocenter is used in which case the cropped region is +centered unless \-nocenter is used in which case the cropped region is at the top left (SVG) or bottom left (PDF, PS, EPS). .PP .SH OPTIONS |