trying to get HEAD building again. If you want the code
[Samba.git] / docs / docbook / manpages / smbtree.1.xml
blob05f0256b870c86faec8b39d34553fc0715b0ce6d
1 <?xml version="1.0" encoding="iso8859-1"?>
2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3                   "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
5 <!ENTITY % globalentities SYSTEM './../global.ent'> %globalentities;
6 ]>
7 <refentry id="smbtree.1">
9 <refmeta>
10         <refentrytitle>smbtree</refentrytitle>
11         <manvolnum>1</manvolnum>
12 </refmeta>
15 <refnamediv>
16         <refname>smbtree</refname>
17         <refpurpose>A text based smb network browser
18         </refpurpose>
19 </refnamediv>
21 <refsynopsisdiv>
22         <cmdsynopsis>
23                 <command>smbtree</command>
24                 <arg choice="opt">-b</arg>
25                 <arg choice="opt">-D</arg>
26                 <arg choice="opt">-S</arg>
27         </cmdsynopsis>
28 </refsynopsisdiv>
30 <refsect1>
31         <title>DESCRIPTION</title>
33         <para>This tool is part of the <citerefentry><refentrytitle>Samba</refentrytitle>
34         <manvolnum>7</manvolnum></citerefentry> suite.</para>
36         <para><command>smbtree</command> is a smb browser program 
37         in text mode. It is similar to the "Network Neighborhood" found 
38         on Windows computers. It prints a tree with all 
39         the known domains, the servers in those domains and 
40         the shares on the servers.
41         </para>
42 </refsect1>
45 <refsect1>
46         <title>OPTIONS</title>
48         <variablelist>
49                 <varlistentry>
50                 <term>-b</term>
51                 <listitem><para>Query network nodes by sending requests 
52                 as broadcasts instead of querying the (domain) master browser.
53                 </para></listitem>
54                 </varlistentry>
56                 <varlistentry>
57                 <term>-D</term>
58                 <listitem><para>Only print a list of all 
59                 the domains known on broadcast or by the 
60                 master browser</para></listitem>
61                 </varlistentry>
63                 <varlistentry>
64                 <term>-S</term>
65                 <listitem><para>Only print a list of 
66                 all the domains and servers responding on broadcast or 
67                 known by the master browser. 
68                 </para></listitem>
69                 </varlistentry>
71                 &popt.common.samba;
72                 &popt.common.credentials;
73                 &stdarg.help;
74                 
75         </variablelist>
76 </refsect1>
78 <refsect1>
79         <title>VERSION</title>
81         <para>This man page is correct for version 3.0 of the Samba 
82         suite.</para>
83 </refsect1>
85 <refsect1>
86         <title>AUTHOR</title>
87         
88         <para>The original Samba software and related utilities 
89         were created by Andrew Tridgell. Samba is now developed
90         by the Samba Team as an Open Source project similar 
91         to the way the Linux kernel is developed.</para>
92         
93         <para>The smbtree man page was written by Jelmer Vernooij. </para>
94 </refsect1>
96 </refentry>