From: Steven Rostedt <rostedt@goodmis.org>
To: Tzvetomir Stoyanov <tstoyanov@vmware.com>
Cc: "linux-trace-devel@vger.kernel.org" <linux-trace-devel@vger.kernel.org>
Subject: Re: [PATCH 2/3] tools/lib/traceevent: Add support for man pages with multiple names
Date: Mon, 5 Nov 2018 09:35:40 -0500 [thread overview]
Message-ID: <20181105093540.2c875465@gandalf.local.home> (raw)
In-Reply-To: <20181102145714.25885-3-tstoyanov@vmware.com>
On Fri, 2 Nov 2018 14:57:28 +0000
Tzvetomir Stoyanov <tstoyanov@vmware.com> wrote:
> This patch adds support for man pages with multiple names, used to combine the description of several APIs into one page.
The only comment I have for this patch is that the change log needs to
be no more than 76 characters in width (with the exception of showing
crash dumps and other "cut and paste" text).
-- Steve
>
> Signed-off-by: Tzvetomir Stoyanov <tstoyanov@vmware.com>
> ---
> .../traceevent/Documentation/asciidoc.conf | 35 +++++++++++++++++--
> 1 file changed, 32 insertions(+), 3 deletions(-)
>
> diff --git a/tools/lib/traceevent/Documentation/asciidoc.conf b/tools/lib/traceevent/Documentation/asciidoc.conf
> index 1b03c63fb73a..07595717f06e 100644
> --- a/tools/lib/traceevent/Documentation/asciidoc.conf
> +++ b/tools/lib/traceevent/Documentation/asciidoc.conf
> @@ -74,12 +74,41 @@ template::[header-declarations]
> <refmeta>
> <refentrytitle>{mantitle}</refentrytitle>
> <manvolnum>{manvolnum}</manvolnum>
> -<refmiscinfo class="source">trace-cmd</refmiscinfo>
> +<refmiscinfo class="source">libtraceevent</refmiscinfo>
> <refmiscinfo class="version">{libtraceevent_version}</refmiscinfo>
> -<refmiscinfo class="manual">trace-cmd Manual</refmiscinfo>
> +<refmiscinfo class="manual">libtraceevent Manual</refmiscinfo>
> </refmeta>
> <refnamediv>
> - <refname>{manname}</refname>
> + <refname>{manname1}</refname>
> + <refname>{manname2}</refname>
> + <refname>{manname3}</refname>
> + <refname>{manname4}</refname>
> + <refname>{manname5}</refname>
> + <refname>{manname6}</refname>
> + <refname>{manname7}</refname>
> + <refname>{manname8}</refname>
> + <refname>{manname9}</refname>
> + <refname>{manname10}</refname>
> + <refname>{manname11}</refname>
> + <refname>{manname12}</refname>
> + <refname>{manname13}</refname>
> + <refname>{manname14}</refname>
> + <refname>{manname15}</refname>
> + <refname>{manname16}</refname>
> + <refname>{manname17}</refname>
> + <refname>{manname18}</refname>
> + <refname>{manname19}</refname>
> + <refname>{manname20}</refname>
> + <refname>{manname21}</refname>
> + <refname>{manname22}</refname>
> + <refname>{manname23}</refname>
> + <refname>{manname24}</refname>
> + <refname>{manname25}</refname>
> + <refname>{manname26}</refname>
> + <refname>{manname27}</refname>
> + <refname>{manname28}</refname>
> + <refname>{manname29}</refname>
> + <refname>{manname30}</refname>
> <refpurpose>{manpurpose}</refpurpose>
> </refnamediv>
> endif::backend-docbook[]
next prev parent reply other threads:[~2018-11-05 23:55 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-02 14:57 [PATCH 0/3] libtraceevent man pages Tzvetomir Stoyanov
2018-11-02 14:57 ` [PATCH 1/3] tools/lib/traceevent: Fix libtraceevent/Documentation Makefile Tzvetomir Stoyanov
2018-11-02 14:57 ` [PATCH 2/3] tools/lib/traceevent: Add support for man pages with multiple names Tzvetomir Stoyanov
2018-11-05 14:35 ` Steven Rostedt [this message]
2018-11-02 14:57 ` [PATCH 3/3] tools/lib/traceevent: Implement libtraceevent man pages Tzvetomir Stoyanov
2018-11-07 0:02 ` Steven Rostedt
2018-11-07 14:07 ` Tzvetomir Stoyanov
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=20181105093540.2c875465@gandalf.local.home \
--to=rostedt@goodmis.org \
--cc=linux-trace-devel@vger.kernel.org \
--cc=tstoyanov@vmware.com \
/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).