diff options
| author | Lennart Poettering <lennart@poettering.net> | 2010-06-25 23:42:26 +0200 | 
|---|---|---|
| committer | Lennart Poettering <lennart@poettering.net> | 2010-06-25 23:42:29 +0200 | 
| commit | e8ff04008dded22c9d9744b1bc294b6929ec23c0 (patch) | |
| tree | 34fbfc8af3dee813430e3d5da45cb1a392e276c8 | |
| parent | 72223abd8a3b53f539e020b354bdfbbfc579473d (diff) | |
man: clarify avahi-daemon.conf.5
As requested in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=549445
| -rw-r--r-- | man/avahi-daemon.conf.5.xml.in | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/man/avahi-daemon.conf.5.xml.in b/man/avahi-daemon.conf.5.xml.in index 3c8153e..62f3a9d 100644 --- a/man/avahi-daemon.conf.5.xml.in +++ b/man/avahi-daemon.conf.5.xml.in @@ -72,8 +72,8 @@      <option>        <p><opt>allow-interfaces=</opt> Set a comma separated list of        allowed network interfaces that should be used by the -      avahi-daemon.  Other interfaces will be ignored. If set to the -      empty list all local interfaces except loopback and +      avahi-daemon. Traffic on other interfaces will be ignored. If +      set to an empty list all local interfaces except loopback and        point-to-point will be used.</p>      </option> @@ -81,8 +81,8 @@        <p><opt>deny-interfaces=</opt> Set a comma separated list of        network interfaces that should be ignored by avahi-daemon.        Other not specified interfaces will be used, unless -      <opt>allow-interfaces</opt> is set. This option takes -      precedence over <opt>deny-interfaces</opt>.</p> +      <opt>allow-interfaces=</opt> is set. This option takes +      precedence over <opt>allow-interfaces=</opt>.</p>      </option>      <option>  | 
