the news.html file checked in looks fine, but there's mojibake on the
website for contributors with non-ASCII names...

i did notice an error in the checked-in file that makes a paragraph
disappear on the web, though, plus the BSD/Mac claim is backwards from
reality. fixes attached. (but not for the mojibake because i don't
know where that's coming from.)

On Wed, May 29, 2019 at 8:39 PM Rob Landley <[email protected]> wrote:
>
> Sigh. I just noticed I didn't update the date from when I started writing the
> release notes a week ago:
>
>   http://landley.net/toybox/#21-05-2019
>
> But eh. It's out, anyway...
>
> Rob
> _______________________________________________
> Toybox mailing list
> [email protected]
> http://lists.landley.net/listinfo.cgi/toybox-landley.net
From c1072b36046830a6aac33c0d64f581aa171ddd1e Mon Sep 17 00:00:00 2001
From: Elliott Hughes <[email protected]>
Date: Mon, 3 Jun 2019 08:28:33 -0700
Subject: [PATCH] news.html: fix HTML, and be accurate about where `tail -f`
 was tested.

---
 www/news.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/www/news.html b/www/news.html
index f824468e..a47cec26 100755
--- a/www/news.html
+++ b/www/news.html
@@ -121,8 +121,8 @@ lib/args.c). Lots of commands got converted to use them.</p>
 the old environment variable when it wasn't inherited from exec(). This
 lets long-running loops reset environment variables without memory leaks.</p>
 
-<p>New xnotify() plumbing in lib/portability.c with Linux and BSD versions
-(which should also work on MacOS X).</p>
+<p>New xnotify() plumbing in lib/portability.c with Linux and Mac versions
+(which should also work on BSD).</p>
 
 <p>New xparsedate() and xvali_date() functions allow date, tar --mtime, and
 touch to understand the same date formats,
@@ -156,7 +156,7 @@ so <a href=https://github.com/github/choosealicense.com/pull/643#issuecomment-46
 
 <p>A new www/doc/mount.txt file describes how mount works under the covers.</p>
 
-<p.Rob consistently misspelled "canonical" and "millisecond", mountpoint
+<p>Rob consistently misspelled "canonical" and "millisecond", mountpoint
 has a synopsis now,
 Kevin van der Kamp fixed a typo in netstat's help text, and Elliott
 Hughes fixed typos everywhere and made the tense, capitalization, and
-- 
2.22.0.rc1.311.g5d7573a151-goog

_______________________________________________
Toybox mailing list
[email protected]
http://lists.landley.net/listinfo.cgi/toybox-landley.net

Reply via email to