|
From: Nicholas N. <nj...@ca...> - 2004-02-11 14:51:56
|
CVS commit by nethercote: Removing now-unnecessary <center> tags M +1 -1 overview.html 1.12 M +1 -1 tools.html 1.6 --- devel-home/valgrind/overview.html #1.11:1.12 @@ -127,5 +127,5 @@ <hr> -<center><h2>When to Use</h2></center> +<h2>When to Use</h2> When should you use Valgrind tools? It depends on your exact needs. --- devel-home/valgrind/tools.html #1.5:1.6 @@ -72,5 +72,5 @@ <p> <!--<hr> -<center><h2>Examples of Use</h2></center> +<h2>Examples of Use</h2> <h3>Memcheck</h3> |