]> git.meshlink.io Git - catta/blob - man/avahi-browse.1.xml.in
Update man pages for new avahi-publish-* tools
[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>--all</opt></cmd>
31       <cmd>avahi-browse [<arg>options</arg>] <opt>--browse-domains</opt></cmd>
32       <cmd>avahi-browse-domains [<arg>options</arg>]</cmd>
33         </synopsis>
34         
35     <description>
36       <p>Browse for mDNS/DNS-SD network services and browsing domains using the Avahi daemon.</p>
37       
38         </description>
39         
40         <options>
41
42       <p>Specify a DNS-SD service type (e.g. _http._tcp) to browse for
43       on the command line, or <opt>-a</opt> to browse for all
44       available service types. Items that appear on the network are prefixed with "+", items that disappear are prefixed with "-".</p>
45           
46       <option>
47                 <p><opt>-a | --all</opt></p>
48                 <optdesc><p>Browse for all service types registered on the LAN, not just the one specified on the command line.</p></optdesc>
49           </option>
50
51       <option>
52         <p><opt>-D | --browse-domains</opt></p>
53         <optdesc><p>Browse for browsing domains instead for services. avahi-browse-domains is equivalent to avahi-browse --browse-domains</p></optdesc>
54       </option>
55
56           <option>
57                 <p><opt>-d | --domain=</opt> <arg>DOMAIN</arg></p>
58         <optdesc><p>Browse in the specified domain. If omitted
59         avahi-browse will browse in the default browsing domain
60         (usually .local)</p></optdesc>
61           </option>
62
63       <option>
64         <p><opt>-v | --verbose</opt></p>
65         <optdesc><p>Enable verbose mode.</p></optdesc>
66       </option>
67
68       <option>
69         <p><opt>-t | --terminate</opt></p>
70         <optdesc><p>Terminate after dumping a more or less complete list.</p></optdesc>
71       </option>
72
73       <option>
74         <p><opt>-c | --cache</opt></p>
75         <optdesc><p>Terminate after dumping all entries available in the cache.</p></optdesc>
76       </option>
77
78       <option>
79         <p><opt>-l | --ignore-local</opt></p>
80         <optdesc><p>Ignore local services, show only remote services.</p></optdesc>
81       </option>
82
83           <option>
84                 <p><opt>-r | --resolve</opt></p>
85                 <optdesc><p>Automatically resolve services found.</p></optdesc>
86           </option>
87
88           <option>
89                 <p><opt>-f | --no-fail</opt></p>
90                 <optdesc><p>Don't fail if the daemon is not found running. Instead, wait until it appears. If it disconnects, try to reconnect.</p></optdesc>
91           </option>
92
93           <option>
94                 <p><opt>-k | --no-db-lookup</opt></p>
95                 <optdesc><p>Don't lookup services types in service type database.</p></optdesc>
96           </option>
97
98           <option>
99                 <p><opt>-h | --help</opt></p>
100                 <optdesc><p>Show help.</p></optdesc>
101           </option>
102
103           <option>
104                 <p><opt>-V | --version</opt></p>
105                 <optdesc><p>Show version information.</p></optdesc>
106           </option>
107
108         </options>
109         
110         <section name="Authors">
111           <p>The avahi developers &lt;@PACKAGE_BUGREPORT@&gt;; avahi is
112           available from <url href="@PACKAGE_URL@"/></p>
113         </section>
114         
115         <section name="See also">
116           <p>
117         <manref name="avahi-publish" section="1"/>, <manref name="avahi-resolve" section="1"/>, <manref name="avahi-daemon" section="8"/>
118           </p>
119         </section>
120         
121         <section name="Comments">
122           <p>This man page was written using <manref name="xml2man" section="1"
123                   href="http://masqmail.cx/xml2man/"/> by Oliver Kurth.</p>
124         </section>
125         
126   </manpage>