summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-10-26 02:03:11 +0000
committerLennart Poettering <lennart@poettering.net>2005-10-26 02:03:11 +0000
commit58dbdd3113ff75b7262ac2e7a8474550a2dacfd3 (patch)
tree417edea9a9ed886ceb77b78bda618387c3ff83a2 /man
parent182da3ab7be8f813a09f1807c1c76747eff02af6 (diff)
* add support for subtypes for static services
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@875 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'man')
-rw-r--r--man/avahi.service.5.xml.in14
1 files changed, 9 insertions, 5 deletions
diff --git a/man/avahi.service.5.xml.in b/man/avahi.service.5.xml.in
index 7580d63..168682d 100644
--- a/man/avahi.service.5.xml.in
+++ b/man/avahi.service.5.xml.in
@@ -59,12 +59,12 @@
type. Should contain one <opt>&lt;type&gt;</opt> and one
<opt>&lt;port&gt;</opt> element. Optionally it may contain one
<opt>&lt;domain-name&gt;</opt>, one
- <opt>&lt;host-name&gt;</opt> and multiple
+ <opt>&lt;host-name&gt;</opt>, any number of
+ <opt>&lt;subtype&gt;</opt> and any number of
<opt>&lt;txt-record&gt;</opt> elements. The attribute
- <opt>protocol</opt> specifies the protocol to
- advertise the service on. If <opt>any</opt> is used (which is
- the default), the service will be advertised on both IPv4 and
- IPv6.</p>
+ <opt>protocol</opt> specifies the protocol to advertise the
+ service on. If <opt>any</opt> is used (which is the default),
+ the service will be advertised on both IPv4 and IPv6.</p>
</option>
<option>
@@ -72,6 +72,10 @@
</option>
<option>
+ <p><opt>&lt;subtype&gt;</opt> Contains an additional DNS-SD service subtype for this service. e.g. "_anon._sub._ftp._tcp".</p>
+ </option>
+
+ <option>
<p><opt>&lt;domain-name&gt;</opt> The domain name this service
should be registered. If omited defaults to the default domain
of the avahi daemon. (probably .local)</p>