From da76dcca757392327eb74bec6c7580a24f493db5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Kr=C3=B3l?= Date: Wed, 20 Jul 2011 08:02:56 +0200 Subject: Fix non-existing function (erlang:disconnect/1) in distributed reference manual --- system/doc/reference_manual/distributed.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/doc') 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 using the command line flag -connect_all false, see erl(1).

If a node goes down, all connections to that node are removed. - Calling erlang:disconnect(Node) will force disconnection + Calling erlang:disconnect_node(Node) will force disconnection of a node.

The list of (visible) nodes currently connected to is returned by nodes().

-- cgit v1.2.3