diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-07-15 10:19:23 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-07-15 10:19:23 +0200 |
commit | b6340c77148a28682d347806860d4bd62be4f608 (patch) | |
tree | fc149c34c488cc1aed7cba7b6047e6b6b4eb3ce8 /doc/index.html | |
parent | ef9722ec87c8a7ddb2d499c1e7863475d8790a94 (diff) | |
download | rsyslog-b6340c77148a28682d347806860d4bd62be4f608.tar.gz rsyslog-b6340c77148a28682d347806860d4bd62be4f608.tar.bz2 rsyslog-b6340c77148a28682d347806860d4bd62be4f608.zip |
removed mentioning HUP as a way of restarting from the doc set
... part of the deprecation effort for v5
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/index.html b/doc/index.html index 349c8e57..b3b336a7 100644 --- a/doc/index.html +++ b/doc/index.html @@ -25,8 +25,7 @@ To do the really cool things, though, you need to learn a bit about its new features. The man pages offer a bare minimum of information (and are still quite long). Read the <a href="manual.html">html documentation</a> instead. -When you change the configuration, -remember to restart (or HUP) rsyslogd, because otherwise it won't use your -new settings (and you'll end up totally puzzled why this great config of yours -does not even work a bit...;)) +When you change the configuration, remember to restart rsyslogd, because otherwise +it will not use your new settings (and you'll end up totally puzzled why this great +config of yours does not even work a bit...;)) </body></html> |