aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Lei <[email protected]>2025-12-26 06:31:19 +0800
committerGitHub <[email protected]>2025-12-25 15:31:19 -0700
commit6e0f052b833478653099e3a30370490091ae8834 (patch)
tree2a5fd48d5596dace796a638df319543ba30f74f5
parent74351e47b816433d95b020caae51da5a5c7b20c7 (diff)
MANUAL.txt: fix typo about --chunk-template (#11358)
-rw-r--r--MANUAL.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index f712eb68b..0f4be9a6b 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -1431,7 +1431,7 @@ header when requesting a document from a URL:
In the template, `%n` will be replaced by the chunk number (padded
with leading 0s to 3 digits), `%s` with the section number of the chunk,
`%h` with the heading text (with formatting removed), `%i` with
- the section identifier. For example, `%section-%s-%i.html` might
+ the section identifier. For example, `section-%s-%i.html` might
be resolved to `section-1.1-introduction.html`. The characters
`/` and `\` are not allowed in chunk templates and will be
ignored. The default is `%s-%i.html`.