diff options
author | Takashi Iwai <tiwai@suse.de> | 2018-03-07 11:54:41 +0100 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2018-03-07 14:26:32 +0100 |
commit | ea66536ab2cac7ba1553a677b8114f1b120cd9f2 (patch) | |
tree | 06d6dc473d684b9332364d700891b8e6ae2457cc /tools/perf/Documentation/perf-ftrace.txt | |
parent | perf auxtrace: Make auxtrace_queues__add_buffer() return buffer_ptr (diff) | |
download | linux-ea66536ab2cac7ba1553a677b8114f1b120cd9f2.tar.xz linux-ea66536ab2cac7ba1553a677b8114f1b120cd9f2.zip |
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>
Diffstat (limited to 'tools/perf/Documentation/perf-ftrace.txt')
-rw-r--r-- | tools/perf/Documentation/perf-ftrace.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/Documentation/perf-ftrace.txt b/tools/perf/Documentation/perf-ftrace.txt index 721a447f046e..b80c84307dc9 100644 --- a/tools/perf/Documentation/perf-ftrace.txt +++ b/tools/perf/Documentation/perf-ftrace.txt @@ -1,5 +1,5 @@ perf-ftrace(1) -============= +============== NAME ---- |