diff options
author | Elliott Hughes <enh@google.com> | 2019-06-03 08:28:33 -0700 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2019-06-03 14:44:52 -0500 |
commit | fd894858261f494352b8af9ab16193ce971a564c (patch) | |
tree | 62aa6baa76cb3fe2de5a3d7eb9c12fc3d359d437 /www | |
parent | ae3e3ae4a00b3ed4d763aea498e7e5e0eb137f1e (diff) | |
download | toybox-fd894858261f494352b8af9ab16193ce971a564c.tar.gz |
news.html: fix HTML, and be accurate about where `tail -f` was tested.
Diffstat (limited to 'www')
-rwxr-xr-x | www/news.html | 6 |
1 files 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 |