[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180212015021.GB31513@sejong>
Date: Mon, 12 Feb 2018 10:50:21 +0900
From: Namhyung Kim <namhyung@...nel.org>
To: Sangwon Hong <qpakzk@...il.com>
Cc: Arnaldo Carvalho de Melo <acme@...nel.org>,
linux-kernel@...r.kernel.org, Jiri Olsa <jolsa@...nel.org>,
Taeung Song <treeze.taeung@...il.com>, kernel-team@....com
Subject: Re: [PATCH] perf kallsyms: Fix the usage on the man page
On Mon, Feb 12, 2018 at 04:37:44AM +0900, Sangwon Hong wrote:
> First, all man pages highlight only perf and subcommands except perf
> kallsyms, which includes the full usage. Fix it for commands to monopolize
> underlines.
>
> Second, options can skip when executing perf kallsyms, so add square
> brackets between <option>.
>
> Cc: Jiri Olsa <jolsa@...nel.org>
> Cc: Namhyung Kim <namhyung@...nel.org>
> Cc: Taeung Song <treeze.taeung@...il.com>
> Signed-off-by: Sangwon Hong <qpakzk@...il.com>
Acked-by: Namhyung Kim <namhyung@...nel.org>
Thanks,
Namhyung
> ---
> tools/perf/Documentation/perf-kallsyms.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/perf/Documentation/perf-kallsyms.txt b/tools/perf/Documentation/perf-kallsyms.txt
> index 954ea9e..cf9f404 100644
> --- a/tools/perf/Documentation/perf-kallsyms.txt
> +++ b/tools/perf/Documentation/perf-kallsyms.txt
> @@ -8,7 +8,7 @@ perf-kallsyms - Searches running kernel for symbols
> SYNOPSIS
> --------
> [verse]
> -'perf kallsyms <options> symbol_name[,symbol_name...]'
> +'perf kallsyms' [<options>] symbol_name[,symbol_name...]
>
> DESCRIPTION
> -----------
> --
> 2.7.4
>
Powered by blists - more mailing lists