aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2014-06-11 22:44:48 -0500
committerRob Landley <rob@landley.net>2014-06-11 22:44:48 -0500
commit52dea1258516773784504cda3681483d0e6c68b7 (patch)
treed20529b4e7e59a5c8718c87764cc35b9f183a361 /README
parent0cf6a2dbcd58511a775c031112e25ecf3b5b5b5b (diff)
downloadtoybox-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--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index a54e54d9..e808ba98 100644
--- a/README
+++ b/README
@@ -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