aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2011-08-30 11:07:45 +0200
committerHenrik Nord <[email protected]>2011-08-30 11:07:47 +0200
commit7879629d693df9d34e75d297d171eba0cc5dae5c (patch)
tree5821a55d7cda1fafdcdcb43a8d707951382cc982
parent8dee9c0989474cab606606043a12d4f4bda8285d (diff)
parentda76dcca757392327eb74bec6c7580a24f493db5 (diff)
downloadotp-7879629d693df9d34e75d297d171eba0cc5dae5c.tar.gz
otp-7879629d693df9d34e75d297d171eba0cc5dae5c.tar.bz2
otp-7879629d693df9d34e75d297d171eba0cc5dae5c.zip
Merge branch 'fk/ref_manual_fix' into dev
* fk/ref_manual_fix: Fix non-existing function (erlang:disconnect/1) in distributed reference manual OTP-9504
-rw-r--r--system/doc/reference_manual/distributed.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/doc/reference_manual/distributed.xml b/system/doc/reference_manual/distributed.xml
index 52222c6d9d..9c8e88250c 100644
--- a/system/doc/reference_manual/distributed.xml
+++ b/system/doc/reference_manual/distributed.xml
@@ -78,7 +78,7 @@ dilbert@uab</pre>
using the command line flag <c>-connect_all false</c>, see
<c>erl(1)</c>.</p>
<p>If a node goes down, all connections to that node are removed.
- Calling <c>erlang:disconnect(Node)</c> will force disconnection
+ Calling <c>erlang:disconnect_node(Node)</c> will force disconnection
of a node.</p>
<p>The list of (visible) nodes currently connected to is returned by
<c>nodes()</c>.</p>