From 107b27ef809e4356ea258cbd820967ffb8fa0875 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20Lid=C3=A9n?= Date: Mon, 24 Feb 2014 09:23:29 +0100 Subject: Correct and clean up documentation The build and install documentation was not complete and needed some restructuring. --- system/doc/system_principles/system_principles.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'system/doc/system_principles') 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 @@
- 19962013 + 19962014 Ericsson AB. All Rights Reserved. @@ -34,13 +34,12 @@

An Erlang runtime system is started with the command erl:

 % erl
-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> 

erl understands a number of command line arguments, see - erl(1). A number of them are also described in this - chapter.

+ erl(1). A number of them are also described in this chapter.

Application programs can access the values of the command line arguments by calling one of the functions init:get_argument(Key), or init:get_arguments(). -- cgit v1.2.3