Add stat to index.

This commit is contained in:
Rob Landley 2017-10-22 11:52:32 -05:00
parent d4c890c1f7
commit ba185f6985

View File

@ -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>