summaryrefslogtreecommitdiffstats
path: root/docs/manual/common-usage.txt
diff options
context:
space:
mode:
authorThomas De Schampheleire <patrickdepinguin@gmail.com>2014-02-24 09:58:04 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-02-24 11:10:59 +0100
commit63d8bb39943352b611e9ae7a41f2b2478c51b91d (patch)
tree009c061609a89c81eb76eb802ae5d65028a82857 /docs/manual/common-usage.txt
parented73d1d2e3703290e74bb076bc6dd0417aa3ba21 (diff)
downloadbuildroot-63d8bb39943352b611e9ae7a41f2b2478c51b91d.tar.gz
buildroot-63d8bb39943352b611e9ae7a41f2b2478c51b91d.zip
docs/manual: fix minor spelling/grammar mistakes
This commit fixes a few minor spelling or grammar mistakes since the recent additions to the manual (commits 0b100de2cf36d81910ab53978b8a379214a683ea to 7cbb476661b0cfa213d8885f3fe5d58823e84286). Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs/manual/common-usage.txt')
-rw-r--r--docs/manual/common-usage.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/common-usage.txt b/docs/manual/common-usage.txt
index 76e4023b95..96bc513f15 100644
--- a/docs/manual/common-usage.txt
+++ b/docs/manual/common-usage.txt
@@ -211,7 +211,7 @@ When the build of a system takes a long time, it is sometimes useful
to be able to understand which packages are the longest to build, to
see if anything can be done to speed up the build. In order to help
such build time analysis, Buildroot collects the build time of each
-step of each package, and allows to generate graphs from these data.
+step of each package, and allows to generate graphs from this data.
To generate the build time graph after a build, run:
@@ -221,13 +221,13 @@ make graph-build
This will generate a set of files in +output/graphs+ :
-* +build.hist-build.pdf+, an histogram of the build time for each
+* +build.hist-build.pdf+, a histogram of the build time for each
package, ordered in the build order.
-* +build.hist-duration.pdf+, an histogram of the build time for each
+* +build.hist-duration.pdf+, a histogram of the build time for each
package, ordered by duration (longest first)
-* +build.hist-name.pdf+, an histogram of the build time for each
+* +build.hist-name.pdf+, a histogram of the build time for each
package, order by package name.
* +build.pie-packages.pdf+, a pie chart of the build time per package
OpenPOWER on IntegriCloud