changeset 230:5c03ba9e3924

Web page tweak.
author Rob Landley <rob@landley.net>
date Mon, 07 Jan 2008 20:28:26 -0600
parents 87390c3700c1
children 31dc682c18ad
files www/about.html
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 <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