All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] doc/manual: fix graph-size documentation
@ 2019-08-16 12:34 Yann E. MORIN
  2019-08-16 19:42 ` Thomas De Schampheleire
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Yann E. MORIN @ 2019-08-16 12:34 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Cc: Thomas De Schampheleire <patrickdepinguin@gmail.com>
---
 docs/manual/common-usage.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/manual/common-usage.txt b/docs/manual/common-usage.txt
index e3d7578c85..a36301afd5 100644
--- a/docs/manual/common-usage.txt
+++ b/docs/manual/common-usage.txt
@@ -310,8 +310,8 @@ installed (+python-matplotlib+ on most distributions), and also the
 +argparse+ module if you're using a Python version older than 2.7
 (+python-argparse+ on most distributions).
 
-Just like for the duration graph, a +BR2_GRAPH_OUT+ environment is
-supported to adjust the output file format. See xref:graph-depends[]
+Just like for the duration graph, a +BR2_GRAPH_OUT+ environment variable
+is supported to adjust the output file format. See xref:graph-depends[]
 for details about this environment variable.
 
 .Note
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] doc/manual: fix graph-size documentation
  2019-08-16 12:34 [Buildroot] [PATCH] doc/manual: fix graph-size documentation Yann E. MORIN
@ 2019-08-16 19:42 ` Thomas De Schampheleire
  2019-08-17 12:37 ` Thomas Petazzoni
  2019-09-02 13:58 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas De Schampheleire @ 2019-08-16 19:42 UTC (permalink / raw)
  To: buildroot

El vie., 16 ago. 2019 a las 14:34, Yann E. MORIN
(<yann.morin.1998@free.fr>) escribi?:
>
> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
> Cc: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
> Cc: Thomas De Schampheleire <patrickdepinguin@gmail.com>
> ---
>  docs/manual/common-usage.txt | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/docs/manual/common-usage.txt b/docs/manual/common-usage.txt
> index e3d7578c85..a36301afd5 100644
> --- a/docs/manual/common-usage.txt
> +++ b/docs/manual/common-usage.txt
> @@ -310,8 +310,8 @@ installed (+python-matplotlib+ on most distributions), and also the
>  +argparse+ module if you're using a Python version older than 2.7
>  (+python-argparse+ on most distributions).
>
> -Just like for the duration graph, a +BR2_GRAPH_OUT+ environment is
> -supported to adjust the output file format. See xref:graph-depends[]
> +Just like for the duration graph, a +BR2_GRAPH_OUT+ environment variable
> +is supported to adjust the output file format. See xref:graph-depends[]
>  for details about this environment variable.
>
>  .Note

Acked-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] doc/manual: fix graph-size documentation
  2019-08-16 12:34 [Buildroot] [PATCH] doc/manual: fix graph-size documentation Yann E. MORIN
  2019-08-16 19:42 ` Thomas De Schampheleire
@ 2019-08-17 12:37 ` Thomas Petazzoni
  2019-09-02 13:58 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2019-08-17 12:37 UTC (permalink / raw)
  To: buildroot

On Fri, 16 Aug 2019 14:34:26 +0200
"Yann E. MORIN" <yann.morin.1998@free.fr> wrote:

> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
> Cc: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
> Cc: Thomas De Schampheleire <patrickdepinguin@gmail.com>
> ---
>  docs/manual/common-usage.txt | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] doc/manual: fix graph-size documentation
  2019-08-16 12:34 [Buildroot] [PATCH] doc/manual: fix graph-size documentation Yann E. MORIN
  2019-08-16 19:42 ` Thomas De Schampheleire
  2019-08-17 12:37 ` Thomas Petazzoni
@ 2019-09-02 13:58 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2019-09-02 13:58 UTC (permalink / raw)
  To: buildroot

>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 > Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
 > Cc: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
 > Cc: Thomas De Schampheleire <patrickdepinguin@gmail.com>

Committed to 2019.02.x and 2019.05.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-09-02 13:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-16 12:34 [Buildroot] [PATCH] doc/manual: fix graph-size documentation Yann E. MORIN
2019-08-16 19:42 ` Thomas De Schampheleire
2019-08-17 12:37 ` Thomas Petazzoni
2019-09-02 13:58 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.