Document that on reload of a plugin a new plugin configuration gets active

Change-Id: I292de021d8aa1ce7fc1fb95b55f7536d7dd41cd2
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
Edwin Kempin 2012-07-18 12:42:23 +02:00
parent 05d942c324
commit b778e21a66

View File

@ -13,8 +13,13 @@ SYNOPSIS
DESCRIPTION
-----------
Reload/Restart plugins. Whether a plugin is reloaded or restarted
is defined by the plugin's link:dev-plugins.html#reload_method[reload method].
Reload/Restart plugins.
Whether a plugin is reloaded or restarted is defined by the plugin's
link:dev-plugins.html#reload_method[reload method].
E.g. a plugin needs to be reloaded if its configuration is modified to
make the new configuration data become active.
ACCESS
------