From 6e0f052b833478653099e3a30370490091ae8834 Mon Sep 17 00:00:00 2001 From: Albert Lei <16741954+AlbertLei@users.noreply.github.com> Date: Fri, 26 Dec 2025 06:31:19 +0800 Subject: MANUAL.txt: fix typo about --chunk-template (#11358) --- MANUAL.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`. -- cgit v1.2.3