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