From 31c4876582acf42f77f65f0d822d4d224d642364 Mon Sep 17 00:00:00 2001 From: Lukas Larsson Date: Mon, 27 Jan 2014 17:13:53 +0100 Subject: ose: Add -block option to run_erl ose docs --- lib/ose/doc/src/ose_intro.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'lib/ose/doc') diff --git a/lib/ose/doc/src/ose_intro.xml b/lib/ose/doc/src/ose_intro.xml index 3bab325289..8fe723ba83 100644 --- a/lib/ose/doc/src/ose_intro.xml +++ b/lib/ose/doc/src/ose_intro.xml @@ -40,7 +40,19 @@ run_erl_lm. Installing and starting the load module will add two new shell commands called run_erl and to_erl. They work in exactly the same way as the unix variants of run_erl and to_erl, except that the read - and write pipes have to be placed under the /pipe vm. See also + and write pipes have to be placed under the /pipe vm. One additional + option also exists to run_erl on ose: + + -block Name + The name of the install handle and block that will be created/used by + installing and exectuting the first part of the command. If nothing + if given the basename of the load module will be used for this value. + Example: + pm_install erlang /path/to/erlang/vm +run_erl -daemon -block erlang /pipe/ /mst/erlang_logs/ "erl -A 10" + + + See also run_erl for more details.

-- cgit v1.2.3