summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-11-29 22:37:58 +0000
committerJeremy Allison <jra@samba.org>2001-11-29 22:37:58 +0000
commitc94cd063b93208e1dc90ded48ee45182f88d2bca (patch)
treeb8016db2492c75ff71dd1fa0063a31944d1e8adf /docs
parentfac01bda8bb4f52b930496c362f55aca5b112240 (diff)
downloadsamba-c94cd063b93208e1dc90ded48ee45182f88d2bca.tar.gz
samba-c94cd063b93208e1dc90ded48ee45182f88d2bca.tar.bz2
samba-c94cd063b93208e1dc90ded48ee45182f88d2bca.zip
Added close-share message.
Jeremy. (This used to be commit 6a10accbcaa130b51381d43cb10c55e86ba2a320)
Diffstat (limited to 'docs')
-rw-r--r--docs/docbook/manpages/smbcontrol.1.sgml11
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/docbook/manpages/smbcontrol.1.sgml b/docs/docbook/manpages/smbcontrol.1.sgml
index d2e3d39478..7904634ab2 100644
--- a/docs/docbook/manpages/smbcontrol.1.sgml
+++ b/docs/docbook/manpages/smbcontrol.1.sgml
@@ -70,12 +70,21 @@
<varlistentry>
<term>message-type</term>
- <listitem><para>One of: <constant>debug</constant>,
+ <listitem><para>One of: <constand>close-share</constant>,
+ <constant>debug</constant>,
<constant>force-election</constant>, <constant>ping
</constant>, <constant>profile</constant>, <constant>
debuglevel</constant>, <constant>profilelevel</constant>,
or <constant>printer-notify</constant>.</para>
+ <para>The <constant>close-share</constant> message-type sends a
+ message to smbd which will then close the client connections to
+ the named share. Note that this doesn't affect client connections
+ to any other shares. This message-type takes an argument of the
+ share name for which client connections will be close, or the
+ "*" character which will close all currently open shares.
+ This message can only be sent to <constant>smbd</constant>.</para>
+
<para>The <constant>debug</constant> message-type allows
the debug level to be set to the value specified by the
parameter. This can be sent to any of the destinations.</para>