diff options
author | Rob Landley <rob@landley.net> | 2013-02-23 18:32:08 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2013-02-23 18:32:08 -0600 |
commit | 9a69a929eced859415a46175d891d547ddfbb3bd (patch) | |
tree | 01f41a910d62dacec0aef64ea202ea5213208307 /www/about.html | |
parent | 799515eabe6de341393efecf3756b3f80b18c9af (diff) | |
download | toybox-9a69a929eced859415a46175d891d547ddfbb3bd.tar.gz |
Accumulated web page changes. (Release announcement for previous release, roadmap updates, etc.)
Diffstat (limited to 'www/about.html')
-rwxr-xr-x | www/about.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/about.html b/www/about.html index 74eca0f2..7d98de4b 100755 --- a/www/about.html +++ b/www/about.html @@ -65,19 +65,19 @@ tinycc) can rebuild itself from source code.</p> <p>Most commands are implemented according to <a href=http://opengroup.org/onlinepubs/9699919799/idx/utilities.html>The -Single Unix Specification version 4</a> where applicable. This does not mean -that Toybox is implementing every SUSv3 utility: some such as SCCS and ed are +Single Unix Specification version 4</a> where applicable. This does not mean +that Toybox is implementing every SUSv4 utility: some such as SCCS and ed are obsolete, while others such as c99 are outside the scope of the project. Toybox also isn't implementing full internationalization support: it should be 8-bit clean and handle UTF-8, but otherwise we leave this to X11 and higher -layers. And some things (like $CDPATH support in "cd") await a good -explanation of why to bother with them. (The standard provides an important +layers. And some things (like $CDPATH support in "cd") await a good +explanation of why to bother with them. (The standard provides an important frame of reference, but is not infallable set of commandments to be blindly obeyed.)</p> <p>The other major sources of commands are the Linux man pages, and testing the behavior of existing commands (although not generally looking at their -source code), including the commands in Android's toolbox. SUSv4 does not +source code), including the commands in Android's toolbox. SUSv4 does not include many basic commands such as "mount", "init", and "mke2fs", which are kind of nice to have.</p> |