aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Neuhaus <neuhaus@users.noreply.github.com>2021-11-08 15:18:04 +0100
committerJay Berkenbilt <jberkenbilt@users.noreply.github.com>2021-11-08 16:28:14 +0100
commit37916f392568c84570ae0a6afb33a62d8c9e3a10 (patch)
tree37f7456fc9331821234d8c2ba14e92cf7943617b
parentf45dacf4cbfab73ce470d0a61d4acee14206ab2b (diff)
downloadqpdf-37916f392568c84570ae0a6afb33a62d8c9e3a10.tar.zst
Fix typo in manual
Fix typo in --rotate example
-rw-r--r--manual/qpdf-manual.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index 7b73d8cf..13008ef9 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -1017,7 +1017,7 @@ make
command <command>qpdf in.pdf out.pdf --rotate=+90:2,4,6
--rotate=180:7-8</command> would rotate pages 2, 4, and 6 90
degrees clockwise from their original rotation and force the
- rotation of pages 7 through 9 to 180 degrees regardless of
+ rotation of pages 7 through 8 to 180 degrees regardless of
their original rotation, and the command <command>qpdf in.pdf
out.pdf --rotate=+180</command> would rotate all pages by 180
degrees.