From 5149d9a729255e8d900d70deb688a51ecd3e1cf1 Mon Sep 17 00:00:00 2001 From: Klas Johansson Date: Mon, 21 Dec 2009 16:44:42 +0000 Subject: Order version fields in documentation for ALIVE2_REQ correctly Place HighestVersion before LowestVersion, since that is what the source code does (erl_epmd.erl and epmd_srv.c). --- erts/doc/src/erl_dist_protocol.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/erts/doc/src/erl_dist_protocol.xml b/erts/doc/src/erl_dist_protocol.xml index 9a203289e9..5978af178a 100644 --- a/erts/doc/src/erl_dist_protocol.xml +++ b/erts/doc/src/erl_dist_protocol.xml @@ -129,8 +129,8 @@ By default EPMD listens on port 4369. PortNo NodeType Protocol - LowestVersion HighestVersion + LowestVersion Nlen NodeName Elen @@ -150,16 +150,16 @@ By default EPMD listens on port 4369. 0 = tcp/ip-v4, ... - LowestVersion - - The lowest distribution version that this node can handle. - See the next field for possible values. - HighestVersion The highest distribution version that this node can handle. The value in R6B and later is 5. + LowestVersion + + The lowest distribution version that this node can handle. + The value in R6B and later is 5. + Nlen The length of the NodeName. -- cgit v1.2.3