File 1336-Add-note-for-remsh-on-Windows.patch of Package erlang
From eed34b69c7d93937be8a2f7f149f093cfbea1363 Mon Sep 17 00:00:00 2001
From: Luke Bakken <luke@bakken.io>
Date: Fri, 17 Dec 2021 15:54:35 -0800
Subject: [PATCH] Add note for remsh on Windows
Related to #5501
Update erts/doc/src/erl_cmd.xml
Co-authored-by: Lukas Larsson <garazdawi@gmail.com>
---
erts/doc/src/erl_cmd.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/erts/doc/src/erl.xml b/erts/doc/src/erl.xml
index e68264b992..316ebea123 100644
--- a/erts/doc/src/erl.xml
+++ b/erts/doc/src/erl.xml
@@ -480,6 +480,9 @@ $ <input>erl \
or <c><![CDATA[-sname]]></c> to be given. If <c><![CDATA[Node]]></c>
does not contain a hostname, one is automatically taken from
<c><![CDATA[-name]]></c> or <c><![CDATA[-sname]]></c></p>
+ <note><p>The connecting node needs to have a proper shell with terminal emulation.
+ This means that UNIX users must use an Erlang compiled with terminal capabilities and
+ Windows users must use <seecom marker="werl"><c>werl(1)</c></seecom>.</p></note>
</item>
<tag><c><![CDATA[-rsh Program]]></c></tag>
<item>
--
2.31.1