diff --git a/man/manual.docbook b/man/manual.docbook
index fe6580655..35260fde4 100644
--- a/man/manual.docbook
+++ b/man/manual.docbook
@@ -147,7 +147,9 @@ Checking path/file2.cpp...
performance
- suggestions for making the code faster
+ Suggestions for making the code faster. These suggestions are
+ only based on common knowledge. It is not certain you'll get any
+ measurable difference in speed by fixing these messages.
@@ -155,7 +157,8 @@ Checking path/file2.cpp...
portability
- portability warnings. 64-bit portability. code might work different on different compilers. etc.
+ portability warnings. 64-bit portability. code might work
+ different on different compilers. etc.
@@ -163,16 +166,10 @@ Checking path/file2.cpp...
information
- Informational messages that might be interesting. Ignore
- these messages unless you really agree.
+ Informational messages about checking problems.
-
- 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.