diff options
author | Rob Landley <rob@landley.net> | 2008-01-07 20:28:26 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2008-01-07 20:28:26 -0600 |
commit | bd9155198f000037ec5b9d1e4ef26eae80bbb202 (patch) | |
tree | 668deab233b56b0892718f0c675a011cbac3628b /www | |
parent | daa7fe6c32a6d6b1b8f0c1754acb0ab6bdbe9186 (diff) | |
download | toybox-bd9155198f000037ec5b9d1e4ef26eae80bbb202.tar.gz |
Web page tweak.
Diffstat (limited to 'www')
-rwxr-xr-x | www/about.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www/about.html b/www/about.html index 5c0363e6..a3943795 100755 --- a/www/about.html +++ b/www/about.html @@ -37,6 +37,13 @@ functionality: bzcat/bunzip2, help, mke2fs, sh/toysh, mdev.</p> <p>The following are partially implemented commands that don't actually do anything yet: mke2fs.</p> +<p>Several toybox commands can do things other vesions can't. For example:</p> + +<p>The toybox "df" isn't confused by initramfs the way other df implementations +are. If initramfs is visible, df shows it like any other mount point.</p> + +<p>The toybox "touch" command has a -l option to set the length of a file. +This can truncate a file, or create completely sparse files.</p> <b><h3>Command Shell</h3></b> <p>The Toybox Shell (toysh) aims to be a reasonable bash replacement. It |