File 4293-Read-other-nodes-cookies-from-command-line.patch of Package erlang
From 04a2c0cb1cee7393065ed5fdd1bbdbc1eed3aeaa Mon Sep 17 00:00:00 2001
From: Raimo Niskanen <raimo@erlang.org>
Date: Mon, 16 Aug 2021 15:37:14 +0200
Subject: [PATCH 3/9] Read other nodes' cookies from command line
---
erts/doc/src/erl_cmd.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/erts/doc/src/erl_cmd.xml b/erts/doc/src/erl_cmd.xml
index c28632ec7a..5220663f92 100644
--- a/erts/doc/src/erl_cmd.xml
+++ b/erts/doc/src/erl_cmd.xml
@@ -631,7 +631,8 @@ $ <input>erl \
</item>
<tag><c><![CDATA[-setcookie Node Cookie]]></c></tag>
<item>
- <p>Sets the magic cookie of Node to <c><![CDATA[Cookie]]></c>; see
+ <p>Sets the magic cookie for <c><![CDATA[Node]]></c>
+ to <c><![CDATA[Cookie]]></c>; see
<seemfa marker="erlang#set_cookie/2">
<c>erlang:set_cookie/2</c></seemfa>.</p>
</item>
--
2.31.1