add avahi.service man page
authorLennart Poettering <lennart@poettering.net>
Sun, 7 Aug 2005 20:44:37 +0000 (20:44 +0000)
committerLennart Poettering <lennart@poettering.net>
Sun, 7 Aug 2005 20:44:37 +0000 (20:44 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@264 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

man/Makefile.am
man/avahi-dnsconfd.8.xml.in
man/avahi.service.5.xml.in [new file with mode: 0644]

index f9d226a..d253ddb 100644 (file)
@@ -24,7 +24,8 @@ man_MANS = \
        avahi-daemon.8 \
        avahi-dnsconfd.8 \
        avahi-daemon.conf.5 \
-       avahi-dnsconfd.action.8
+       avahi-dnsconfd.action.8 \
+       avahi.service.5
 
 if HAVE_PYTHON
 
@@ -50,7 +51,8 @@ noinst_DATA = \
        avahi-bookmarks.1.xml \
        avahi-dnsconfd.8.xml \
        avahi-daemon.conf.5.xml \
-       avahi-dnsconfd.action.8.xml
+       avahi-dnsconfd.action.8.xml \
+       avahi.service.5.xml
 
 EXTRA_DIST = \
        $(man_MANS) \
@@ -65,6 +67,7 @@ EXTRA_DIST = \
        avahi-dnsconfd.8.xml.in \
        avahi-daemon.conf.5.xml.in \
        avahi-dnsconfd.action.8.xml.in \
+       avahi.service.5.xml.in \
        xmltoman.css \
        xmltoman.xsl \
        xmltoman.dtd
@@ -121,6 +124,12 @@ avahi-dnsconfd.action.8.xml: avahi-dnsconfd.action.8.xml.in Makefile
                -e 's,@PACKAGE_BUGREPORT\@,$(PACKAGE_BUGREPORT),g' \
         -e 's,@PACKAGE_URL\@,$(PACKAGE_URL),g' $< > $@
 
+avahi.service.5.xml: avahi.service.5.xml.in Makefile
+       sed     -e 's,@pkgsysconfdir\@,$(pkgsysconfdir),g' \
+               -e 's,@servicedir\@,$(servicedir),g' \
+               -e 's,@PACKAGE_BUGREPORT\@,$(PACKAGE_BUGREPORT),g' \
+        -e 's,@PACKAGE_URL\@,$(PACKAGE_URL),g' $< > $@
+
 
 if USE_XMLTOMAN
 
@@ -159,6 +168,10 @@ avahi-daemon.conf.5: avahi-daemon.conf.5.xml Makefile
 avahi-dnsconfd.action.8: avahi-dnsconfd.action.8.xml Makefile
        xmltoman $< > $@
 
+avahi.service.5: avahi.service.5.xml Makefile
+       xmltoman $< > $@
+
+
 xmllint: $(noinst_DATA)
        for f in $(noinst_DATA) ; do \
                        xmllint --noout --valid "$$f" || exit 1 ; \
index bd99f47..6532319 100644 (file)
@@ -31,7 +31,7 @@
       <cmd>avahi-dnsconfd <opt>--refresh</opt></cmd>
       <cmd>avahi-dnsconfd <opt>--check</opt></cmd>
       <cmd>avahi-dnsconfd <opt>--version</opt></cmd>
-      <cmd>avahi-dnsconfd<opt>--help</opt></cmd>
+      <cmd>avahi-dnsconfd <opt>--help</opt></cmd>
        </synopsis>
        
     <description>
diff --git a/man/avahi.service.5.xml.in b/man/avahi.service.5.xml.in
new file mode 100644 (file)
index 0000000..4814184
--- /dev/null
@@ -0,0 +1,114 @@
+<?xml version="1.0"?><!--*-nxml-*-->
+<!DOCTYPE manpage SYSTEM "xmltoman.dtd">
+<?xml-stylesheet type="text/xsl" href="xmltoman.xsl" ?>
+
+<!-- $Id$ -->
+
+<!-- 
+  This file is part of avahi.
+  avahi is free software; you can redistribute it and/or modify it
+  under the terms of the GNU Lesser General Public License as
+  published by the Free Software Foundation; either version 2.1 of the
+  License, or (at your option) any later version.
+  avahi is distributed in the hope that it will be useful, but WITHOUT
+  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+  or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General
+  Public License for more details.
+  You should have received a copy of the GNU Lesser General Public
+  License along with avahi; if not, write to the Free Software
+  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+  USA.
+-->
+
+  <manpage name="avahi.service" section="5" desc="avahi-daemon static service file">
+
+       <synopsis>
+      <cmd>@servicedir@/*.service</cmd>
+       </synopsis>
+       
+    <description> <p><file>@servicedir@/*.service</file> are XML
+      fragments containing static DNS-SD service data. Every service
+      file can contain multiple service definitions which share the
+      same name. This is useful for publishing service data for
+      services which implement multiple protocols. (i.e. a printer
+      implementing _ipp._tcp and _printer.tcp)</p> </description>
+       
+       <section name="XML Tags">
+      
+      <option>
+        <p><opt>&lt;service-group&gt;</opt> The document tag of avahi
+        service files. Should contain one <opt>&lt;name&gt;</opt> and one or more
+        <opt>&lt;service&gt;</opt> elements.</p>
+      </option>
+
+      <option>
+        <p><opt>&lt;name replace-wildcards="yes|no"/&gt;</opt> The
+        service name. If <opt>replace-wildcards</opt> is "yes", any
+        occurence of the string "%h" will be replaced by the local
+        host name. This can be used for service names like "Remote
+        Terminal on %h". If <opt>replace-wildcards</opt> is not
+        specified, defaults to "no".</p>
+      </option>
+
+      <option>
+        <p><opt>&lt;service&gt;</opt> Contains the service information
+        for exactly one service 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;txt-record&gt;</opt> elements.</p>
+      </option>
+
+
+      <option>
+        <p><opt>&lt;type&gt;</opt> Contains the DNS-SD service type for this service. i.e. "_http._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>
+      </option>
+
+      <option>
+        <p><opt>&lt;host-name&gt;</opt> The host name of the host that
+        provides this service. This should be a mDNS resolvable host
+        name. Please note that you need to specify a fully-qualified
+        domain name (FQDN) here, i.e. .local is not appended! The host
+        name needs not to be part of the domain specified in
+        <opt>&lt;domain-name&gt;</opt>.</p>
+      </option>
+
+      <option>
+        <p><opt>&lt;port&gt;</opt> The IP port number the service listens on.</p>
+      </option>
+
+      <option>
+        <p><opt>&lt;txt-record&gt;</opt> DNS-SD TXT record data.</p>
+      </option>
+
+
+       </section>
+
+       <section name="Authors">
+         <p>The avahi developers &lt;@PACKAGE_BUGREPORT@&gt;; avahi is
+         available from <url href="@PACKAGE_URL@"/></p>
+       </section>
+       
+       <section name="See also">
+         <p>
+        <manref name="avahi-daemon" section="8"/>
+         </p>
+       </section>
+       
+       <section name="Comments">
+         <p>This man page was written using <manref name="xml2man"
+         section="1" href="http://masqmail.cx/xml2man/"/> by Oliver
+         Kurth.</p>
+       </section>
+       
+  </manpage>