diff options
author | Rob Landley <rob@landley.net> | 2013-09-01 07:25:37 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2013-09-01 07:25:37 -0500 |
commit | c166faf9c14b377f7005d97abd4f0658b3bbc7ce (patch) | |
tree | e50a319c8c29e96dc524a252b084bb3aaaf556dc /www/roadmap.html | |
parent | 4b9c20351f5facff4b84c37757c335709af51133 (diff) | |
download | toybox-c166faf9c14b377f7005d97abd4f0658b3bbc7ce.tar.gz |
Update status and roadmap pages, and status page generator script.
Diffstat (limited to 'www/roadmap.html')
-rwxr-xr-x | www/roadmap.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/roadmap.html b/www/roadmap.html index 94df8301..203b8d21 100755 --- a/www/roadmap.html +++ b/www/roadmap.html @@ -399,7 +399,7 @@ tool</a>...</p> <p>So the list of things actually in klibc are:</p> <blockquote><b> -<span id=klibc_cmd /> +<span id=klibc_cmd> cat chroot dmesg false kill ln losetup ls mkdir mkfifo readlink rm switch_root sleep sync true uname @@ -463,7 +463,7 @@ it sucks in -lz from the host.)</p> implemented:</p> <blockquote><p> -<span id=sbase_cmd /> +<span id=sbase_cmd> basename cat chmod chown cksum cmp cp date dirname echo false fold grep head kill ln ls mc mkdir mkfifo mv nl nohup pwd rm seq sleep sort tail tee test touch true tty uname uniq wc yes @@ -473,7 +473,7 @@ touch true tty uname uniq wc yes <p>And has a TODO list:</p> <blockquote><p> -<span id=sbase_cmd /> +<span id=sbase_cmd> cal chgrp chvt comm cut df diff du env expand expr id md5sum nice paste printenv printf readlink rmdir seq sha1sum split sync test tr unexpand unlink who |