summaryrefslogtreecommitdiffstats
path: root/man/avahi-daemon.8.xml.in
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-11-18 03:58:05 +0100
committerLennart Poettering <lennart@poettering.net>2010-11-18 04:00:26 +0100
commit78f848c7c76c91a3c203c3289382bc2972803d3d (patch)
tree000cd0d8b9ae7bb91bfaabc156e79015a7e3d691 /man/avahi-daemon.8.xml.in
parente5f8b9380b9cb893dbb3449c7b1635e256752591 (diff)
daemon: we better stay away from SIGQUIT since it is supposed to cause a core dump
Diffstat (limited to 'man/avahi-daemon.8.xml.in')
-rw-r--r--man/avahi-daemon.8.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/avahi-daemon.8.xml.in b/man/avahi-daemon.8.xml.in
index e93fc73..0c2990d 100644
--- a/man/avahi-daemon.8.xml.in
+++ b/man/avahi-daemon.8.xml.in
@@ -142,7 +142,7 @@
</section>
<section name="Signals">
- <p><arg>SIGINT, SIGTERM, SIGQUIT</arg>: avahi-daemon will shutdown. (Same as <opt>--kill</opt>).</p>
+ <p><arg>SIGINT, SIGTERM</arg>: avahi-daemon will shutdown. (Same as <opt>--kill</opt>).</p>
<p><arg>SIGHUP</arg>: avahi-daemon will reload unicast DNS
server data from <file>/etc/resolv.conf</file> and static
service definitions from <file>@servicedir@/</file>. (Same as <opt>--reload</opt>)</p>