From: Lennart Poettering
Date: Sat, 2 Sep 2006 13:48:59 +0000 (+0000)
Subject: lots of documentation cleanups and fixes
X-Git-Url: https://git.meshlink.io/?a=commitdiff_plain;h=b881d65f485b6ff7d883a87a980bf2c9a5cce4bb;p=catta
lots of documentation cleanups and fixes
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1309 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
---
diff --git a/man/avahi-bookmarks.1.xml.in b/man/avahi-bookmarks.1.xml.in
index 25661f6..9bebd76 100644
--- a/man/avahi-bookmarks.1.xml.in
+++ b/man/avahi-bookmarks.1.xml.in
@@ -83,7 +83,7 @@
- The avahi developers <@PACKAGE_BUGREPORT@>; avahi is
+
The Avahi Developers <@PACKAGE_BUGREPORT@>; Avahi is
available from
diff --git a/man/avahi-browse.1.xml.in b/man/avahi-browse.1.xml.in
index 306152d..07b7557 100644
--- a/man/avahi-browse.1.xml.in
+++ b/man/avahi-browse.1.xml.in
@@ -108,7 +108,7 @@
- The avahi developers <@PACKAGE_BUGREPORT@>; avahi is
+
The Avahi Developers <@PACKAGE_BUGREPORT@>; Avahi is
available from
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 .
-s | --syslog
- Log to syslog instead of STDERR. Implied by --daemonize
+ Log to syslog instead of STDERR. Implied by --daemonize .
--debug
- Increase verbosity to debug level
+ Increase verbosity to debug level.
@@ -92,10 +92,10 @@
- --no-proctitle
+ --no-proc-title
Don't change the process name while
- running. Unless this option is specified avahi will reflect
- it's current state and selected host name in the process
+ running. Unless this option is specified avahi-daemon will reflect
+ it's current state and the selected host name in the process
title.
@@ -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
diff --git a/man/avahi-daemon.conf.5.xml.in b/man/avahi-daemon.conf.5.xml.in
index 7dff097..bfbd0e5 100644
--- a/man/avahi-daemon.conf.5.xml.in
+++ b/man/avahi-daemon.conf.5.xml.in
@@ -96,12 +96,12 @@
enable-dbus= Takes either "yes", "no" or
- "warn". If set to "yes" avahi-daemon connects to D-BUS,
+ "warn". If set to "yes" avahi-daemon connects to D-Bus,
offering an object oriented client API. It is only available
if Avahi has been compiled with --enable-dbus in
which case it defaults to "yes". "warn" behaves like "yes",
but the daemon starts up even when it fails to connect to a
- D-BUS daemon. In addition, if the connection to the D-BUS
+ D-Bus daemon. In addition, if the connection to the D-Bus
daemon is terminated we try to reconnect. (Unless we are in a
chroot() environment where this definitely will fail.)
@@ -281,13 +281,13 @@
- rlimit-nproc= Value for RLIMIT_NPROC (number of process of user). Since only a single avahi-daemon process is usually running you can set this safely to 1.
+ rlimit-nproc= Value for RLIMIT_NPROC (number of process of user). avahi-daemon forks of a helper process on systems where is available. Therefore this value should not be set below 2.
- The avahi developers <@PACKAGE_BUGREPORT@>; avahi is
+
The Avahi Developers <@PACKAGE_BUGREPORT@>; Avahi is
available from
diff --git a/man/avahi-discover.1.xml.in b/man/avahi-discover.1.xml.in
index 43574f6..5d4f878 100644
--- a/man/avahi-discover.1.xml.in
+++ b/man/avahi-discover.1.xml.in
@@ -43,7 +43,7 @@
- The avahi developers <@PACKAGE_BUGREPORT@>; avahi is
+
The Avahi Developers <@PACKAGE_BUGREPORT@>; Avahi is
available from
diff --git a/man/avahi-dnsconfd.8.xml.in b/man/avahi-dnsconfd.8.xml.in
index 14a9f4a..454afac 100644
--- a/man/avahi-dnsconfd.8.xml.in
+++ b/man/avahi-dnsconfd.8.xml.in
@@ -76,7 +76,7 @@
- @pkgsysconfdir@/dnsconfd.action : the script to run when a DNS server is found or removed.
+ @pkgsysconfdir@/avahi-dnsconfd.action : the script to run when a DNS server is found or removed.
@@ -86,7 +86,7 @@
- The avahi developers <@PACKAGE_BUGREPORT@>; avahi is
+
The Avahi Developers <@PACKAGE_BUGREPORT@>; Avahi is
available from
diff --git a/man/avahi-dnsconfd.action.8.xml.in b/man/avahi-dnsconfd.action.8.xml.in
index da8b265..6811422 100644
--- a/man/avahi-dnsconfd.action.8.xml.in
+++ b/man/avahi-dnsconfd.action.8.xml.in
@@ -74,7 +74,7 @@
- The avahi developers <@PACKAGE_BUGREPORT@>; avahi is
+
The Avahi Developers <@PACKAGE_BUGREPORT@>; Avahi is
available from
diff --git a/man/avahi-publish.1.xml.in b/man/avahi-publish.1.xml.in
index cab5828..c68f60d 100644
--- a/man/avahi-publish.1.xml.in
+++ b/man/avahi-publish.1.xml.in
@@ -104,7 +104,7 @@
- The avahi developers <@PACKAGE_BUGREPORT@>; avahi is
+
The Avahi Developers <@PACKAGE_BUGREPORT@>; Avahi is
available from
diff --git a/man/avahi-resolve.1.xml.in b/man/avahi-resolve.1.xml.in
index f3691b9..dbfccc0 100644
--- a/man/avahi-resolve.1.xml.in
+++ b/man/avahi-resolve.1.xml.in
@@ -87,7 +87,7 @@
- The avahi developers <@PACKAGE_BUGREPORT@>; avahi is
+
The Avahi Developers <@PACKAGE_BUGREPORT@>; Avahi is
available from
diff --git a/man/avahi-set-host-name.1.xml.in b/man/avahi-set-host-name.1.xml.in
index b2eb7f4..983b81c 100644
--- a/man/avahi-set-host-name.1.xml.in
+++ b/man/avahi-set-host-name.1.xml.in
@@ -57,7 +57,7 @@
- The avahi developers <@PACKAGE_BUGREPORT@>; avahi is
+
The Avahi Developers <@PACKAGE_BUGREPORT@>; Avahi is
available from
diff --git a/man/avahi.hosts.5.xml.in b/man/avahi.hosts.5.xml.in
index 5fe2271..5a92547 100644
--- a/man/avahi.hosts.5.xml.in
+++ b/man/avahi.hosts.5.xml.in
@@ -43,7 +43,7 @@
- The avahi developers <@PACKAGE_BUGREPORT@>; avahi is
+
The Avahi Developers <@PACKAGE_BUGREPORT@>; Avahi is
available from
diff --git a/man/avahi.service.5.xml.in b/man/avahi.service.5.xml.in
index 2514f33..aeaeb05 100644
--- a/man/avahi.service.5.xml.in
+++ b/man/avahi.service.5.xml.in
@@ -105,7 +105,7 @@
- The avahi developers <@PACKAGE_BUGREPORT@>; avahi is
+
The Avahi Developers <@PACKAGE_BUGREPORT@>; Avahi is
available from