From a9340a1692b0ae4d3b3c0328d007ac4a7db5cc75 Mon Sep 17 00:00:00 2001 From: Dan Gudmundsson Date: Thu, 3 Oct 2013 14:32:38 +0200 Subject: sasl: Add no_dot_erlang documentation and tests --- system/doc/system_principles/system_principles.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'system') diff --git a/system/doc/system_principles/system_principles.xml b/system/doc/system_principles/system_principles.xml index 27512a1660..42db8ede03 100644 --- a/system/doc/system_principles/system_principles.xml +++ b/system/doc/system_principles/system_principles.xml @@ -4,7 +4,7 @@
- 19962009 + 19962013 Ericsson AB. All Rights Reserved. @@ -105,6 +105,14 @@ init:stop()

Loads the code for and starts the applications Kernel, STDLIB and SASL.

+ no_dot_erlang.boot + +

Loads the code for and starts the applications Kernel and + STDLIB, skips loading the .erlang file. + Useful for scripts and other tools that should be behave the + same irregardless of user preferences. +

+

Which of start_clean and start_sasl to use as default is decided by the user when installing Erlang/OTP using -- cgit v1.2.3