OSDN Git Service

Web page tweak.
authorRob Landley <rob@landley.net>
Tue, 8 Jan 2008 02:28:26 +0000 (20:28 -0600)
committerRob Landley <rob@landley.net>
Tue, 8 Jan 2008 02:28:26 +0000 (20:28 -0600)
www/about.html

index 5c0363e..a394379 100755 (executable)
@@ -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