aboutsummaryrefslogtreecommitdiffstats
path: root/system/doc
diff options
context:
space:
mode:
authorGustav Simonsson <[email protected]>2012-03-16 10:34:38 +0100
committerGustav Simonsson <[email protected]>2012-03-16 10:37:01 +0100
commit3087769515ea9bfc75f7d7b8897bc897c7f13931 (patch)
tree94f17112370a0ba6b076eb42774940eba46de790 /system/doc
parentaf311d00bb0cb284d8dd94f760733687d6596868 (diff)
parent677f17ad770a9ab4bf9e9974ca1840f49bea7a11 (diff)
downloadotp-3087769515ea9bfc75f7d7b8897bc897c7f13931.tar.gz
otp-3087769515ea9bfc75f7d7b8897bc897c7f13931.tar.bz2
otp-3087769515ea9bfc75f7d7b8897bc897c7f13931.zip
Merge branch 'rj/fix-supervisor-shutdown-doc' into maint
* rj/fix-supervisor-shutdown-doc: Fix small typo in kernel app doc Cosmetic: split very long lines from supervisor doc Fix supervisor doc: Shutdown, MaxR and MaxT type specs Add the type restrictions in the code comments Remove trailing spaces OTP-9987
Diffstat (limited to 'system/doc')
-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 c473e257fa..353430752c 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()>=0 | infinity
+ Shutdown = brutal_kill | integer()>0 | infinity
Type = worker | supervisor
Modules = [Module] | dynamic
Module = atom()]]></code>