diff --git a/man/manual.docbook b/man/manual.docbook
index f1ecfd90f..e98543259 100644
--- a/man/manual.docbook
+++ b/man/manual.docbook
@@ -5,7 +5,7 @@
Cppcheck 1.46
- 2010-12-03
+ 2010-12-09
@@ -150,14 +150,10 @@ Checking path/file2.cpp...
- The focus of Cppcheck development is to
- detect bugs, Cppcheck is not a
- style-checker.
-
- Cppcheck doesn't try to detect hotspots so fixing
- performance messages might have no measurable
- difference. Fixing performance messages doesn't make your code more
- readable.
+ The performance messages are based on 'common knowledge'. It is
+ not certain that fixing performance messages will make any measurable
+ difference in speed. Fixing performance messages generally doesn't make
+ your code more readable.