diff --git a/erts/doc/src/erl_dist_protocol.xml b/erts/doc/src/erl_dist_protocol.xml index 389e967f5fa1..2baaf5f3d25e 100644 --- a/erts/doc/src/erl_dist_protocol.xml +++ b/erts/doc/src/erl_dist_protocol.xml @@ -585,8 +585,8 @@ io:format("old/unused name ~ts at port ~p, fd = ~p ~n", gen_challenge() returns a random 32-bit integer used as a challenge.

-

A digest is a (16 bytes) MD5 hash of the challenge (as text) - concatenated with the cookie (as text). Below, the function +

A digest is a (16 bytes) MD5 hash of the cookie (as text) + concatenated with the challenge (as text). Below, the function gen_digest(Challenge, Cookie) generates a digest as described above.