diff options
| author | Simon Dawson <spdawson@gmail.com> | 2014-05-31 08:55:35 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-06-01 23:58:43 +0200 |
| commit | 0be303cacc41283d2da85be2e6b9d3fdd6d5caf0 (patch) | |
| tree | 6cb05c4d768948657e8494b61343958325311b3e /docs/manual/using-buildroot-development.txt | |
| parent | 65b47530229b1ebaa4e2d40ff765614bbd6423ca (diff) | |
| download | buildroot-0be303cacc41283d2da85be2e6b9d3fdd6d5caf0.tar.gz buildroot-0be303cacc41283d2da85be2e6b9d3fdd6d5caf0.zip | |
replace references to Busybox with BusyBox
The correct capitalised form appears to be "BusyBox" rather than "Busybox";
fix all references to the latter form. (Most such references occur in the
manual and in commentary in package makefiles.)
Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs/manual/using-buildroot-development.txt')
| -rw-r--r-- | docs/manual/using-buildroot-development.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/using-buildroot-development.txt b/docs/manual/using-buildroot-development.txt index 2ecff35250..e660e65e5f 100644 --- a/docs/manual/using-buildroot-development.txt +++ b/docs/manual/using-buildroot-development.txt @@ -72,7 +72,7 @@ make linux-rebuild all ----------------------- and in a matter of seconds gets the updated Linux kernel image in -+output/images+. Similarly, a change can be made to the Busybox source ++output/images+. Similarly, a change can be made to the BusyBox source code in +/home/bob/busybox+, and after: ----------------------- @@ -80,4 +80,4 @@ make busybox-rebuild all ----------------------- the root filesystem image in +output/images+ contains the updated -Busybox. +BusyBox. |

