From 78f848c7c76c91a3c203c3289382bc2972803d3d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 18 Nov 2010 03:58:05 +0100 Subject: daemon: we better stay away from SIGQUIT since it is supposed to cause a core dump --- man/avahi-autoipd.8.xml.in | 2 +- man/avahi-daemon.8.xml.in | 2 +- man/avahi-dnsconfd.8.xml.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'man') diff --git a/man/avahi-autoipd.8.xml.in b/man/avahi-autoipd.8.xml.in index 477beb8..bdd9579 100644 --- a/man/avahi-autoipd.8.xml.in +++ b/man/avahi-autoipd.8.xml.in @@ -139,7 +139,7 @@
-

SIGINT, SIGTERM, SIGQUIT: avahi-autoipd will shutdown. (Same as --kill)

+

SIGINT, SIGTERM: avahi-autoipd will shutdown. (Same as --kill)

SIGHUP: avahi-autoipd will reannounce the acquired IP address. (Same as --refresh)

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 @@
-

SIGINT, SIGTERM, SIGQUIT: avahi-daemon will shutdown. (Same as --kill).

+

SIGINT, SIGTERM: avahi-daemon will shutdown. (Same as --kill).

SIGHUP: avahi-daemon will reload unicast DNS server data from /etc/resolv.conf and static service definitions from @servicedir@/. (Same as --reload)

diff --git a/man/avahi-dnsconfd.8.xml.in b/man/avahi-dnsconfd.8.xml.in index e01ab44..7b09cd4 100644 --- a/man/avahi-dnsconfd.8.xml.in +++ b/man/avahi-dnsconfd.8.xml.in @@ -84,7 +84,7 @@
-

SIGINT, SIGTERM, SIGQUIT: avahi-dnsconfd will shutdown. This is issued by passing --kill to avahi-daemon.

+

SIGINT, SIGTERM: avahi-dnsconfd will shutdown. This is issued by passing --kill to avahi-daemon.

SIGHUP: avahi-dnsconfd will refresh the DNS server data.

-- cgit