From 59ce273905f74f5dc435e821dd62944c7a6ea3f7 Mon Sep 17 00:00:00 2001 From: Tom Benner Date: Sat, 27 Dec 2014 14:52:20 -0500 Subject: Move periods inside parenthetical sentences --- system/doc/getting_started/conc_prog.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system/doc/getting_started/conc_prog.xml') diff --git a/system/doc/getting_started/conc_prog.xml b/system/doc/getting_started/conc_prog.xml index 15feaa9044..9a08d38d7f 100644 --- a/system/doc/getting_started/conc_prog.xml +++ b/system/doc/getting_started/conc_prog.xml @@ -253,7 +253,7 @@ Pong_PID ! {ping, self()},

self() returns the pid of the process which executes self(), in this case the pid of "ping". (Recall the code for "pong", this will land up in the variable Ping_PID in - the receive previously explained).

+ the receive previously explained.)

"Ping" now waits for a reply from "pong":

receive @@ -385,7 +385,7 @@ $ erl -sname my_name IP domain and we can use only the first component of the IP address, if we want to use nodes in different domains we use -name instead, but then all IP address must be given in - full.

+ full.)

Here is the ping pong example modified to run on two separate nodes:

-- cgit v1.2.3