diff options
author | Hans Bolinder <[email protected]> | 2019-02-25 16:12:00 +0100 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2019-02-25 16:12:00 +0100 |
commit | 42f0f3fcbce009e56270fdccdb6f0a85e3b4b368 (patch) | |
tree | 460000ee4b1284085deab2df5d147cd7eabf8aa0 /erts | |
parent | 9ff209580d4d9b26ae62055c3a8fbcef784a1622 (diff) | |
parent | 4657060caaf43c40aae70225156db94805178bf8 (diff) | |
download | otp-42f0f3fcbce009e56270fdccdb6f0a85e3b4b368.tar.gz otp-42f0f3fcbce009e56270fdccdb6f0a85e3b4b368.tar.bz2 otp-42f0f3fcbce009e56270fdccdb6f0a85e3b4b368.zip |
Merge branch 'siri/rsh-ssh/PR-1787'
OTP-15633
* siri/rsh-ssh/PR-1787:
Fix some missed comments about rsh
Document the restrictions on the -rsh command
Use ssh as the default remote shell
Diffstat (limited to 'erts')
-rw-r--r-- | erts/doc/src/erl.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/doc/src/erl.xml b/erts/doc/src/erl.xml index 05a9895687..88ddb03e97 100644 --- a/erts/doc/src/erl.xml +++ b/erts/doc/src/erl.xml @@ -464,7 +464,7 @@ </item> <tag><c><![CDATA[-rsh Program]]></c></tag> <item> - <p>Specifies an alternative to <c><![CDATA[rsh]]></c> for starting a + <p>Specifies an alternative to <c><![CDATA[ssh]]></c> for starting a slave node on a remote host; see <seealso marker="stdlib:slave"><c>slave(3)</c></seealso>.</p> </item> |