doc fixes
authorjelmer <jelmer>
Sun, 7 Mar 2004 17:07:31 +0000 (19:07 +0200)
committerjelmer <jelmer>
Sun, 7 Mar 2004 17:07:31 +0000 (19:07 +0200)
doc/admin.mod.xml
doc/debug.mod.xml
doc/repl_limited.mod.xml

index d85bb1eb0d48fc30b10ed07f3c9eccfa2fc1987c..a66c02715cc40ef977a2b74e015e6a70bb09dd3a 100644 (file)
@@ -9,8 +9,6 @@
                <type>admin</type>
        </modulemeta>
 
-       <!--FIXME: JUMPSERVER et al not documented yet -->
-
        <description>
                <para>This module provides a simple interface for 
                remote administration of ControlProxy. Commands 
 
                        <listitem><para>Connect to the specifed network. Ctrlproxy will connect to the first known server for this network.</para></listitem></varlistentry>
 
+                       <varlistentry><term>DELNETWORK &lt;network&gt;</term>
+
+                       <listitem><para>Remove the specified network. The network may not be connected.</para></listitem></varlistentry>
+
                        <varlistentry><term>DIE</term>
 
                        <listitem><para>Disconnect all clients and servers and exit ctrlproxy.</para></listitem></varlistentry>
                        <listitem><para>Prints out a list of all networks 
                        ctrlproxy is connected to at the moment.</para></listitem></varlistentry>
 
+                       <varlistentry><term>NEXTSERVER</term>
+                               <listitem><para>Makes the specified network disconnect from the current server and go to the next one.</para></listitem>
+                       </varlistentry>
+
                        <varlistentry><term>LOADMODULE &lt;location&gt;</term>
                        <listitem><para>Load DSO module (aka 'plugin') from the specified location. </para></listitem></varlistentry>
 
index 29de48a251b74b0f8075e5b5a9d71b93b5b147ba..2b423aa8c780d365e2c69646ec1c9e1ba67a495e 100644 (file)
        <description>
                <!--FIXME-->
        </description>
+       
        <section>
                <title>Commands</title>
 
                <para>The following commands are supported:</para>
 
                <variablelist>
-                       <!--FIXME-->
+                       <varlistentry><term>DUMPJOINEDCHANNELS</term>
+                               <listitem><para>
+                                               Makes ctrlproxy print a list of the channels it 
+                                               thinks it has joined on the current network.
+                       </para></listitem></varlistentry>
+
+                       <varlistentry><term>CRASH</term>
+                               <listitem><para>
+                                               Makes the current plugin crash. This is useful 
+                                               for testing the auto-unload-on-crash functionality.
+                       </para></listitem></varlistentry>
+                               
                </variablelist>
        </section>
 
index 9c8c055f39b7cb241553a2f4a084857c96129ce6..48d5896a79e9b69e1b77b1027f0422d7eff63c65 100644 (file)
@@ -9,7 +9,8 @@
        </modulemeta>
 
        <description>
-               <!--FIXME-->
+               <para>Provides limited replication (only sends messsages and 
+                       notices and initial join, no changes).</para>
        </description>
 
 </ctrlproxy:module>