Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

perf tools: Correct title markers for asciidoctor

I've tested to process the perf man pages with asciidoctor that is
picker than asciidoc, and it revealed minor syntax errors in some
documents. Namely, the title markers aren't aligned with the previous
line, hence asciidoctor didn't recognize as titles.

This patch corrects these markers to be processed properly.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20180307105441.28512-1-tiwai@suse.de
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

authored by

Takashi Iwai and committed by
Arnaldo Carvalho de Melo
ea66536a 4c454843

+5 -5
+1 -1
tools/perf/Documentation/perf-data.txt
··· 1 1 perf-data(1) 2 - ============== 2 + ============ 3 3 4 4 NAME 5 5 ----
+1 -1
tools/perf/Documentation/perf-ftrace.txt
··· 1 1 perf-ftrace(1) 2 - ============= 2 + ============== 3 3 4 4 NAME 5 5 ----
+1 -1
tools/perf/Documentation/perf-kallsyms.txt
··· 1 1 perf-kallsyms(1) 2 - ============== 2 + ================ 3 3 4 4 NAME 5 5 ----
+1 -1
tools/perf/Documentation/perf-sched.txt
··· 1 1 perf-sched(1) 2 - ============== 2 + ============= 3 3 4 4 NAME 5 5 ----
+1 -1
tools/perf/Documentation/perf-script-perl.txt
··· 1 1 perf-script-perl(1) 2 - ================== 2 + =================== 3 3 4 4 NAME 5 5 ----