File 0119-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_cmd.xml b/erts/doc/src/erl_cmd.xml
index e68264b992..316ebea123 100644
--- a/erts/doc/src/erl_cmd.xml
+++ b/erts/doc/src/erl_cmd.xml
@@ -600,6 +600,9 @@ $ <input>erl \
<note><p>Before OTP-23 the user <em>needed</em> to supply a valid <c>-sname</c> or
<c>-name</c> for <c>-remsh</c> to work. This is still the case if the target
node is not running OTP-23 or later.</p></note>
+ <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