aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Król <[email protected]>2011-07-20 08:02:56 +0200
committerFabian Król <[email protected]>2011-07-20 08:02:56 +0200
commitda76dcca757392327eb74bec6c7580a24f493db5 (patch)
tree8c2b336e45d73e665638450e994cd2bbb74dd5fc
parenta3d8134ffcb4ec7be60bdc896fb9be0928c2b1ff (diff)
downloadotp-da76dcca757392327eb74bec6c7580a24f493db5.tar.gz
otp-da76dcca757392327eb74bec6c7580a24f493db5.tar.bz2
otp-da76dcca757392327eb74bec6c7580a24f493db5.zip
Fix non-existing function (erlang:disconnect/1) in distributed reference manual
-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>