Updated the manual for some recent changes, esp. the fact that Memcheck is no
longer the default.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2216 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/docs/manual.html b/docs/manual.html
index 870dc37..626fcd7 100644
--- a/docs/manual.html
+++ b/docs/manual.html
@@ -26,7 +26,7 @@
<a name="title"> </a>
<h1 align=center>Valgrind, version 2.1.0</h1>
-<center>This manual was last updated on 14 December 2003</center>
+<center>This manual was last updated on 21 January 2004</center>
<p>
<center>
@@ -52,13 +52,9 @@
An overview of Valgrind</a><br>
1.2 <a href="coregrind_intro.html#intro-navigation">
How to navigate this manual</a>
- <br>
- 1.2.1 <a href="coregrind_intro.html#intro-migrating">
- For users migrating from valgrind-1.0.X</a>
<h4>2 <a href="coregrind_core.html#core">
- Using and understanding the Valgrind core services
- </a></h4>
+ Using and understanding the Valgrind core</a></h4>
2.1 <a href="coregrind_core.html#core-whatdoes">
What it does with your program</a><br>
2.2 <a href="coregrind_core.html#started">
@@ -87,6 +83,8 @@
How it works -- a rough overview</a><br>
2.14 <a href="coregrind_core.html#example">
An example run</a><br>
+ 2.15 <a href="coregrind_core.html#warnings">
+ Warning messages you might see</a><br>
<h4>3 <a href="mc_main.html#mc-top">
Memcheck: a heavyweight memory checker</a></h4>
@@ -110,7 +108,7 @@
<p>
The following are not part of the user manual. They describe internal
-details of how Valgrind works. Reading them may rot your mind. You
+details of how Valgrind works. Reading them may rot your brain. You
have been warned.
<h4>8 <a href="mc_techdocs.html#mc-techdocs">