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>
This commit is contained in:
Simon Dawson
2014-05-31 08:55:35 +01:00
committed by Peter Korsgaard
parent 65b4753022
commit 0be303cacc
18 changed files with 31 additions and 31 deletions

View File

@@ -5,7 +5,7 @@ config BR2_PACKAGE_COREUTILS
help
All of the basic file/text/shell utilities. These are the
core utilities which are expected to exist on every system.
Busybox implements many of the most common.
BusyBox implements many of the most common.
Things like:
- chmod, cp, dd, dir, ls, etc...