diff options
author | Raimo Niskanen <[email protected]> | 2017-11-17 15:12:18 +0100 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2017-12-04 13:56:29 +0100 |
commit | 1b3a894b6ef2f62974228f5904ff7fe469a4926a (patch) | |
tree | f0fc133e7e248308e9628451c6a99082e4e076f0 | |
parent | 2fcb213117670bad6a9009caef8ced5b6397fdb2 (diff) | |
download | otp-1b3a894b6ef2f62974228f5904ff7fe469a4926a.tar.gz otp-1b3a894b6ef2f62974228f5904ff7fe469a4926a.tar.bz2 otp-1b3a894b6ef2f62974228f5904ff7fe469a4926a.zip |
Correct distribution doc
-rw-r--r-- | lib/kernel/doc/src/net_kernel.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/kernel/doc/src/net_kernel.xml b/lib/kernel/doc/src/net_kernel.xml index 0b94fc0fa6..94c8fb9e20 100644 --- a/lib/kernel/doc/src/net_kernel.xml +++ b/lib/kernel/doc/src/net_kernel.xml @@ -230,7 +230,12 @@ $ <input>erl -sname foobar</input></pre> <item> <p>The tuple <c>{nodedown_reason, Reason}</c> is included in <c>InfoList</c> in <c>nodedown</c> messages.</p> - <p><c>Reason</c> can be any of the following:</p> + <p> + <c>Reason</c> can, depending on which + distribution module or process that is used be any term, + but for the standard TCP distribution module it is + any of the following: + </p> <taglist> <tag><c>connection_setup_failed</c></tag> <item><p>The connection setup failed (after <c>nodeup</c> |