aboutsummaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorMagnus Lidén <[email protected]>2014-02-24 09:23:29 +0100
committerMagnus Lidén <[email protected]>2014-04-02 16:11:32 +0200
commit107b27ef809e4356ea258cbd820967ffb8fa0875 (patch)
tree3e30cc0e08fb1001b004c2e62cc2e0f45d6b0945 /system
parentdc99e212fd346c1f2bb19a63b5f447e7169ff30b (diff)
downloadotp-107b27ef809e4356ea258cbd820967ffb8fa0875.tar.gz
otp-107b27ef809e4356ea258cbd820967ffb8fa0875.tar.bz2
otp-107b27ef809e4356ea258cbd820967ffb8fa0875.zip
Correct and clean up documentation
The build and install documentation was not complete and needed some restructuring.
Diffstat (limited to 'system')
-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>.