diff options
author | Rob Landley <rob@landley.net> | 2007-09-01 16:27:31 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2007-09-01 16:27:31 -0500 |
commit | a76f82c7f64fa413737507992aaa466ce91c656c (patch) | |
tree | 320c81cc749440fa0c00ab6682cde1d9b6e366ec /www | |
parent | 7ecedea509f9a5484d122c3c430d84954cb7c811 (diff) | |
download | toybox-a76f82c7f64fa413737507992aaa466ce91c656c.tar.gz |
Minor tweak to web page.
Diffstat (limited to 'www')
-rw-r--r-- | www/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index 0edf0c82..a201bd8e 100644 --- a/www/index.html +++ b/www/index.html @@ -54,7 +54,9 @@ Single Unix Specification version 3</a>. This does not mean that Toybox is implementing every SUSv3 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.</p> +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.</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 |