diff options
author | Lukas Larsson <[email protected]> | 2018-04-06 09:05:30 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2018-04-06 09:05:30 +0200 |
commit | 8e0a8ebe0a94cf7d313f9ab91674373a2b5ec8a2 (patch) | |
tree | af42398c5fc5dbf12e8cc26de412178c43d3a18b | |
parent | 1328163db6d64d4a8309306cd4caeb43ffd5ecbb (diff) | |
parent | ccb90ac7ca615fb199a1611a2b821d36f2c82e9e (diff) | |
download | otp-8e0a8ebe0a94cf7d313f9ab91674373a2b5ec8a2.tar.gz otp-8e0a8ebe0a94cf7d313f9ab91674373a2b5ec8a2.tar.bz2 otp-8e0a8ebe0a94cf7d313f9ab91674373a2b5ec8a2.zip |
Merge pull request #1775 from MonsieurV/patch-1
Doc: use that node name between code and commands
-rw-r--r-- | system/doc/getting_started/conc_prog.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/doc/getting_started/conc_prog.xml b/system/doc/getting_started/conc_prog.xml index 7936e0d484..dc378dd582 100644 --- a/system/doc/getting_started/conc_prog.xml +++ b/system/doc/getting_started/conc_prog.xml @@ -627,7 +627,7 @@ ping finished</pre> %%% Change the function below to return the name of the node where the %%% messenger server runs server_node() -> - messenger@bill. + messenger@super. %%% This is the server process for the "messenger" %%% the user list has the format [{ClientPid1, Name1},{ClientPid22, Name2},...] |