aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ose/doc
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2014-01-27 17:13:53 +0100
committerLukas Larsson <[email protected]>2014-02-24 15:16:04 +0100
commit31c4876582acf42f77f65f0d822d4d224d642364 (patch)
tree4f6c94cb2929778f4740205f14bc6400f7e103f6 /lib/ose/doc
parentae561e41e5578b373311556c9f9e619f277f825b (diff)
downloadotp-31c4876582acf42f77f65f0d822d4d224d642364.tar.gz
otp-31c4876582acf42f77f65f0d822d4d224d642364.tar.bz2
otp-31c4876582acf42f77f65f0d822d4d224d642364.zip
ose: Add -block option to run_erl ose docs
Diffstat (limited to 'lib/ose/doc')
-rw-r--r--lib/ose/doc/src/ose_intro.xml14
1 files changed, 13 insertions, 1 deletions
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:
+ <taglist>
+ <tag><c>-block Name</c></tag>
+ <item>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:
+ <code>pm_install erlang /path/to/erlang/vm
+run_erl -daemon -block erlang /pipe/ /mst/erlang_logs/ "erl -A 10"</code>
+ </item>
+ </taglist>
+ See also
<seealso marker="erts:run_erl">run_erl</seealso> for more details.
</p>
</section>