summaryrefslogtreecommitdiffstats
path: root/docs/manual/common-usage.txt
diff options
context:
space:
mode:
authorSimon Dawson <spdawson@gmail.com>2012-11-16 04:54:19 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-11-16 22:24:42 +0100
commitecd23535551d0cd8ae265d75eadc43e88c580fc0 (patch)
tree2d53c83a2853c3bcd7b9b3da7c951b8a84a12875 /docs/manual/common-usage.txt
parent30d99041ce5f32c30c470c3b114d612ba26e49ef (diff)
downloadbuildroot-novena-ecd23535551d0cd8ae265d75eadc43e88c580fc0.tar.gz
buildroot-novena-ecd23535551d0cd8ae265d75eadc43e88c580fc0.zip
manual: minor tweaks
Minor grammatical and spelling tweaks to the manual content. Signed-off-by: Simon Dawson <spdawson@gmail.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
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 c08c10ea6..98503b5f5 100644
--- a/docs/manual/common-usage.txt
+++ b/docs/manual/common-usage.txt
@@ -23,7 +23,7 @@ Building out-of-tree
~~~~~~~~~~~~~~~~~~~~
As default, everything built by Buildroot is stored in the directory
-+output+ in the buildroot tree.
++output+ in the Buildroot tree.
Buildroot also supports building out of tree with a syntax similar to
the Linux kernel. To use it, add +O=<directory>+ to the make command
@@ -70,21 +70,21 @@ to +make+ or set in the environment:
+
Note that the uClibc configuration file can also be set from the
configuration interface, so through the Buildroot .config file; this
- the actual recommended way of setting it.
+ is the recommended way of setting it.
+
* +BUSYBOX_CONFIG_FILE=<path/to/.config>+, path to
the Busybox configuration file.
+
Note that the Busybox configuration file can also be set from the
configuration interface, so through the Buildroot .config file; this
- the actual recommended way of setting it.
+ is the recommended way of setting it.
+
* +BUILDROOT_DL_DIR+ to override the directory in which
Buildroot stores/retrieves downloaded files
+
Note that the Buildroot download directory can also be set from the
configuration interface, so through the Buildroot .config file; this
- the actual recommended way of setting it.
+ is the recommended way of setting it.
An example that uses config files located in the toplevel directory and
in your $HOME: