Skip to content

Commit

Permalink
perf tools: Correct title markers for asciidoctor
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Takashi Iwai authored and Arnaldo Carvalho de Melo committed Mar 7, 2018
1 parent 4c45484 commit ea66536
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tools/perf/Documentation/perf-data.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
perf-data(1)
==============
============

NAME
----
Expand Down
2 changes: 1 addition & 1 deletion tools/perf/Documentation/perf-ftrace.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
perf-ftrace(1)
=============
==============

NAME
----
Expand Down
2 changes: 1 addition & 1 deletion tools/perf/Documentation/perf-kallsyms.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
perf-kallsyms(1)
==============
================

NAME
----
Expand Down
2 changes: 1 addition & 1 deletion tools/perf/Documentation/perf-sched.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
perf-sched(1)
==============
=============

NAME
----
Expand Down
2 changes: 1 addition & 1 deletion tools/perf/Documentation/perf-script-perl.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
perf-script-perl(1)
==================
===================

NAME
----
Expand Down

0 comments on commit ea66536

Please sign in to comment.