Index: src/router/proftpd/doc/contrib/mod_ctrls_admin.html
===================================================================
--- src/router/proftpd/doc/contrib/mod_ctrls_admin.html	(revision 14672)
+++ src/router/proftpd/doc/contrib/mod_ctrls_admin.html	(revision 17876)
@@ -1,3 +1,3 @@
-<!-- $Id: mod_ctrls_admin.html,v 1.8 2010/01/06 23:30:24 castaglia Exp $ -->
+<!-- $Id: mod_ctrls_admin.html,v 1.10 2011/05/24 00:06:44 castaglia Exp $ -->
 <!-- $Source: /cvsroot/proftp/proftpd/doc/contrib/mod_ctrls_admin.html,v $ -->
 
@@ -16,6 +16,6 @@
 
 This module is contained in the <code>mod_ctrls_admin.c</code> file for
-ProFTPD 1.2.<i>x</i>/1.3.<i>x</i>, and is not compiled by default.
-Installation instructions are discussed <a href="#Installation">here</a>.
+ProFTPD /1.3.<i>x</i>, and is not compiled by default.  Installation
+instructions are discussed <a href="#Installation">here</a>.
 
 <p>
@@ -110,5 +110,5 @@
 <hr>
 <h2><a name="debug"><code>debug</code></a></h2>
-<strong>Syntax:</strong> ftpdctl debug <em>[level number]|memory|config</em><br>
+<strong>Syntax:</strong> ftpdctl debug <em>[level [number]]|memory|config</em><br>
 <strong>Purpose:</strong> Obtain debug information from the running daemon
 
@@ -119,7 +119,7 @@
 
 <p>
-First, this control action can increase the debug logging verbosity of the
-daemon on-the-fly, to obtain the needed output, and then to return the daemon
-to a more silent state of logging.
+First, this control action can increase or query the debug logging verbosity
+of the daemon on-the-fly, to obtain the needed output, and then to return the
+daemon to a more silent state of logging.
 
 <p>
@@ -134,4 +134,10 @@
 </pre>
 to return the daemon to its default debug output level.
+
+<p>
+Instead, to simply check the current debug logging verbosity, use:
+<pre>
+  ftpdctl debug level
+</pre>
 
 <p>
@@ -274,4 +280,13 @@
 </pre>
 will kick all sessions that belong to classes &quot;eval&quot; and &quot;intranet&quot;.
+
+<p>
+You can also use the <code>-n &lt;count&gt;</code> command-line option to
+specify the maximum number of clients to be kicked.  For example, perhaps
+you only want to kick off 10 clients from host &quot;luser.host.net&quot;
+rather than kicking all of them off.  To do this, use:
+<pre>
+  ftpdctl kick host -n 10 luser.host.net
+</pre>
 
 <p>
@@ -436,10 +451,10 @@
 <p>
 <hr>
-Last Updated: <i>$Date: 2010/01/06 23:30:24 $</i><br>
+Last Updated: <i>$Date: 2011/05/24 00:06:44 $</i><br>
 
 <br><hr>
 
 <font size=2><b><i>
-&copy; Copyright 2004-2010 ProFTPD Project<br>
+&copy; Copyright 2004-2011 The ProFTPD Project<br>
  All Rights Reserved<br>
 </i></b></font>
