Skip to content

Commit ea66536

Browse files
tiwaiacmel
authored andcommitted
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>
1 parent 4c45484 commit ea66536

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

tools/perf/Documentation/perf-data.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
perf-data(1)
2-
==============
2+
============
33

44
NAME
55
----

tools/perf/Documentation/perf-ftrace.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
perf-ftrace(1)
2-
=============
2+
==============
33

44
NAME
55
----

tools/perf/Documentation/perf-kallsyms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
perf-kallsyms(1)
2-
==============
2+
================
33

44
NAME
55
----

tools/perf/Documentation/perf-sched.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
perf-sched(1)
2-
==============
2+
=============
33

44
NAME
55
----

tools/perf/Documentation/perf-script-perl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
perf-script-perl(1)
2-
==================
2+
===================
33

44
NAME
55
----

0 commit comments

Comments
 (0)