Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1314233 > unrolled thread
| Started by | Arnaldo Carvalho de Melo <acme@kernel.org> |
|---|---|
| First post | 2016-01-21 15:50 +0100 |
| Last post | 2016-01-22 09:10 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v13 05/23] perf config: Document variables for 'help' section in man page Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-01-21 15:50 +0100
Re: [PATCH v13 05/23] perf config: Document variables for 'help' section in man page Taeung Song <treeze.taeung@gmail.com> - 2016-01-22 09:10 +0100
| From | Arnaldo Carvalho de Melo <acme@kernel.org> |
|---|---|
| Date | 2016-01-21 15:50 +0100 |
| Subject | Re: [PATCH v13 05/23] perf config: Document variables for 'help' section in man page |
| Message-ID | <qToIG-6z7-27@gated-at.bofh.it> |
Em Fri, Jan 08, 2016 at 08:39:35PM +0900, Taeung Song escreveu: > Explain 'help.format' variables. > > Cc: Namhyung Kim <namhyung@kernel.org> > Cc: Jiri Olsa <jolsa@kernel.org> > Signed-off-by: Taeung Song <treeze.taeung@gmail.com> > --- > tools/perf/Documentation/perf-config.txt | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/tools/perf/Documentation/perf-config.txt b/tools/perf/Documentation/perf-config.txt > index 85b811f..aaf1791 100644 > --- a/tools/perf/Documentation/perf-config.txt > +++ b/tools/perf/Documentation/perf-config.txt > @@ -278,6 +278,10 @@ annotate.*:: > > 99.93 │ mov %eax,%eax > > +help.*:: > + help.format:: > + A format of manual page can be 'man' that is default. > + Huh? If this is the case, i.e. we have something that is configurable but admits only one option, maybe we should trow this alltogether and remove the need to document it? :-) - Arnaldo > SEE ALSO > -------- > linkperf:perf[1] > -- > 2.5.0
[toc] | [next] | [standalone]
| From | Taeung Song <treeze.taeung@gmail.com> |
|---|---|
| Date | 2016-01-22 09:10 +0100 |
| Message-ID | <qTEX8-1ic-11@gated-at.bofh.it> |
| In reply to | #1314233 |
On 01/21/2016 11:46 PM, Arnaldo Carvalho de Melo wrote: > Em Fri, Jan 08, 2016 at 08:39:35PM +0900, Taeung Song escreveu: >> Explain 'help.format' variables. >> >> Cc: Namhyung Kim <namhyung@kernel.org> >> Cc: Jiri Olsa <jolsa@kernel.org> >> Signed-off-by: Taeung Song <treeze.taeung@gmail.com> >> --- >> tools/perf/Documentation/perf-config.txt | 4 ++++ >> 1 file changed, 4 insertions(+) >> >> diff --git a/tools/perf/Documentation/perf-config.txt b/tools/perf/Documentation/perf-config.txt >> index 85b811f..aaf1791 100644 >> --- a/tools/perf/Documentation/perf-config.txt >> +++ b/tools/perf/Documentation/perf-config.txt >> @@ -278,6 +278,10 @@ annotate.*:: >> >> 99.93 │ mov %eax,%eax >> >> +help.*:: >> + help.format:: >> + A format of manual page can be 'man' that is default. >> + > > Huh? If this is the case, i.e. we have something that is configurable > but admits only one option, maybe we should trow this alltogether and > remove the need to document it? :-) > Hum.. I think so. I tested config variables 'help.format' and 'man.viewer', again. Selecting which manual page viewer can be done by both this config variables. So IMHO I think even if 'help.format' is removed, it hasn't problem because this functionality is duplicated. And I think it seems to be tidy that the whole 'help' section is removed or just don't document it on perf-config doc. Would I keep working on perf-config patchkit excluding 'help' section ? Thanks, Taeung
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web