linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Steven Rostedt <rostedt@goodmis.org>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] trace-cmd: Documentation: Fix title markers
Date: Wed, 21 Mar 2018 17:03:34 +0100	[thread overview]
Message-ID: <20180321160334.16050-1-tiwai@suse.de> (raw)

Fix the title markers that aren't aligned with the previous lines.
This was caught by processing via asciidoctor, which is picker than
asciidoc and aborts as an error.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
---
 Documentation/trace-cmd-extract.1.txt  | 2 +-
 Documentation/trace-cmd-hist.1.txt     | 2 +-
 Documentation/trace-cmd-list.1.txt     | 2 +-
 Documentation/trace-cmd-listen.1.txt   | 2 +-
 Documentation/trace-cmd-mem.1.txt      | 2 +-
 Documentation/trace-cmd-options.1.txt  | 2 +-
 Documentation/trace-cmd-profile.1.txt  | 2 +-
 Documentation/trace-cmd-show.1.txt     | 2 +-
 Documentation/trace-cmd-snapshot.1.txt | 2 +-
 Documentation/trace-cmd-start.1.txt    | 2 +-
 Documentation/trace-cmd-stat.1.txt     | 2 +-
 Documentation/trace-cmd-stop.1.txt     | 2 +-
 Documentation/trace-cmd.dat.5.txt      | 2 +-
 13 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/Documentation/trace-cmd-extract.1.txt b/Documentation/trace-cmd-extract.1.txt
index 73eda4ed235d..917a63718b3b 100644
--- a/Documentation/trace-cmd-extract.1.txt
+++ b/Documentation/trace-cmd-extract.1.txt
@@ -1,5 +1,5 @@
 TRACE-CMD-EXTRACT(1)
-===================
+====================
 
 NAME
 ----
diff --git a/Documentation/trace-cmd-hist.1.txt b/Documentation/trace-cmd-hist.1.txt
index 96a5b8216202..b17936d0f612 100644
--- a/Documentation/trace-cmd-hist.1.txt
+++ b/Documentation/trace-cmd-hist.1.txt
@@ -1,5 +1,5 @@
 TRACE-CMD-HIST(1)
-==================
+=================
 
 NAME
 ----
diff --git a/Documentation/trace-cmd-list.1.txt b/Documentation/trace-cmd-list.1.txt
index a83c001c698e..ea6bd86bc317 100644
--- a/Documentation/trace-cmd-list.1.txt
+++ b/Documentation/trace-cmd-list.1.txt
@@ -1,5 +1,5 @@
 TRACE-CMD-LIST(1)
-==================
+=================
 
 NAME
 ----
diff --git a/Documentation/trace-cmd-listen.1.txt b/Documentation/trace-cmd-listen.1.txt
index c9bafcd9fd70..a242c49edfbe 100644
--- a/Documentation/trace-cmd-listen.1.txt
+++ b/Documentation/trace-cmd-listen.1.txt
@@ -1,5 +1,5 @@
 TRACE-CMD-LISTEN(1)
-==================
+===================
 
 NAME
 ----
diff --git a/Documentation/trace-cmd-mem.1.txt b/Documentation/trace-cmd-mem.1.txt
index 3f4a7ca6a316..9e811b91eea0 100644
--- a/Documentation/trace-cmd-mem.1.txt
+++ b/Documentation/trace-cmd-mem.1.txt
@@ -1,5 +1,5 @@
 TRACE-CMD-MEM(1)
-==================
+================
 
 NAME
 ----
diff --git a/Documentation/trace-cmd-options.1.txt b/Documentation/trace-cmd-options.1.txt
index 23735540e5ea..e7faf320a5da 100644
--- a/Documentation/trace-cmd-options.1.txt
+++ b/Documentation/trace-cmd-options.1.txt
@@ -1,5 +1,5 @@
 TRACE-CMD-OPTIONS(1)
-===================
+====================
 
 NAME
 ----
diff --git a/Documentation/trace-cmd-profile.1.txt b/Documentation/trace-cmd-profile.1.txt
index f0fa30eedc61..3ffce86b803d 100644
--- a/Documentation/trace-cmd-profile.1.txt
+++ b/Documentation/trace-cmd-profile.1.txt
@@ -1,5 +1,5 @@
 TRACE-CMD-PROFILE(1)
-===================
+====================
 
 NAME
 ----
diff --git a/Documentation/trace-cmd-show.1.txt b/Documentation/trace-cmd-show.1.txt
index 046c06717447..b17851ef5c80 100644
--- a/Documentation/trace-cmd-show.1.txt
+++ b/Documentation/trace-cmd-show.1.txt
@@ -1,5 +1,5 @@
 TRACE-CMD-SHOW(1)
-===================
+=================
 
 NAME
 ----
diff --git a/Documentation/trace-cmd-snapshot.1.txt b/Documentation/trace-cmd-snapshot.1.txt
index 98b8924dca9d..6d94ada033b1 100644
--- a/Documentation/trace-cmd-snapshot.1.txt
+++ b/Documentation/trace-cmd-snapshot.1.txt
@@ -1,5 +1,5 @@
 TRACE-CMD-SNAPSHOT(1)
-===================
+=====================
 
 NAME
 ----
diff --git a/Documentation/trace-cmd-start.1.txt b/Documentation/trace-cmd-start.1.txt
index 3264abf1ca00..2b027b01be35 100644
--- a/Documentation/trace-cmd-start.1.txt
+++ b/Documentation/trace-cmd-start.1.txt
@@ -1,5 +1,5 @@
 TRACE-CMD-START(1)
-===================
+==================
 
 NAME
 ----
diff --git a/Documentation/trace-cmd-stat.1.txt b/Documentation/trace-cmd-stat.1.txt
index 7e4263ea149d..4a29b143122c 100644
--- a/Documentation/trace-cmd-stat.1.txt
+++ b/Documentation/trace-cmd-stat.1.txt
@@ -1,5 +1,5 @@
 TRACE-CMD-STAT(1)
-==================
+=================
 
 NAME
 ----
diff --git a/Documentation/trace-cmd-stop.1.txt b/Documentation/trace-cmd-stop.1.txt
index 9d4093ee503c..1955fa7140b1 100644
--- a/Documentation/trace-cmd-stop.1.txt
+++ b/Documentation/trace-cmd-stop.1.txt
@@ -1,5 +1,5 @@
 TRACE-CMD-STOP(1)
-===================
+=================
 
 NAME
 ----
diff --git a/Documentation/trace-cmd.dat.5.txt b/Documentation/trace-cmd.dat.5.txt
index 4d0cce5aa4a6..d849439bb3c7 100644
--- a/Documentation/trace-cmd.dat.5.txt
+++ b/Documentation/trace-cmd.dat.5.txt
@@ -1,5 +1,5 @@
 TRACE-CMD.DAT(5)
-===============
+================
 
 NAME
 ----
-- 
2.16.2

             reply	other threads:[~2018-03-21 16:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-21 16:03 Takashi Iwai [this message]
2018-03-22 22:28 ` [PATCH] trace-cmd: Documentation: Fix title markers Steven Rostedt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180321160334.16050-1-tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rostedt@goodmis.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).