File 0506-erts-Fix-typos-in-external-term-format-V4_PORT_EXT.patch of Package erlang
From 2bcd9dca08421c6f961223cebf7b781aaf387a23 Mon Sep 17 00:00:00 2001
From: Sverker Eriksson <sverker@erlang.org>
Date: Mon, 24 May 2021 18:10:30 +0200
Subject: [PATCH 1/2] erts: Fix typos in external term format V4_PORT_EXT
---
erts/doc/src/erl_ext_dist.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/erts/doc/src/erl_ext_dist.xml b/erts/doc/src/erl_ext_dist.xml
index 7d568265e7..06e9ac639d 100644
--- a/erts/doc/src/erl_ext_dist.xml
+++ b/erts/doc/src/erl_ext_dist.xml
@@ -657,12 +657,12 @@
<cell align="center">4</cell>
</row>
<row>
- <cell align="center"><c>89</c></cell>
+ <cell align="center"><c>120</c></cell>
<cell align="center"><c>Node</c></cell>
<cell align="center"><c>ID</c></cell>
<cell align="center"><c>Creation</c></cell>
</row>
- <tcaption>NEW_PORT_EXT</tcaption></table>
+ <tcaption>V4_PORT_EXT</tcaption></table>
<p>
Encodes a port identifier (obtained from
<seemfa marker="erlang#open_port/2"><c>erlang:open_port/2</c></seemfa>).
--
2.26.2