diff options
author | Tom Benner <[email protected]> | 2014-12-27 14:52:20 -0500 |
---|---|---|
committer | Tom Benner <[email protected]> | 2014-12-28 14:37:27 -0500 |
commit | 59ce273905f74f5dc435e821dd62944c7a6ea3f7 (patch) | |
tree | 808f48ae56371ab7b43458600c7131ac8413c960 /system/doc/getting_started/conc_prog.xml | |
parent | 27461a400fc85180ebaa69c02003b3d387f8d120 (diff) | |
download | otp-59ce273905f74f5dc435e821dd62944c7a6ea3f7.tar.gz otp-59ce273905f74f5dc435e821dd62944c7a6ea3f7.tar.bz2 otp-59ce273905f74f5dc435e821dd62944c7a6ea3f7.zip |
Move periods inside parenthetical sentences
Diffstat (limited to 'system/doc/getting_started/conc_prog.xml')
-rw-r--r-- | system/doc/getting_started/conc_prog.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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()},</code> <p><c>self()</c> returns the pid of the process which executes <c>self()</c>, in this case the pid of "ping". (Recall the code for "pong", this will land up in the variable <c>Ping_PID</c> in - the <c>receive</c> previously explained).</p> + the <c>receive</c> previously explained.)</p> <p>"Ping" now waits for a reply from "pong":</p> <code type="none"> receive @@ -385,7 +385,7 @@ $ <input>erl -sname my_name</input></pre> 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 <c>-name</c> instead, but then all IP address must be given in - full.</p> + full.)</p> <p>Here is the ping pong example modified to run on two separate nodes:</p> <code type="none"> |