aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc/src/start_erl.xml
diff options
context:
space:
mode:
authorPatrik Nyblom <[email protected]>2011-05-27 16:38:14 +0200
committerPatrik Nyblom <[email protected]>2011-05-27 16:38:14 +0200
commitd634d08090677e1f0f0d41a461c7ad8b688e1afd (patch)
tree08a34918f6ef0cf19342e77ab27f3f2263f6c22d /erts/doc/src/start_erl.xml
parent1ae1996053a1a621cb2d013a3f8377accde78f00 (diff)
downloadotp-d634d08090677e1f0f0d41a461c7ad8b688e1afd.tar.gz
otp-d634d08090677e1f0f0d41a461c7ad8b688e1afd.tar.bz2
otp-d634d08090677e1f0f0d41a461c7ad8b688e1afd.zip
Convert windows start_erl to take rootdir on command line
Diffstat (limited to 'erts/doc/src/start_erl.xml')
-rw-r--r--erts/doc/src/start_erl.xml29
1 files changed, 23 insertions, 6 deletions
diff --git a/erts/doc/src/start_erl.xml b/erts/doc/src/start_erl.xml
index 21cc901f52..6f6930af7e 100644
--- a/erts/doc/src/start_erl.xml
+++ b/erts/doc/src/start_erl.xml
@@ -69,12 +69,29 @@
<c><![CDATA[erl]]></c> program. Everything <em>after</em><c><![CDATA[++]]></c> is
interpreted as options to <c><![CDATA[start_erl]]></c> itself.</item>
<tag>-reldir &lt;release root&gt;</tag>
- <item>Mandatory if the environment variable <c><![CDATA[RELDIR]]></c> is not
- specified. Tells start_erl where the root of the
- release tree is placed in the file-system
- (like &lt;Erlang root&gt;\\releases). The
- <c><![CDATA[start_erl.data]]></c> file is expected to be placed in
- this directory (if not otherwise specified).</item>
+
+ <item>Mandatory if the environment variable
+ <c><![CDATA[RELDIR]]></c> is not specified and no
+ <c>-rootdir</c> option is given. Tells start_erl where the
+ root of the release tree is placed in the file-system (typically
+ &lt;Erlang root&gt;\\releases). The
+ <c><![CDATA[start_erl.data]]></c> file is expected to be
+ placed in this directory (if not otherwise specified). If
+ only the <c>-rootdir</c> option is given, the directory is
+ assumed to be &lt;Erlang root&gt;\\releases.</item>
+
+ <tag>-rootdir &lt;Erlang root directory&gt;</tag>
+
+ <item>Mandatory if <c>-reldir</c> is not given and there is
+ no <c><![CDATA[RELDIR]]></c> in the environment. This
+ specifies the Erlang installation root directory (under
+ which the <c>lib</c>, <c>releases</c> and
+ <c>erts-&lt;Version&gt;</c> directories are placed). If only
+ <c>-reldir</c> (or the environment variable
+ <c><![CDATA[RELDIR]]></c>) is given, the Erlang root is assumed to
+ be the directory exactly one level above the release
+ directory.</item>
+
<tag>-data &lt;data file name&gt;</tag>
<item>Optional, specifies another data file than start_erl.data
in the &lt;release root&gt;. It is specified relative to the