diff options
author | Fredrik Gustafsson <[email protected]> | 2013-11-14 09:14:16 +0100 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-11-14 09:14:16 +0100 |
commit | ae7ae7d734b980294073ea43923167904349347c (patch) | |
tree | 58bfa8abc6bbcf44d9b7e01f0ec383eb50dd35ef /lib/kernel/doc | |
parent | 69eee1e3d93b353dc07ff6ea167f9ab636478126 (diff) | |
parent | c46240c78fbce1b8b026f975d80b397209ac4968 (diff) | |
download | otp-ae7ae7d734b980294073ea43923167904349347c.tar.gz otp-ae7ae7d734b980294073ea43923167904349347c.tar.bz2 otp-ae7ae7d734b980294073ea43923167904349347c.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/kernel/doc')
-rw-r--r-- | lib/kernel/doc/src/rpc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kernel/doc/src/rpc.xml b/lib/kernel/doc/src/rpc.xml index 7026c7a07e..e6c896f18d 100644 --- a/lib/kernel/doc/src/rpc.xml +++ b/lib/kernel/doc/src/rpc.xml @@ -185,7 +185,7 @@ {Mod, Bin, File} = code:get_object_code(Mod), %% and load it on all nodes including this one -{ResL, _} = rpc:multicall(code, load_binary, [Mod, Bin, File,]), +{ResL, _} = rpc:multicall(code, load_binary, [Mod, File, Bin]), %% and then maybe check the ResL list.</code> </desc> |