# HG changeset patch # User Rob Landley # Date 1199759306 21600 # Node ID 5c03ba9e3924990d16ecb7cecf5f014e46785253 # Parent 87390c3700c1be7cf88b8157050b506e1f45de96 Web page tweak. diff -r 87390c3700c1 -r 5c03ba9e3924 www/about.html --- a/www/about.html Sun Jan 06 16:01:11 2008 -0600 +++ b/www/about.html Mon Jan 07 20:28:26 2008 -0600 @@ -37,6 +37,13 @@

The following are partially implemented commands that don't actually do anything yet: mke2fs.

+

Several toybox commands can do things other vesions can't. For example:

+ +

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.

+ +

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.

Command Shell

The Toybox Shell (toysh) aims to be a reasonable bash replacement. It