diff options
Diffstat (limited to 'Master/texmf/doc/man/man1/pdf180.1')
-rw-r--r-- | Master/texmf/doc/man/man1/pdf180.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf/doc/man/man1/pdf180.1 b/Master/texmf/doc/man/man1/pdf180.1 index 86bcc0b8535..08f47b5a9c0 100644 --- a/Master/texmf/doc/man/man1/pdf180.1 +++ b/Master/texmf/doc/man/man1/pdf180.1 @@ -17,15 +17,15 @@ Source files are processed sequentially into a single output unless the '--batch' option is used, in which case they are processed separately. .PP -pdf180 operates on one or more PDF files, and (either with the -'--batch' option or with '--outfile DIR' where 'DIR' is a directory) the +pdf180 operates on one or more PDF files, and (either with the '--batch' +option or with '--outfile DIR' where 'DIR' is a directory) the resulting files have the suffix '-rotated180' applied to their names by default. To change the suffix, use the '--suffix' option, for example .PP .RS -.B pdf180 --suffix '-upturned' --batch myfile1.pdf myfile2.pdf +.B pdf180 --suffix 'upturned' --batch myfile1.pdf myfile2.pdf .RE .PP will result in files named 'myfile1-upturned.pdf' and 'myfile2-upturned.pdf'. |