diff options
author | Klas Johansson <[email protected]> | 2009-12-21 16:44:42 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2009-12-21 16:44:42 +0000 |
commit | 5149d9a729255e8d900d70deb688a51ecd3e1cf1 (patch) | |
tree | cf5292c4aa1fd04d97a61c5f614555cb479ffa17 /erts | |
parent | b9c05c7b46295842ce1314067c29410dc61d4cbd (diff) | |
download | otp-5149d9a729255e8d900d70deb688a51ecd3e1cf1.tar.gz otp-5149d9a729255e8d900d70deb688a51ecd3e1cf1.tar.bz2 otp-5149d9a729255e8d900d70deb688a51ecd3e1cf1.zip |
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).
Diffstat (limited to 'erts')
-rw-r--r-- | erts/doc/src/erl_dist_protocol.xml | 12 |
1 files 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. <cell align="center">PortNo</cell> <cell align="center">NodeType</cell> <cell align="center">Protocol</cell> - <cell align="center">LowestVersion</cell> <cell align="center">HighestVersion</cell> + <cell align="center">LowestVersion</cell> <cell align="center">Nlen</cell> <cell align="center">NodeName</cell> <cell align="center">Elen</cell> @@ -150,16 +150,16 @@ By default EPMD listens on port 4369. <item> 0 = tcp/ip-v4, ... </item> - <tag><c>LowestVersion</c></tag> - <item> - The lowest distribution version that this node can handle. - See the next field for possible values. - </item> <tag><c>HighestVersion</c></tag> <item> The highest distribution version that this node can handle. The value in R6B and later is 5. </item> + <tag><c>LowestVersion</c></tag> + <item> + The lowest distribution version that this node can handle. + The value in R6B and later is 5. + </item> <tag><c>Nlen</c></tag> <item> The length of the <c>NodeName</c>. |