diff options
author | Rob Landley <rob@landley.net> | 2013-01-31 04:05:56 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2013-01-31 04:05:56 -0600 |
commit | c26ca6e71aaa70f0aedfabfa57e7c71d0d31fe92 (patch) | |
tree | 51fa6626d6fe5de9862b73a1f7e2431c1d649418 | |
parent | f5b50e96ef3065e189e07746870a38251f33cdc6 (diff) | |
download | toybox-c26ca6e71aaa70f0aedfabfa57e7c71d0d31fe92.tar.gz |
Wrong closing tag in roadmap.html.
-rwxr-xr-x | www/roadmap.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/roadmap.html b/www/roadmap.html index d478b283..30d4dd4f 100755 --- a/www/roadmap.html +++ b/www/roadmap.html @@ -284,7 +284,7 @@ netstat newfs_msdos notify printenv ps r reboot renice rm rmdir rmmod route schedtop sendevent setconsole setprop sleep smd start stop sync top touch umount uptime vmstat watchprops wipe </span> -<b></blockquote> +</b></blockquote> <p>The following Toolbox commands are already covered in previous sections of this analysis:</p> |