From: Ben Hutchings Date: Sun, 23 Mar 2025 20:04:02 +0000 (+0100) Subject: [PATCH] perf docs: Fix perf-check manual page built with asciidoctor X-Git-Tag: archive/raspbian/6.12.27-1+rpi1^2^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e2033da4abbed27bed125f2ed97480ac7ea49cf2;p=linux.git [PATCH] perf docs: Fix perf-check manual page built with asciidoctor Forwarded: https://lore.kernel.org/linux-perf-users/Z-BxCE8WrcRmR_5f@decadent.org.uk/ asciidoctor is more picky than asciidoc about the length of heading underlines, and currently mis-parses perf-check.txt: ASCIIDOC perf-check.1 asciidoctor: ERROR: perf-check.txt: line 1: non-conforming manpage title asciidoctor: ERROR: perf-check.txt: line 1: name section expected asciidoctor: WARNING: perf-check.txt: line 2: unterminated example block asciidoctor: WARNING: perf-check.txt: line 5: unterminated listing block Fix the length of the title underline so it works properly. Fixes: 98ad0b77323c ("perf check: Introduce 'check' subcommand") Signed-off-by: Ben Hutchings Gbp-Pq: Topic bugfix/all Gbp-Pq: Name perf-docs-Fix-perf-check-manual-page-built-with-asci.patch --- diff --git a/tools/perf/Documentation/perf-check.txt b/tools/perf/Documentation/perf-check.txt index 10f69fb6850..4bfbf59d0b9 100644 --- a/tools/perf/Documentation/perf-check.txt +++ b/tools/perf/Documentation/perf-check.txt @@ -1,5 +1,5 @@ perf-check(1) -=============== +============= NAME ----