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-daemon.8.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/avahi-daemon.8.xml.in') 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)

-- cgit