diff options
author | Magnus Henoch <[email protected]> | 2016-04-20 17:20:05 +0100 |
---|---|---|
committer | Magnus Henoch <[email protected]> | 2016-05-25 17:36:50 +0100 |
commit | 252c60632664fdf54395d54ad8d7b7e9e6e74cca (patch) | |
tree | a7e916f5812af7970ea8f9d1db548aa444039706 /erts/doc/src/init.xml | |
parent | 34f853950685e4e7ab38f30fc3f17a6beac13349 (diff) | |
download | otp-252c60632664fdf54395d54ad8d7b7e9e6e74cca.tar.gz otp-252c60632664fdf54395d54ad8d7b7e9e6e74cca.tar.bz2 otp-252c60632664fdf54395d54ad8d7b7e9e6e74cca.zip |
Use the -epmd_module flag consistently
If the -epmd_module flag has been specified on the command line, use
that module to register and look up node names instead of the default,
erl_epmd.
Also document this option.
Diffstat (limited to 'erts/doc/src/init.xml')
-rw-r--r-- | erts/doc/src/init.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/erts/doc/src/init.xml b/erts/doc/src/init.xml index 84a5aea335..878a33c9ca 100644 --- a/erts/doc/src/init.xml +++ b/erts/doc/src/init.xml @@ -241,6 +241,11 @@ marker="kernel:code">code(3)</seealso>.</p> </item> + <tag><c>-epmd_module Module</c></tag> + <item> + <p>Specifies the module to use for registration and lookup of + node names. Defaults to <c>erl_epmd</c>.</p> + </item> <tag><c>-eval Expr</c></tag> <item> <p>Scans, parses and evaluates an arbitrary expression |