diff options
author | Michael Adam <obnox@samba.org> | 2011-07-25 11:46:33 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-07-25 13:14:57 +0200 |
commit | 233ba37416551a0b64dcfeb5cd405aadede5418c (patch) | |
tree | 262c4cf339edab2651cc05d63f50326f35c98747 /docs-xml | |
parent | a8d0e4ddb8730dc176e0589674ec4eaea307119a (diff) | |
download | samba-233ba37416551a0b64dcfeb5cd405aadede5418c.tar.gz samba-233ba37416551a0b64dcfeb5cd405aadede5418c.tar.bz2 samba-233ba37416551a0b64dcfeb5cd405aadede5418c.zip |
s3:docs: document the smbclient "tid" command
Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Mon Jul 25 13:14:57 CEST 2011 on sn-devel-104
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/manpages-3/smbclient.1.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs-xml/manpages-3/smbclient.1.xml b/docs-xml/manpages-3/smbclient.1.xml index 730fc7a08d..337b0e43e5 100644 --- a/docs-xml/manpages-3/smbclient.1.xml +++ b/docs-xml/manpages-3/smbclient.1.xml @@ -1066,6 +1066,15 @@ </para></listitem> </varlistentry> + <varlistentry> + <term>tid <number></term> + <listitem><para>Changes the current tree id (tid) in the + protocol to a new arbitrary number. Without an argument, it + prints out the tid currently used. + Used for internal Samba testing purposes. + </para></listitem> + </varlistentry> + </variablelist> </refsect1> |