Browse Source

Add stat to index.

Rob Landley 8 years ago
parent
commit
ba185f6985
1 changed files with 2 additions and 0 deletions
  1. 2 0
      www/cleanup.html

+ 2 - 0
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>