aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2012-02-16 12:16:03 +0100
committerHenrik Nord <[email protected]>2012-02-16 12:16:07 +0100
commit6077599253e275f86ccab155bbb7082fa5253e4b (patch)
tree38f264868b7e48e665da6c5afb880e43182ad1f2
parent42bda52a312167088089b241f1bd1206d0c07e7d (diff)
parent425ccd6679a52a6d149339b8fb88435aabed8653 (diff)
downloadotp-6077599253e275f86ccab155bbb7082fa5253e4b.tar.gz
otp-6077599253e275f86ccab155bbb7082fa5253e4b.tar.bz2
otp-6077599253e275f86ccab155bbb7082fa5253e4b.zip
Merge branch 'rj/fix-sup-doc-typo' into maint
* rj/fix-sup-doc-typo: Fix typo in supervisor behaviour doc OTP-9924
-rw-r--r--system/doc/design_principles/sup_princ.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/doc/design_principles/sup_princ.xml b/system/doc/design_principles/sup_princ.xml
index 5b8fd604c8..c473e257fa 100644
--- a/system/doc/design_principles/sup_princ.xml
+++ b/system/doc/design_principles/sup_princ.xml
@@ -136,7 +136,7 @@ init(...) ->
M = F = atom()
A = [term()]
Restart = permanent | transient | temporary
- Shutdown = brutal_kill | integer() &gt;=0 | infinity
+ Shutdown = brutal_kill | integer()>=0 | infinity
Type = worker | supervisor
Modules = [Module] | dynamic
Module = atom()]]></code>