diff options
| author | Lennart Poettering <lennart@poettering.net> | 2005-09-13 16:43:52 +0000 | 
|---|---|---|
| committer | Lennart Poettering <lennart@poettering.net> | 2005-09-13 16:43:52 +0000 | 
| commit | 29738ceee56fdbf68e9dd3d6a83256c3f7d75886 (patch) | |
| tree | 6db8dd083b1885eb0e536f788909932590f75095 | |
| parent | adfa1d85bce393fa549b72fa1dd650eb3c74f8d8 (diff) | |
add description of avahi-daemon.conf option "add-service-cookie=" to man page
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@576 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
| -rw-r--r-- | man/avahi-daemon.conf.5.xml.in | 11 | 
1 files changed, 11 insertions, 0 deletions
diff --git a/man/avahi-daemon.conf.5.xml.in b/man/avahi-daemon.conf.5.xml.in index 9d13ce5..89aa38e 100644 --- a/man/avahi-daemon.conf.5.xml.in +++ b/man/avahi-daemon.conf.5.xml.in @@ -92,6 +92,17 @@          D-BUS daemon.</p>        </option> +      <option> +        <p><opt>add-service-cookie=</opt> Takes a boolean value ("yes" +        or "no"). If set to "yes" an implicit TXT entry will be added +        to all locally registered services, containing a cookie value +        which is chosen randomly on daemon startup. This can be used +        to detect if two services on two different +        interfaces/protocols are actually identical. Defaults to +        "yes".</p> +      </option> + +  	</section>  	<section name="Section [publish]">  | 
