From b881d65f485b6ff7d883a87a980bf2c9a5cce4bb Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 2 Sep 2006 13:48:59 +0000 Subject: lots of documentation cleanups and fixes git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1309 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- man/avahi-daemon.8.xml.in | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (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 b4ad07d..e9732d6 100644 --- a/man/avahi-daemon.8.xml.in +++ b/man/avahi-daemon.8.xml.in @@ -42,8 +42,8 @@ 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.

+ there is the D-Bus interface which provides a rich object + oriented interface to D-Bus enabled applications.

Upon startup avahi-daemon interprets its configuration file @pkgsysconfdir@/avahi-daemon.conf and reads XML @@ -63,17 +63,17 @@

-D | --daemonize

-

Daemonize after startup. Implies --syslog

+

Daemonize after startup. Implies --syslog.

@@ -144,15 +144,15 @@
-

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

+

SIGINT, SIGTERM, SIGQUIT: 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@/.

+ service definitions from @servicedir@/. (Same as --reload)

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

-

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

The Avahi Developers <@PACKAGE_BUGREPORT@>; Avahi is available from

-- cgit