changeset 1356:fee58d039b72 draft

The readme, a text file, has an HTML close paragraph tag. (Sheer force of habit.)
author Rob Landley <rob@landley.net>
date Wed, 11 Jun 2014 22:44:48 -0500
parents 76965793e8f4
children e01ae62fcac5
files README
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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).</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