From: Yann E. MORIN Date: Fri, 16 Aug 2019 12:34:26 +0000 (+0200) Subject: docs/manual: fix graph-size documentation X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=22b7f96752981f20d94fb620e2a370b38a2fe68e;p=buildroot.git docs/manual: fix graph-size documentation Signed-off-by: Yann E. MORIN Cc: Thomas De Schampheleire Cc: Thomas De Schampheleire Acked-by: Thomas De Schampheleire Signed-off-by: Thomas Petazzoni --- 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