From f5f30ed5cad14cc2543fdd47645513abd3c694e9 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 7 Aug 2005 10:49:51 +0000 Subject: add man page for avahi-daemon git-svn-id: file:///home/lennart/svn/public/avahi/trunk@256 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- man/avahi-daemon.8.xml.in | 126 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 man/avahi-daemon.8.xml.in (limited to 'man/avahi-daemon.8.xml.in') diff --git a/man/avahi-daemon.8.xml.in b/man/avahi-daemon.8.xml.in new file mode 100644 index 0000000..3e461ac --- /dev/null +++ b/man/avahi-daemon.8.xml.in @@ -0,0 +1,126 @@ + + + + + + + + + + + + avahi-daemon [options] + avahi-daemon --kill + avahi-daemon --reload + avahi-daemon --check + avahi-daemon --version + avahi-daemon --help + + + +

The Avahi mDNS/DNS-SD daemon implementing Apple's ZeroConf + architecture (also known as "Rendezvous" or "Bonjour"). The daemon + registers local IP addresses and static services using + mDNS/DNS-SD and provides two IPC APIs for local programs to make + use of the mDNS record cache the avahi-daemon maintains. First + there is the so called "simple protocol" which is used + exclusively by avahi-dnsconfd (a daemon which configures unicast + DNS servers using server info published via mDNS) and nss-mdns + (a libc NSS plugin, providing name resolution via mDNS). Finally + there is the DBUS interface which provides a rich object + oriented interface to DBUS enabled applications.

+ +

Upon startup avahi-daemon interpretes its configuration file + @pkgsysconfdir@/avahi-daemon.conf and reads XML fragments from + @servicedir@/*.service which may define static DNS-SD + services.

+
+ + + + + + + + + + + + + + + + + + + + +
+ +

@pkgsysconfdir@/avahi-daemon.conf: the default configuration file for avahi-daemon.

+ +

@servicedir@/*.service: static service definitions.

+ +
+ +
+

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

+

SIGHUP: avahi-daemon will reload the static service definitions from @servicedir@/.

+

SIGUSR1: avahi-daemon will dump local and remote cached resource record data to syslog.

+
+ +
+

The avahi developers <@PACKAGE_BUGREPORT@>; avahi is + available from

+
+ +
+

+ , +

+
+ +
+

This man page was written using by Oliver Kurth.

+
+ +
-- cgit