diff options
author | Rob Landley <rob@landley.net> | 2015-06-23 14:35:57 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2015-06-23 14:35:57 -0500 |
commit | 394094f34fbdc8de91a8acd95b6de09085480bf6 (patch) | |
tree | 97b5bfae59ff09197d7c9ee0d7d341f7f3db9df1 | |
parent | 9acbbafefafbbb7b13bb15c1619e351f9b67a23d (diff) | |
download | toybox-394094f34fbdc8de91a8acd95b6de09085480bf6.tar.gz toybox-394094f34fbdc8de91a8acd95b6de09085480bf6.tar.bz2 toybox-394094f34fbdc8de91a8acd95b6de09085480bf6.zip |
Fix version number in ifconfig cleanup reference.
-rw-r--r-- | www/cleanup.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cleanup.html b/www/cleanup.html index 5919994..9a9695a 100644 --- a/www/cleanup.html +++ b/www/cleanup.html @@ -139,7 +139,7 @@ cleanup. The final version is about 1/3 the size of the original.</p> <ul> <li>old total: <a href=/hg/toybox/file/841/toys/pending/ifconfig.c>1504 lines (44268 bytes) in 38 functions</a></li> -<li>new total: <a href=/hg/toybox/file/1113/toys/other/ifconfig.c>521 lines (15963 bytes) in 4 functions</a></li> +<li>new total: <a href=/hg/toybox/file/1133/toys/other/ifconfig.c>521 lines (15963 bytes) in 4 functions</a></li> </ul> <p>This was the first command I started cleaning up with the intent of |