From 252c60632664fdf54395d54ad8d7b7e9e6e74cca Mon Sep 17 00:00:00 2001 From: Magnus Henoch Date: Wed, 20 Apr 2016 17:20:05 +0100 Subject: 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. --- erts/doc/src/init.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'erts') 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).

+ -epmd_module Module + +

Specifies the module to use for registration and lookup of + node names. Defaults to erl_epmd.

+
-eval Expr

Scans, parses and evaluates an arbitrary expression -- cgit v1.2.3