From 1efb9593438491b9841586949052872f365e3274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A9=8D=E4=B8=B9=E5=B0=BC=20Dan=20Jacobson?= Date: Wed, 6 May 2026 22:12:25 +0800 Subject: [PATCH] Fix typo in MANUAL.txt regarding author variable --- MANUAL.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANUAL.txt b/MANUAL.txt index 2c3bb36b945b..fbe4bb7c4818 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -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*]