1
0
mirror of https://github.com/MichielDerhaeg/build-linux.git synced 2025-09-02 20:52:36 +02:00

BusyBox spelling/grammar

One word had spelling issues, and sentence structure was slightly unclear.
This commit is contained in:
Steve Divskinsy
2017-05-04 10:03:26 +09:30
committed by GitHub
parent ad487dc552
commit 596d2c8350

View File

@@ -87,8 +87,9 @@ Busybox Userspace
All these tools you know and love like ``ls``, ``echo``, ``cat`` ``mv``, and
``rm`` and so on are commonly referred to as the 'coreutils'. Busybox has that
and alot more, like utilities from ``util-linux`` so we can do stuff like
``mount`` and even a complete init system. Basicly most tools to expect to be
present on a Linux system only are these somewhat simplified.
``mount`` and even a complete init system. Basically, it contains most tools
you expect to be present on a Linux system, except they are a slightly
simplified version of the regular ones.
You can get the source from [busybox.net](https://busybox.net/). They also
provide prebuilt binaries which will do just fine for most use-cases. But just