diff --git a/doc/speech-dispatcher.html b/doc/speech-dispatcher.html
index 6eef98f0..1afee360 100644
--- a/doc/speech-dispatcher.html
+++ b/doc/speech-dispatcher.html
@@ -1378,9 +1378,18 @@
2.6 Synthesis Output M
reading messages. For example if module1 can speak English and Czech while
module2 speaks only German, the idea is that if there is some message in
German, module2 is used, while module1 is used for the other languages.
-However the language is not the only criteria for the decision. The rules for
-selection of an output module can be influenced through the configuration file
-speech-dispatcher/speechd.conf.
+However the language is not the only criteria for the decision.
+
+The set of modules can be set in speech-dispatcher/speechd.conf, or left
+to be determined automatically. It can be refreshed by making Speech Dispatcher
+reload the configuration, with e.g.
+
+
+
killall -HUP speech-dispatcher
+
+
+The rules for selection of an output module can be influenced through the
+configuration file speech-dispatcher/speechd.conf.
diff --git a/doc/speech-dispatcher.texi b/doc/speech-dispatcher.texi
index b0579340..68182606 100644
--- a/doc/speech-dispatcher.texi
+++ b/doc/speech-dispatcher.texi
@@ -1095,9 +1095,18 @@ output modules provide good synchronization, you can combine them when
reading messages. For example if module1 can speak English and Czech while
module2 speaks only German, the idea is that if there is some message in
German, module2 is used, while module1 is used for the other languages.
-However the language is not the only criteria for the decision. The rules for
-selection of an output module can be influenced through the configuration file
-@file{speech-dispatcher/speechd.conf}.
+However the language is not the only criteria for the decision.
+
+The set of modules can be set in @file{speech-dispatcher/speechd.conf}, or left
+to be determined automatically. It can be refreshed by making Speech Dispatcher
+reload the configuration, with e.g.
+
+@example
+killall -HUP speech-dispatcher
+@end example
+
+The rules for selection of an output module can be influenced through the
+configuration file @file{speech-dispatcher/speechd.conf}.
@menu
* Provided Functionality:: Some synthesizers don't support the full set of SSIP features.