diff options
author | Lukas Larsson <[email protected]> | 2018-09-26 11:52:24 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2019-02-22 11:12:53 +0100 |
commit | 6686877360432144bacbf4e95c23b1232eab1b08 (patch) | |
tree | 11d0c1d910845129a2832bb6b792c586a2cd8542 /erts/doc/src | |
parent | 9a7df41a9e5361049a17c8aa971b52599fba2632 (diff) | |
download | otp-6686877360432144bacbf4e95c23b1232eab1b08.tar.gz otp-6686877360432144bacbf4e95c23b1232eab1b08.tar.bz2 otp-6686877360432144bacbf4e95c23b1232eab1b08.zip |
erts: Expand distribution protocol documentation
Diffstat (limited to 'erts/doc/src')
-rw-r--r-- | erts/doc/src/erl_dist_protocol.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/erts/doc/src/erl_dist_protocol.xml b/erts/doc/src/erl_dist_protocol.xml index cf515795b4..ce5acfbd55 100644 --- a/erts/doc/src/erl_dist_protocol.xml +++ b/erts/doc/src/erl_dist_protocol.xml @@ -532,7 +532,7 @@ io:format("old/unused name ~ts at port ~p, fd = ~p ~n", <marker id="distribution_handshake"/> <title>Distribution Handshake</title> <p>This section describes the distribution handshake protocol introduced - in Erlang/OTP R6. The handshake has remaining almost the same since then.</p> + in Erlang/OTP R6. The handshake has remained almost the same since then.</p> <section> <title>General</title> @@ -979,6 +979,7 @@ DiB == gen_digest(ChA, ICA)? <tag><c>EXIT</c></tag> <item> <p><c>{3, FromPid, ToPid, Reason}</c></p> + <p>This signal is sent when a link has been broken</p> </item> <tag><c>UNLINK</c></tag> <item> @@ -1001,6 +1002,7 @@ DiB == gen_digest(ChA, ICA)? <tag><c>EXIT2</c></tag> <item> <p><c>{8, FromPid, ToPid, Reason}</c></p> + <p>This signal is sent by a call to the erlang:exit/2 bif</p> </item> </taglist> </section> |