diff --git a/doc/icecast2_config_file.html b/doc/icecast2_config_file.html
index a3dee6c8..0f2c6b0b 100644
--- a/doc/icecast2_config_file.html
+++ b/doc/icecast2_config_file.html
@@ -36,8 +36,8 @@ Please note that, especially for new Icecast users, editing the config file can
Should you need to customize the configuration, then make a backup of your working config file, before you make any changes. If Icecast refuses to start it is in most cases due to a malformed config file. In such a case running the following command should point out most XML syntax problems.
xmllint icecast.xml
-A known limitation of Icecast 2.4.0 is that it will segfault on empty XML tags, so please don't use them (e.g. <webroot></webroot>).
-Also check the Icecast error.log for additional hints.
+A known limitation of Icecast 2.4.0 is that it will segfault on empty XML tags, so please don't use them (e.g. <webroot></webroot>).
+Also check the Icecast error.log for additional hints in case of all problems!
@@ -62,7 +62,7 @@ Also check the Icecast error.log for additional hints.
clients
-Total number of concurrent clients supported by the server. Listeners are considered clients, but so are accesses to any static content (i.e. fileserved content) and also any requests to gather stats. These are max *concurrent* connections for the entire server (not per mountpoint).
+Total number of concurrent clients supported by the server. Listeners are considered clients, but so are accesses to any static content (i.e. fileserved content) and also any requests to gather stats. These are max concurrent connections for the entire server (not per mountpoint).
sources