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