diff options
author | Rob Landley <rob@landley.net> | 2017-10-22 11:52:32 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2017-10-22 11:52:32 -0500 |
commit | ba185f69851364be6882ff931193f4c5f274019f (patch) | |
tree | 5ff65e5b95c65b36e3bcdc960637b8bb6bbf9190 /www | |
parent | d4c890c1f7a50ee03be23282a93aceb4e4c50fcd (diff) | |
download | toybox-ba185f69851364be6882ff931193f4c5f274019f.tar.gz |
Add stat to index.
Diffstat (limited to 'www')
-rw-r--r-- | www/cleanup.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/cleanup.html b/www/cleanup.html index 9ca9719a..a41a75b7 100644 --- a/www/cleanup.html +++ b/www/cleanup.html @@ -11,6 +11,7 @@ <li><a href=#uuencode>uuencode</a></li> <li><a href=#uudecode>uudecode</a></li> <li><a href=#ifconfig>ifconfig</a></li> +<li><a href=#stat>stat</a></li> </ul> </ul> @@ -239,6 +240,7 @@ ifconfig_main() table logic to fold more if/else parts into the table</a></li> <p>Status: in progress.</p> +<a name=stat> <h1><a href=/hg/toybox/log/917/toys/pending/stat.c>stat</a></h1> <p>A lot of the stat cleanup was done by Felix Janda.</p> |