aboutsummaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2014-11-06 15:27:42 +0100
committerSiri Hansen <[email protected]>2014-11-06 15:27:42 +0100
commitf53a0875155ce989f57f90541962327a101991cb (patch)
tree08ee86b59abceb52b1731c8780006b75d6831ff4 /system
parenteeba41c3f9a56948d62de66065851f509ae02b43 (diff)
parenta4290bb363fb6f1c593886d4f10a5868d7c9d3b8 (diff)
downloadotp-f53a0875155ce989f57f90541962327a101991cb.tar.gz
otp-f53a0875155ce989f57f90541962327a101991cb.tar.bz2
otp-f53a0875155ce989f57f90541962327a101991cb.zip
Merge branch 'siri/sasl/delete_module/OTP-11540'
* siri/sasl/delete_module/OTP-11540: [sasl] Remove undocumented upgrade instruction
Diffstat (limited to 'system')
-rw-r--r--system/doc/design_principles/appup_cookbook.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/doc/design_principles/appup_cookbook.xml b/system/doc/design_principles/appup_cookbook.xml
index 45f144e8b7..22c48db855 100644
--- a/system/doc/design_principles/appup_cookbook.xml
+++ b/system/doc/design_principles/appup_cookbook.xml
@@ -132,7 +132,7 @@ code_change(_Vsn, Chs, _Extra) ->
loaded.</p>
<p>Thus, <c>ch3</c> must be loaded before <c>m1</c> is, in
the upgrade case, and vice versa in the downgrade case. We say
- that <c>m1</c><em>is dependent on</em><c>ch3</c>. In a release
+ that <c>m1</c> <em>is dependent on</em> <c>ch3</c>. In a release
handling instruction, this is expressed by the element
<c>DepMods</c>:</p>
<code type="none">