aboutsummaryrefslogtreecommitdiffstats
path: root/system/doc/system_principles
diff options
context:
space:
mode:
authorMagnus Lidén <[email protected]>2014-04-02 16:41:43 +0200
committerMagnus Lidén <[email protected]>2014-04-02 16:41:43 +0200
commitac79481c9bd9894616213a5b7eccf6d5f94cbed8 (patch)
treec734c294f4ef799e8364ddde6379da36f2257544 /system/doc/system_principles
parenteba291a52d4a78c128c5802775fa1bff187e0604 (diff)
parent1e8884134d7fbfee1e5aa546727bd5f3beed4921 (diff)
downloadotp-ac79481c9bd9894616213a5b7eccf6d5f94cbed8.tar.gz
otp-ac79481c9bd9894616213a5b7eccf6d5f94cbed8.tar.bz2
otp-ac79481c9bd9894616213a5b7eccf6d5f94cbed8.zip
Merge branch 'mange/update_source_build_doc/OTP-10269'
* mange/update_source_build_doc/OTP-10269: Add link to app resource file reference Correct and clean up documentation Delete obsolete verification doc Remove installation instruction for unix binary and reorder chapters
Diffstat (limited to 'system/doc/system_principles')
-rw-r--r--system/doc/system_principles/system_principles.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/system/doc/system_principles/system_principles.xml b/system/doc/system_principles/system_principles.xml
index 4f2202fdd1..70c69b1dab 100644
--- a/system/doc/system_principles/system_principles.xml
+++ b/system/doc/system_principles/system_principles.xml
@@ -4,7 +4,7 @@
<chapter>
<header>
<copyright>
- <year>1996</year><year>2013</year>
+ <year>1996</year><year>2014</year>
<holder>Ericsson AB. All Rights Reserved.</holder>
</copyright>
<legalnotice>
@@ -34,13 +34,12 @@
<p>An Erlang runtime system is started with the command <c>erl</c>:</p>
<pre>
% <input>erl</input>
-Erlang (BEAM) emulator version 5.2.3.5 [hipe] [threads:0]
+Erlang/OTP 17 [erts-6.0] [hipe] [smp:8:8]
-Eshell V5.2.3.5 (abort with ^G)
+Eshell V6.0 (abort with ^G)
1> </pre>
<p><c>erl</c> understands a number of command line arguments, see
- <c>erl(1)</c>. A number of them are also described in this
- chapter.</p>
+ <c>erl(1)</c>. A number of them are also described in this chapter.</p>
<p>Application programs can access the values of the command line
arguments by calling one of the functions
<c>init:get_argument(Key)</c>, or <c>init:get_arguments()</c>.