]> git.meshlink.io Git - catta/blob - man/avahi-browse.1.xml.in
add man page for avahi-publish-service
[catta] / man / avahi-browse.1.xml.in
1 <?xml version="1.0"?><!--*-nxml-*-->
2 <!DOCTYPE manpage SYSTEM "xmltoman.dtd">
3 <?xml-stylesheet type="text/xsl" href="xmltoman.xsl" ?>
4
5 <!-- $Id$ -->
6
7 <!-- 
8   This file is part of avahi.
9  
10   avahi is free software; you can redistribute it and/or modify it
11   under the terms of the GNU Lesser General Public License as
12   published by the Free Software Foundation; either version 2.1 of the
13   License, or (at your option) any later version.
14  
15   avahi is distributed in the hope that it will be useful, but WITHOUT
16   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
17   or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General
18   Public License for more details.
19  
20   You should have received a copy of the GNU Lesser General Public
21   License along with avahi; if not, write to the Free Software
22   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
23   USA.
24 -->
25
26   <manpage name="avahi-browse" section="1" desc="Browse for mDNS/DNS-SD services using the Avahi daemon">
27
28         <synopsis>
29       <cmd>avahi-browse [<arg>options</arg>] <arg>service-type</arg></cmd>
30       <cmd>avahi-browse [<arg>options</arg>] <opt>-a</opt></cmd>
31       <cmd>avahi-browse <opt>-h</opt></cmd>
32         </synopsis>
33         
34     <description>
35       <p>Browse for mDNS/DNS-SD network services using the Avahi daemon.</p>
36       
37         </description>
38         
39         <options>
40
41       <p>Specify a DNS-SD service type (e.g. _http._tcp) to browse for
42       on the command line, or <opt>-a</opt> to browse for all
43       available service types.</p>
44           
45           <option>
46                 <p><opt>-a | --all</opt></p>
47                 <optdesc><p>Browse for all service types registered on the LAN, not just the one specified on the command line.</p></optdesc>
48           </option>
49
50           <option>
51                 <p><opt>-d | --domain=</opt> <arg>DOMAIN</arg></p>
52         <optdesc><p>Just browse in the specified domain. If omited
53         avahi-browse will browse in .local and all other browse
54         domains announced on the LAN.</p></optdesc>
55           </option>
56
57           <option>
58                 <p><opt>-h | --help</opt></p>
59                 <optdesc><p>Show help</p></optdesc>
60           </option>
61
62         </options>
63         
64         <section name="Authors">
65           <p>The avahi developers &lt;@PACKAGE_BUGREPORT@&gt;; avahi is
66           available from <url href="@PACKAGE_URL@"/></p>
67         </section>
68         
69         <section name="See also">
70           <p>
71         <manref name="avahi-publish-service" section="1"/>, <manref name="avahi-daemon" section="8"/>
72           </p>
73         </section>
74         
75         <section name="Comments">
76           <p>This man page was written using <manref name="xml2man" section="1"
77                   href="http://masqmail.cx/xml2man/"/> by Oliver Kurth.</p>
78         </section>
79         
80   </manpage>