diff --git a/doc/config.html b/doc/config.html
index 8fcd755a..36e7159e 100755
--- a/doc/config.html
+++ b/doc/config.html
@@ -321,7 +321,17 @@ in the [global <top group>] setting, which by itsel ov
in the [global] section. This way one can define settings for all top level
groups (such as the SMTP host) in the [global] section, and define different
password files and administrators in the individual top level group sections.
-
+
+
+If top groups are used, the root of the elogd server is not accessible any more. Presume that
+elogd is accessible normally under http://your.host:8080/, this URL becomes
+invalid for top groups, to avoid the case that one group can "see" the logbooks of the other
+groups. Instead, one has to append the top group name to the URL, such as
+http://your.host:8080/engineering or
+http://your.host:8080/administration. If someone does not know the
+top group name, one cannot see the list of logbooks there, so the groups become completely
+independent of each other.
+
ID display = <string>
@@ -1140,8 +1150,8 @@ Options Location = Main Building{a}, New Building{b}, Old Building{c}
-It is possible to specify an OR of several conditions like in the case {b,c}. This is -also possible over several conditions, like {1,a} would mean +It is possible to specify an OR of several conditions like in the case {b,c}. This is +also possible over several conditions, like {1,a} would mean "The PC has Linux or is in the Main Building". To specify a AND between conditions, a "&" is used. The condition