From 6686877360432144bacbf4e95c23b1232eab1b08 Mon Sep 17 00:00:00 2001 From: Lukas Larsson Date: Wed, 26 Sep 2018 11:52:24 +0200 Subject: erts: Expand distribution protocol documentation --- erts/doc/src/erl_dist_protocol.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'erts/doc') 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", Distribution Handshake

This section describes the distribution handshake protocol introduced - in Erlang/OTP R6. The handshake has remaining almost the same since then.

+ in Erlang/OTP R6. The handshake has remained almost the same since then.

General @@ -979,6 +979,7 @@ DiB == gen_digest(ChA, ICA)? EXIT

{3, FromPid, ToPid, Reason}

+

This signal is sent when a link has been broken

UNLINK @@ -1001,6 +1002,7 @@ DiB == gen_digest(ChA, ICA)? EXIT2

{8, FromPid, ToPid, Reason}

+

This signal is sent by a call to the erlang:exit/2 bif

-- cgit v1.2.3