Fix samba-docs build after svn conversion and Samba3 By Example addition.
[Samba.git] / docs / manpages / smbtree.1.xml
blob05c843614f6eb1144fddcf7271fa00e36bc9927f
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
3                                   
4 <!ENTITY % globalentities SYSTEM '../entities/global.entities'> %globalentities;
5 ]>
6 <refentry id="smbtree.1">
8 <refmeta>
9         <refentrytitle>smbtree</refentrytitle>
10         <manvolnum>1</manvolnum>
11 </refmeta>
14 <refnamediv>
15         <refname>smbtree</refname>
16         <refpurpose>A text based smb network browser
17         </refpurpose>
18 </refnamediv>
20 <refsynopsisdiv>
21         <cmdsynopsis>
22                 <command>smbtree</command>
23                 <arg choice="opt">-b</arg>
24                 <arg choice="opt">-D</arg>
25                 <arg choice="opt">-S</arg>
26         </cmdsynopsis>
27 </refsynopsisdiv>
29 <refsect1>
30         <title>DESCRIPTION</title>
32         <para>This tool is part of the <citerefentry><refentrytitle>Samba</refentrytitle>
33         <manvolnum>7</manvolnum></citerefentry> suite.</para>
35         <para><command>smbtree</command> is a smb browser program 
36         in text mode. It is similar to the "Network Neighborhood" found 
37         on Windows computers. It prints a tree with all 
38         the known domains, the servers in those domains and 
39         the shares on the servers.
40         </para>
41 </refsect1>
44 <refsect1>
45         <title>OPTIONS</title>
47         <variablelist>
48                 <varlistentry>
49                 <term>-b</term>
50                 <listitem><para>Query network nodes by sending requests 
51                 as broadcasts instead of querying the local master browser.
52                 </para></listitem>
53                 </varlistentry>
55                 <varlistentry>
56                 <term>-D</term>
57                 <listitem><para>Only print a list of all 
58                 the domains known on broadcast or by the 
59                 master browser</para></listitem>
60                 </varlistentry>
62                 <varlistentry>
63                 <term>-S</term>
64                 <listitem><para>Only print a list of 
65                 all the domains and servers responding on broadcast or 
66                 known by the master browser. 
67                 </para></listitem>
68                 </varlistentry>
70                 &popt.common.samba;
71                 &popt.common.credentials;
72                 &stdarg.help;
73                 
74         </variablelist>
75 </refsect1>
77 <refsect1>
78         <title>VERSION</title>
80         <para>This man page is correct for version 3.0 of the Samba 
81         suite.</para>
82 </refsect1>
84 <refsect1>
85         <title>AUTHOR</title>
86         
87         <para>The original Samba software and related utilities 
88         were created by Andrew Tridgell. Samba is now developed
89         by the Samba Team as an Open Source project similar 
90         to the way the Linux kernel is developed.</para>
91         
92         <para>The smbtree man page was written by Jelmer Vernooij. </para>
93 </refsect1>
95 </refentry>