From 6c7160b1105f7f258898e7ba406289bef33fd756 Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Wed, 21 Sep 2016 17:46:11 +0200 Subject: erts: Clearify run_erl docs ERL-258 --- erts/doc/src/run_erl.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/erts/doc/src/run_erl.xml b/erts/doc/src/run_erl.xml index ad7b2c5b85..a9b6a7e2c6 100644 --- a/erts/doc/src/run_erl.xml +++ b/erts/doc/src/run_erl.xml @@ -49,7 +49,7 @@ run_erl [-daemon] pipe_dir/ log_dir "exec command - [command_arguments]" + arg1 arg2 ..." Start the Erlang emulator without attached terminal.

Arguments:

@@ -92,11 +92,10 @@ - "exec command [command_arguments]" + "exec command arg1 arg2 ..." -

In the third argument, is the - executable to execute where everything written to stdin - and stdout is logged to .

+

A space-separated string specifying the program to be executed. + The second field is typically a command name such as erl.

@@ -105,7 +104,7 @@
Notes concerning the Log Files -

While running, run_erl (as stated earlier) sends all output, +

While running, run_erl sends all output, uninterpreted, to a log file. The file is named , where N is an integer. When the log is "full" (default log size is 100 KB), run_erl starts to log -- cgit v1.2.3