diff --git a/docs/commandref.html b/docs/commandref.html
index 1d0e89d4a..5c282af5a 100644
--- a/docs/commandref.html
+++ b/docs/commandref.html
@@ -1739,7 +1739,12 @@ A line ending with \ will be concatenated with the next one, so long lines
given device to appear in the global logfile (FHZ/FS20/FHT). E.g. to
set the FHT time, you should schedule "set FHZ time" every minute, but
this in turn makes your logfile unreadable. These messages will not be
- generated if the FHZ attribute loglevel is set to 6.
+ generated if the FHZ attribute loglevel is set to 6.
+ On the other hand, if you have to debug a given device, setting its
+ loglevel to a smaller value than the value of the global verbose attribute,
+ it will output its messages normally seen only with higher global verbose
+ levels.
+