summaryrefslogtreecommitdiffstats
path: root/docs/htmldocs
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2000-10-12 19:23:52 +0000
committerHerb Lewis <herb@samba.org>2000-10-12 19:23:52 +0000
commit44afbc3829e0c8f37318b7befb3502d5742242d6 (patch)
tree8247f7f1dbcf61afcbdcc05e0b6391720db684f4 /docs/htmldocs
parent3f5c6b837e95318769ce11133b341d6c9ba6d2c4 (diff)
downloadsamba-44afbc3829e0c8f37318b7befb3502d5742242d6.tar.gz
samba-44afbc3829e0c8f37318b7befb3502d5742242d6.tar.xz
samba-44afbc3829e0c8f37318b7befb3502d5742242d6.zip
update man page for program changes
Diffstat (limited to 'docs/htmldocs')
-rw-r--r--docs/htmldocs/smbcontrol.1.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/htmldocs/smbcontrol.1.html b/docs/htmldocs/smbcontrol.1.html
index 90dfa1d9aae..4ce05714c65 100644
--- a/docs/htmldocs/smbcontrol.1.html
+++ b/docs/htmldocs/smbcontrol.1.html
@@ -30,8 +30,9 @@
<h2>DESCRIPTION</h2>
<p><br>This program is part of the <strong>Samba</strong> suite.
-<p><br><strong>smbcontrol</strong> is a very small program, which sends messages to a <a href="smbd.8.html"><strong>smbd</strong></a>
-or a <a href="nmbd.8.html"><strong>nmbd</strong></a> daemon running on the system.
+<p><br><strong>smbcontrol</strong> is a very small program, which sends messages to an
+<a href="smbd.8.html"><strong>smbd</strong></a> or an <a href="nmbd.8.html"><strong>nmbd</strong></a> daemon
+running on the system.
<p><br><a name="OPTIONS"></a>
<h2>OPTIONS</h2>
@@ -39,7 +40,7 @@ or a <a href="nmbd.8.html"><strong>nmbd</strong></a> daemon running on the syste
<p><br><a name="minusi"></a>
<li><strong><strong>-i</strong></strong> Run interactively. Individual commands of the form
<a href="smbcontrol.1.html#destination">destination</a> <a href="smbcontrol.1.html#messagetype">message-type</a> <a href="smbcontrol.1.html#parameters">parameters</a>
-can be entered on STDIN. An empty command line will quit the program.
+can be entered on STDIN. An empty command line or a "q" will quit the program.
<p><br><a name="destination"></a>
<li><strong><strong>destination</strong></strong> is one of "nmbd", "smbd" or a process ID.
<p><br>The <strong>smbd</strong> destination causes the message to be "broadcast" to all
@@ -64,11 +65,10 @@ settings based on the parameter. The parameter can be "on" to turn on
profile stats collection, "off" to turn off profile stats collection, "count"
to enable only collection of count stats (time stats are disabled), and
"flush" to zero the current profile stats.
-This can only be sent to a process ID.
-<p><br>The <strong>debuglevel</strong> message-type sends a "request debug level" message
-to the specified PID.
+This can be sent to any of the destinations.
+<p><br>The <strong>debuglevel</strong> message-type sends a "request debug level" message.
The current debug level setting is returned by a
-"debuglevel" message. This can only be sent to a process ID.
+"debuglevel" message. This can be sent to any of the destinations.
<p><br><a name="parameters"></a>
<li><strong><strong>parameters</strong></strong> is any parameters required for the message-type
<p><br></ul>