diff options
author | Gustav Simonsson <[email protected]> | 2012-03-16 10:34:38 +0100 |
---|---|---|
committer | Gustav Simonsson <[email protected]> | 2012-03-16 10:37:01 +0100 |
commit | 3087769515ea9bfc75f7d7b8897bc897c7f13931 (patch) | |
tree | 94f17112370a0ba6b076eb42774940eba46de790 /lib/kernel/doc | |
parent | af311d00bb0cb284d8dd94f760733687d6596868 (diff) | |
parent | 677f17ad770a9ab4bf9e9974ca1840f49bea7a11 (diff) | |
download | otp-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 'lib/kernel/doc')
-rw-r--r-- | lib/kernel/doc/src/kernel_app.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kernel/doc/src/kernel_app.xml b/lib/kernel/doc/src/kernel_app.xml index 0f71a4f0f2..63fdc223f4 100644 --- a/lib/kernel/doc/src/kernel_app.xml +++ b/lib/kernel/doc/src/kernel_app.xml @@ -104,7 +104,7 @@ that node. <c>Value</c> is one of:</p> <taglist> <tag><c>never</c></tag> - <item>Connections are never automatically connected, they + <item>Connections are never automatically established, they must be explicitly connected. See <c>net_kernel(3)</c>.</item> <tag><c>once</c></tag> <item>Connections will be established automatically, but only |