diff options
author | Rob Landley <rob@landley.net> | 2014-06-11 22:44:48 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2014-06-11 22:44:48 -0500 |
commit | 52dea1258516773784504cda3681483d0e6c68b7 (patch) | |
tree | d20529b4e7e59a5c8718c87764cc35b9f183a361 /README | |
parent | 0cf6a2dbcd58511a775c031112e25ecf3b5b5b5b (diff) | |
download | toybox-52dea1258516773784504cda3681483d0e6c68b7.tar.gz |
The readme, a text file, has an HTML close paragraph tag.
(Sheer force of habit.)
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ an operating system. Booting a simple system to a shell prompt requires three packages: an operating system kernel (Linux) to drive the hardware, a program for the system to run (toybox), and a C library to tie them together (toybox has been tested with musl, uClibc, and glibc, on Android -systems musl is recommended).</p> +systems musl is recommended). The C library is part of a "toolchain", which is an integrated suite of compiler, assembler, and linker, plus the standard headers and libraries |