diff options
author | Siri Hansen <[email protected]> | 2017-04-24 16:46:13 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2017-04-24 16:46:13 +0200 |
commit | 5a36e050b0b0615d0af841fecd4a7fabe7e40716 (patch) | |
tree | 6ebe2c463654dce3440e8e8c385ec818d64fef67 | |
parent | 658bbc5604e07dbc6a893ce3d24f4d3f68d0a5c9 (diff) | |
parent | d175a0741126e53f6caa1f3e2be32ea1864c433e (diff) | |
download | otp-5a36e050b0b0615d0af841fecd4a7fabe7e40716.tar.gz otp-5a36e050b0b0615d0af841fecd4a7fabe7e40716.tar.bz2 otp-5a36e050b0b0615d0af841fecd4a7fabe7e40716.zip |
Merge branch 'siri/sysdoc/design_princ/fix-xmllint-error'
* siri/sysdoc/design_princ/fix-xmllint-error:
Fix xmllint warning in Design Principles/Supervisor Behaviour
-rw-r--r-- | system/doc/design_principles/sup_princ.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/doc/design_principles/sup_princ.xml b/system/doc/design_principles/sup_princ.xml index 478d1bf714..ec6e947b18 100644 --- a/system/doc/design_principles/sup_princ.xml +++ b/system/doc/design_principles/sup_princ.xml @@ -206,7 +206,7 @@ SupFlags = #{intensity => MaxR, period => MaxT, ...}</code> On the other hand, if it is more important that you keep trying even at a high failure rate, you might want a sustained rate of as much as 1-2 restarts per second.</p> - <p>Avoiding common mistakes: + <p>Avoiding common mistakes:</p> <list type="bulleted"> <item> <p>Do not forget to consider the burst rate. If you set intensity @@ -236,7 +236,7 @@ SupFlags = #{intensity => MaxR, period => MaxT, ...}</code> most 3 restarts for the top level supervisor might be a better choice in this case.</p> </item> - </list></p> + </list> </section> </section> |