aboutsummaryrefslogtreecommitdiffstats
path: root/manual/qpdf-job.rst
diff options
context:
space:
mode:
authorm-holger <m-holger@kubitscheck.org>2022-02-08 17:19:08 +0100
committerJay Berkenbilt <jberkenbilt@users.noreply.github.com>2022-02-08 17:50:58 +0100
commit716381f65a2b2dc72f8da2426ba71aeab02c507f (patch)
tree975f3bded95aa2b5dac423883f555e4a4fc6e420 /manual/qpdf-job.rst
parent68e4aec054dd735c0a808133acdf2fbca6c648c7 (diff)
downloadqpdf-716381f65a2b2dc72f8da2426ba71aeab02c507f.tar.zst
Fix doc typos
Diffstat (limited to 'manual/qpdf-job.rst')
-rw-r--r--manual/qpdf-job.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/qpdf-job.rst b/manual/qpdf-job.rst
index d464ef64..43dd7f0e 100644
--- a/manual/qpdf-job.rst
+++ b/manual/qpdf-job.rst
@@ -184,10 +184,10 @@ This section describes some of the design rationale and history behind
Documentation of ``QPDFJob`` is divided among three places:
- "HOW TO ADD A COMMAND-LINE ARGUMENT" in :file:`README-maintainer`
- provides a quick reminder of how to add a command-line argument
+ provides a quick reminder of how to add a command-line argument.
- The source file :file:`generate_auto_job` has a detailed explanation
- about how ``QPDFJob`` and ``generate_auto_job`` work together
+ about how ``QPDFJob`` and ``generate_auto_job`` work together.
- This chapter of the manual has other details.
@@ -207,7 +207,7 @@ such. This created a number of problems:
- Users of other languages who just wanted an interface to do things
that the CLI could do didn't have a good way to do it, such as just
- handling a library call a set of command-line options or an
+ handing a library call a set of command-line options or an
equivalent JSON object that could be passed in as a string.
- The qpdf CLI itself was almost 8,000 lines of code. It needed to be