Commit 37916f392568c84570ae0a6afb33a62d8c9e3a10
Committed by
Jay Berkenbilt
1 parent
f45dacf4
Fix typo in manual
Fix typo in --rotate example
Showing
1 changed file
with
1 additions
and
1 deletions
manual/qpdf-manual.xml
| @@ -1017,7 +1017,7 @@ make | @@ -1017,7 +1017,7 @@ make | ||
| 1017 | command <command>qpdf in.pdf out.pdf --rotate=+90:2,4,6 | 1017 | command <command>qpdf in.pdf out.pdf --rotate=+90:2,4,6 |
| 1018 | --rotate=180:7-8</command> would rotate pages 2, 4, and 6 90 | 1018 | --rotate=180:7-8</command> would rotate pages 2, 4, and 6 90 |
| 1019 | degrees clockwise from their original rotation and force the | 1019 | degrees clockwise from their original rotation and force the |
| 1020 | - rotation of pages 7 through 9 to 180 degrees regardless of | 1020 | + rotation of pages 7 through 8 to 180 degrees regardless of |
| 1021 | their original rotation, and the command <command>qpdf in.pdf | 1021 | their original rotation, and the command <command>qpdf in.pdf |
| 1022 | out.pdf --rotate=+180</command> would rotate all pages by 180 | 1022 | out.pdf --rotate=+180</command> would rotate all pages by 180 |
| 1023 | degrees. | 1023 | degrees. |