From f208eb17e4a2dad00d14519d87814095dc110d49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 16 Jan 2014 11:23:29 +0100 Subject: set_cookie/2 call needs to be fully qualified --- system/doc/reference_manual/distributed.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') diff --git a/system/doc/reference_manual/distributed.xml b/system/doc/reference_manual/distributed.xml index d337920a64..88f98bc106 100644 --- a/system/doc/reference_manual/distributed.xml +++ b/system/doc/reference_manual/distributed.xml @@ -199,7 +199,7 @@ dilbert@uab Depending on Arg, this function can return a list not only of visible nodes, but also hidden nodes and previously known nodes, etc. - set_cookie(Node, Cookie) + erlang:set_cookie(Node, Cookie) Sets the magic cookie used when connecting to Node. If Node is the current node, Cookie will be used when connecting to all new nodes. -- cgit v1.2.3