summaryrefslogtreecommitdiffstats
path: root/man/avahi-daemon.8.xml.in
diff options
context:
space:
mode:
Diffstat (limited to 'man/avahi-daemon.8.xml.in')
-rw-r--r--man/avahi-daemon.8.xml.in23
1 files changed, 22 insertions, 1 deletions
diff --git a/man/avahi-daemon.8.xml.in b/man/avahi-daemon.8.xml.in
index 93002ec..ce8ab81 100644
--- a/man/avahi-daemon.8.xml.in
+++ b/man/avahi-daemon.8.xml.in
@@ -65,9 +65,29 @@
<option>
<p><opt>-D | --daemonize</opt></p>
- <optdesc><p>Daemonize after startup and redirect log messages to syslog.</p></optdesc>
+ <optdesc><p>Daemonize after startup. Implies <opt>--syslog</opt></p></optdesc>
</option>
+ <option>
+ <p><opt>-s | --syslog</opt></p>
+ <optdesc><p>Log to syslog instead of STDERR. Implied by <opt>--daemonize</opt></p></optdesc>
+ </option>
+
+ <option>
+ <p><opt>--debug</opt></p>
+ <optdesc><p>Increase verbosity to debug level</p></optdesc>
+ </option>
+
+ <option>
+ <p><opt>--no-rlimits</opt></p>
+ <optdesc><p>Don't enforce resource limits as specified in the configuration file. (See <manref section="2" name="setrlimit"/> for more information)</p></optdesc>
+ </option>
+
+ <option>
+ <p><opt>--no-drop-root</opt></p>
+ <optdesc><p>Don't drop root priviliges after startup and don't require daemon to be started as root. We recommend not to use this option.</p></optdesc>
+ </option>
+
<option>
<p><opt>-k | --kill</opt></p>
<optdesc><p>Kill an already running avahi-daemon. (equivalent to sending a SIGTERM)</p></optdesc>
@@ -100,6 +120,7 @@
<optdesc><p>Show version information </p></optdesc>
</option>
+
</options>