aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/slave.erl
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2019-02-22 10:58:12 +0100
committerSiri Hansen <[email protected]>2019-02-22 10:58:12 +0100
commit4657060caaf43c40aae70225156db94805178bf8 (patch)
treefa893e765b93523d5dc0ba28f5f8389fa3214909 /lib/stdlib/src/slave.erl
parente11502856586ba5c6d1468817e43a0bfcf6c7569 (diff)
downloadotp-4657060caaf43c40aae70225156db94805178bf8.tar.gz
otp-4657060caaf43c40aae70225156db94805178bf8.tar.bz2
otp-4657060caaf43c40aae70225156db94805178bf8.zip
Fix some missed comments about rsh
Diffstat (limited to 'lib/stdlib/src/slave.erl')
-rw-r--r--lib/stdlib/src/slave.erl6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/stdlib/src/slave.erl b/lib/stdlib/src/slave.erl
index 21b8610b79..4791e3ebda 100644
--- a/lib/stdlib/src/slave.erl
+++ b/lib/stdlib/src/slave.erl
@@ -114,7 +114,7 @@ relay1(Pid) ->
%% 1. There must be an ssh program on computer; if not an error
%% is returned.
%%
-%% 2. The hosts must be configured to allowed 'ssh' access without
+%% 2. The hosts must be configured to allow 'ssh' access without
%% prompts for password.
%%
%% The slave node will have its filer and user server redirected
@@ -341,9 +341,7 @@ do_quote_progname([Prog,Arg|Args]) ->
lists:flatten(lists:map(fun(X) -> [" ",X] end, [Arg|Args]))
end.
-%% Give the user an opportunity to run another program,
-%% than the "rsh". On HP-UX rsh is called remsh; thus HP users
-%% must start erlang as erl -rsh remsh.
+%% Give the user an opportunity to run another program than "ssh".
%%
%% Also checks that the given program exists.
%%