aboutsummaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2014-01-28 16:47:33 +0100
committerLukas Larsson <[email protected]>2014-01-28 16:47:33 +0100
commit09a700cbd27b5ac52b51c5f2d9d9c879d744cda1 (patch)
tree085b88c04448b3d932ed85be3b7da1b16ea3ed10 /system
parentaaedd450662a68e40b6c45e70024464e3f5dbcdf (diff)
parentf208eb17e4a2dad00d14519d87814095dc110d49 (diff)
downloadotp-09a700cbd27b5ac52b51c5f2d9d9c879d744cda1.tar.gz
otp-09a700cbd27b5ac52b51c5f2d9d9c879d744cda1.tar.bz2
otp-09a700cbd27b5ac52b51c5f2d9d9c879d744cda1.zip
Merge branch 'essen/remote-set-cookie/OTP-11637'
* essen/remote-set-cookie/OTP-11637: set_cookie/2 call needs to be fully qualified
Diffstat (limited to 'system')
-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 d337920a64..88f98bc106 100644
--- a/system/doc/reference_manual/distributed.xml
+++ b/system/doc/reference_manual/distributed.xml
@@ -199,7 +199,7 @@ dilbert@uab</pre>
<cell align="left" valign="middle">Depending on <c>Arg</c>, this function can return a list not only of visible nodes, but also hidden nodes and previously known nodes, etc.</cell>
</row>
<row>
- <cell align="left" valign="middle"><c>set_cookie(Node, Cookie)</c></cell>
+ <cell align="left" valign="middle"><c>erlang:set_cookie(Node, Cookie)</c></cell>
<cell align="left" valign="middle">Sets the magic cookie used when connecting to <c>Node</c>. If <c>Node</c> is the current node, <c>Cookie</c> will be used when connecting to all new nodes.</cell>
</row>
<row>