Fix 'Malformed table' Error

This commit is contained in:
Qian Linfeng 2016-04-14 11:06:09 +08:00
parent 475896c0ac
commit 49b40ededd
2 changed files with 3 additions and 3 deletions

View File

@ -444,7 +444,7 @@ List, load or unload plugins of emqttd broker.
+---------------------------+-------------------------+ +---------------------------+-------------------------+
| plugins load <Plugin> | Load Plugin | | plugins load <Plugin> | Load Plugin |
+---------------------------+-------------------------+ +---------------------------+-------------------------+
| plugins unload <Plugin> | Unload (Plugin) | | plugins unload <Plugin> | Unload (Plugin) |
+---------------------------+-------------------------+ +---------------------------+-------------------------+
plugins list plugins list
@ -746,7 +746,7 @@ listener parameters:
| current_clients | Count of current clients | | current_clients | Count of current clients |
+-----------------+--------------------------------------+ +-----------------+--------------------------------------+
| shutdown_count | Statistics of client shutdown reason | | shutdown_count | Statistics of client shutdown reason |
+-----------------+---------------------------------------+ +----------------+---------------------------------------+
.. _command_mnesia:: .. _command_mnesia::

View File

@ -547,7 +547,7 @@ The plugin could register callbacks for hooks. The hooks will be run by the brok
| message.acked | Run when a message(qos1/2) is acked | | message.acked | Run when a message(qos1/2) is acked |
+------------------------+---------------------------------------+ +------------------------+---------------------------------------+
| client.disconnected | Run when a client is disconnnected | | client.disconnected | Run when a client is disconnnected |
+----------------------- +---------------------------------------+ +------------------------+---------------------------------------+
emqttd_plugin_template.erl for example:: emqttd_plugin_template.erl for example::