diff options
author | Siri Hansen <[email protected]> | 2012-09-10 16:21:38 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2012-09-11 09:30:19 +0200 |
commit | 6f3205aed3acfb0a8426e87bfe52d6a36bceeb08 (patch) | |
tree | d9aba093424bc0cba5e92be708e7b048de104bff /lib/reltool/doc | |
parent | f60e85b22cb57ceecd0c82426c6c484102cf6bd2 (diff) | |
download | otp-6f3205aed3acfb0a8426e87bfe52d6a36bceeb08.tar.gz otp-6f3205aed3acfb0a8426e87bfe52d6a36bceeb08.tar.bz2 otp-6f3205aed3acfb0a8426e87bfe52d6a36bceeb08.zip |
[reltool] Allow incl_cond=derived on module level
According to documentation it should be allowed to set
incl_cond=include|exclude|derived, but if set to derived on module
level, reltool_server would crash. This has been corrected.
Diffstat (limited to 'lib/reltool/doc')
-rw-r--r-- | lib/reltool/doc/src/reltool.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/reltool/doc/src/reltool.xml b/lib/reltool/doc/src/reltool.xml index 2567a72999..d7d7e12566 100644 --- a/lib/reltool/doc/src/reltool.xml +++ b/lib/reltool/doc/src/reltool.xml @@ -446,7 +446,7 @@ <tag><c>incl_cond</c></tag> <item> <p>This parameter controls whether the module is included or not. By - default the <c>mod_incl</c> parameter on application and system level + default the <c>mod_cond</c> parameter on application and system level will be used to control whether the module is included or not. The value of <c>incl_cond</c> overrides the module inclusion policy. <c>include</c> implies that the module is included, while |