diff options
author | Siri Hansen <[email protected]> | 2011-11-03 15:01:11 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2011-11-17 16:59:08 +0100 |
commit | ae1c361f797a104a35aef967cc694b457217f488 (patch) | |
tree | d071841ac831caaf5371c210aa00d8898251283e /lib/sasl/doc | |
parent | aef75ca63752f65299e95c12b67870f1debea7ff (diff) | |
download | otp-ae1c361f797a104a35aef967cc694b457217f488.tar.gz otp-ae1c361f797a104a35aef967cc694b457217f488.tar.bz2 otp-ae1c361f797a104a35aef967cc694b457217f488.zip |
Add documentation for upgrade from pre R15 to post R15 sasl
Diffstat (limited to 'lib/sasl/doc')
-rw-r--r-- | lib/sasl/doc/src/systools.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/sasl/doc/src/systools.xml b/lib/sasl/doc/src/systools.xml index 8c1c327d74..fa2fcbf534 100644 --- a/lib/sasl/doc/src/systools.xml +++ b/lib/sasl/doc/src/systools.xml @@ -111,6 +111,11 @@ low-level instruction to restart the emulator is appended to the relup scripts. This ensures that a complete reboot of the system is done when the system is upgraded or downgraded.</p> + <p>If an upgrade includes a change from an emulator earlier + than OTP R15 to OTP R15 or later, the warning + <c>pre_R15_emulator_upgrade</c> is issued. See <seealso + marker="doc/design_principles:appup_cookbook">Design + Principles</seealso> for more information about this.</p> <p>By default, errors and warnings are printed to tty and the function returns <c>ok</c> or <c>error</c>. If the option <c>silent</c> is provided, the function instead returns |