diff options
author | Holger Weiß <[email protected]> | 2011-01-24 17:36:57 +0100 |
---|---|---|
committer | Holger Weiß <[email protected]> | 2011-01-24 17:36:57 +0100 |
commit | 98e954dfaf707895f1558d51a1ea9fd22812e161 (patch) | |
tree | f45dd9a9b667708e2bdba5872130c13b49fef89b /erts | |
parent | c9aae9e6874950c671c08940d4e72abc616c550e (diff) | |
download | otp-98e954dfaf707895f1558d51a1ea9fd22812e161.tar.gz otp-98e954dfaf707895f1558d51a1ea9fd22812e161.tar.bz2 otp-98e954dfaf707895f1558d51a1ea9fd22812e161.zip |
Mention that "-detached" implies "-noinput"
Clarify that specifying "-noinput" is unnecessary if the "-detached"
flag is given.
Diffstat (limited to 'erts')
-rw-r--r-- | erts/doc/src/erl.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/erts/doc/src/erl.xml b/erts/doc/src/erl.xml index 77bd952d41..1e6e290f6b 100644 --- a/erts/doc/src/erl.xml +++ b/erts/doc/src/erl.xml @@ -231,7 +231,8 @@ <tag><c><![CDATA[-detached]]></c></tag> <item> <p>Starts the Erlang runtime system detached from the system - console. Useful for running daemons and backgrounds processes.</p> + console. Useful for running daemons and backgrounds processes. Implies + <c><![CDATA[-noinput]]></c>.</p> </item> <tag><c><![CDATA[-emu_args]]></c></tag> <item> |