summaryrefslogtreecommitdiffstats
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
commit6a10accbcaa130b51381d43cb10c55e86ba2a320 (patch)
treebe7b789d56164c3a714b092862facfec15c2d33a
parent3f0a9ef2b8c626cfa2878394bb7b642342342bf3 (diff)
downloadsamba-6a10accbcaa130b51381d43cb10c55e86ba2a320.tar.gz
samba-6a10accbcaa130b51381d43cb10c55e86ba2a320.tar.xz
samba-6a10accbcaa130b51381d43cb10c55e86ba2a320.zip
Added close-share message.
Jeremy.
-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 d2e3d39478f..7904634ab2d 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>