# HG changeset patch # User Rob Landley # Date 1402544688 18000 # Node ID fee58d039b72b93267ea57ff16340ca73514bec7 # Parent 76965793e8f47589ae64c15372f94e495c7567ba The readme, a text file, has an HTML close paragraph tag. (Sheer force of habit.) diff -r 76965793e8f4 -r fee58d039b72 README --- a/README Wed Jun 11 22:43:54 2014 -0500 +++ b/README Wed Jun 11 22:44:48 2014 -0500 @@ -69,7 +69,7 @@ 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).

+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