aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/doc
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2018-07-12 16:45:39 +0200
committerGitHub <[email protected]>2018-07-12 16:45:39 +0200
commitadb0b077e7ee5b0d9b140bb985b56a43d82927cd (patch)
tree4cc960e604c88705bfcce0f240c4132a6ac6e26d /lib/kernel/doc
parent97626fffd082904576efbdad3e437720525d5fc2 (diff)
parentc4759bc60c8e5db27c070b9e826ddc0f9626b094 (diff)
downloadotp-adb0b077e7ee5b0d9b140bb985b56a43d82927cd.tar.gz
otp-adb0b077e7ee5b0d9b140bb985b56a43d82927cd.tar.bz2
otp-adb0b077e7ee5b0d9b140bb985b56a43d82927cd.zip
Merge PR-1870 from sverker/kernel/connect-to-self/ERL-643/OTP-15182
Fix net_kernel:connect_node/1 to local node
Diffstat (limited to 'lib/kernel/doc')
-rw-r--r--lib/kernel/doc/src/net_kernel.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/kernel/doc/src/net_kernel.xml b/lib/kernel/doc/src/net_kernel.xml
index a30d28d55a..d3bd7365e2 100644
--- a/lib/kernel/doc/src/net_kernel.xml
+++ b/lib/kernel/doc/src/net_kernel.xml
@@ -102,8 +102,10 @@ $ <input>erl -sname foobar</input></pre>
<fsummary>Establish a connection to a node.</fsummary>
<desc>
<p>Establishes a connection to <c><anno>Node</anno></c>. Returns
- <c>true</c> if successful, <c>false</c> if not, and <c>ignored</c>
- if the local node is not alive.</p>
+ <c>true</c> if a connection was established or was already
+ established or if <c><anno>Node</anno></c> is the local node
+ itself. Returns <c>false</c> if the connection attempt failed, and
+ <c>ignored</c> if the local node is not alive.</p>
</desc>
</func>