Fix typo in MANUAL.txt regarding author variable (#11619)

This commit is contained in:
積丹尼 Dan Jacobson
2026-05-06 18:29:06 +02:00
committed by GitHub
parent 8e6aecfebc
commit a67492e1e0
+1 -1
View File
@@ -838,7 +838,7 @@ header when requesting a document from a URL:
a *list* value, the value will be added to the list. If it already
has another kind of value, it will be made into a list containing
the previous and the new value. For example,
`-V keyword=Joe -V author=Sue` makes `author` contain a list
`-V author=Joe -V author=Sue` makes `author` contain a list
of strings: `Joe` and `Sue`.
`--variable-json=`*KEY*[`=`*JSON*]