1
0
Fork 0

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>
hifive-unleashed-5.1
Takashi Iwai 2018-03-07 11:54:41 +01:00 committed by Arnaldo Carvalho de Melo
parent 4c4548437c
commit ea66536ab2
5 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
perf-data(1)
==============
============
NAME
----

View File

@ -1,5 +1,5 @@
perf-ftrace(1)
=============
==============
NAME
----

View File

@ -1,5 +1,5 @@
perf-kallsyms(1)
==============
================
NAME
----

View File

@ -1,5 +1,5 @@
perf-sched(1)
==============
=============
NAME
----

View File

@ -1,5 +1,5 @@
perf-script-perl(1)
==================
===================
NAME
----