diff options
author | Loïc Minier <lool@dooz.org> | 2008-08-20 22:10:07 +0200 |
---|---|---|
committer | Albert Astals Cid <aacid@kde.org> | 2008-08-24 18:19:56 +0200 |
commit | 0dfbb8996ee91aa044eb2bdf2859ef64005116f8 (patch) | |
tree | d93c32fe99f144975de4442b6901a3785991746d /utils | |
parent | 6cfa0e598a81460e5d0a7d60d8584366d2a70165 (diff) |
Fixes escaping of hyphens in man pages
Diffstat (limited to 'utils')
-rw-r--r-- | utils/pdfinfo.1 | 2 | ||||
-rw-r--r-- | utils/pdftops.1 | 16 |
2 files changed, 9 insertions, 9 deletions
diff --git a/utils/pdfinfo.1 b/utils/pdfinfo.1 index 0b72f561..1f5528a9 100644 --- a/utils/pdfinfo.1 +++ b/utils/pdfinfo.1 @@ -72,7 +72,7 @@ metadata (only if requested) .TP .BI \-f " number" Specifies the first page to examine. If multiple pages are requested -using the "-f" and "-l" options, the size of each requested page (and, +using the "\-f" and "\-l" options, the size of each requested page (and, optionally, the bounding boxes for each requested page) are printed. Otherwise, only page one is examined. .TP diff --git a/utils/pdftops.1 b/utils/pdftops.1 index 13824965..dfa07b33 100644 --- a/utils/pdftops.1 +++ b/utils/pdftops.1 @@ -25,7 +25,7 @@ to .I file.ps (or .I file.eps -with the -eps option). If +with the \-eps option). If .I PS-file is \'-', the PostScript is sent to stdout. .SH OPTIONS @@ -40,8 +40,8 @@ Specifies the last page to print. 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. +more than one of the PostScript level options (\-level1, \-level1sep, +\-level2, \-level2sep, \-level3, \-level3Sep) may be given. .TP .B \-level1sep Generate Level 1 separable PostScript. All colors are converted to @@ -63,19 +63,19 @@ CID font embedding. .TP .B \-level3Sep Generate Level 3 separable PostScript. The separation handling is the -same as for -level2Sep. +same as for \-level2Sep. .TP .B \-eps Generate an Encapsulated PostScript (EPS) file. An EPS file contains a single image, so if you use this option with a multi-page PDF file, -you must use -f and -l to specify a single page. No more than one of -the mode options (-eps, -form) may be given. +you must use \-f and \-l to specify a single page. No more than one of +the mode options (\-eps, \-form) may be given. .TP .B \-form Generate a PostScript form which can be imported by software that understands forms. A form contains a single page, so if you use this -option with a multi-page PDF file, you must use -f and -l to specify a -single page. The -level1 option cannot be used with -form. +option with a multi-page PDF file, you must use \-f and \-l to specify a +single page. The \-level1 option cannot be used with \-form. .TP .B \-opi Generate OPI comments for all images and forms which have OPI |