diff options
author | Michael Adam <obnox@samba.org> | 2011-07-25 11:42:00 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-07-25 12:04:30 +0200 |
commit | 5ecfcf6cb998f5670895f998c2c917afc86aacfd (patch) | |
tree | f3eaa842e6ac89d12ae4b5fbe3095526189ca8e8 /docs-xml/manpages-3 | |
parent | 9724fe303d5f9a3e37a881d025937285668e2dbe (diff) | |
download | samba-5ecfcf6cb998f5670895f998c2c917afc86aacfd.tar.gz samba-5ecfcf6cb998f5670895f998c2c917afc86aacfd.tar.bz2 samba-5ecfcf6cb998f5670895f998c2c917afc86aacfd.zip |
s3:docs: document the smbclient "tcon" command
Diffstat (limited to 'docs-xml/manpages-3')
-rw-r--r-- | docs-xml/manpages-3/smbclient.1.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs-xml/manpages-3/smbclient.1.xml b/docs-xml/manpages-3/smbclient.1.xml index a8f8055aa5..918f268b09 100644 --- a/docs-xml/manpages-3/smbclient.1.xml +++ b/docs-xml/manpages-3/smbclient.1.xml @@ -1051,6 +1051,14 @@ </para></listitem> </varlistentry> + <varlistentry> + <term>tcon <sharename></term> + <listitem><para>Establishes a new tree connect (connection to a share). + Replaces the current tree connect. Prints the new tid (tree id). + Used for internal Samba testing purposes. + </para></listitem> + </varlistentry> + </variablelist> </refsect1> |