Dyxa.com - Document Archive
Manual Pages     FAQs     HOWTOs    


 

STDLIB

Section: ERLANG APPLICATION DEFINITION (6)
Updated: stdlib 1.14.2
Index Return to Main Contents
 

NAME

STDLIB - The STDLIB Application  

DESCRIPTION

The STDLIB is mandatory in the sense that the minimal system based on Erlang/OTP consists of Kernel and STDLIB. The STDLIB application contains no services.

 

Configuration

The following configuration parameters are defined for the STDLIB application. See app(4) for more information about configuration parameters.

shell_esc = icl | abort:
This parameter can be used to alter the behaviour of the Erlang shell when ^G is pressed.
restricted_shell = module():
This parameter can be used to run the Erlang shell in restricted mode.
shell_history_length = integer() >= 0:
This parameter can be used to determine how many commands are saved by the Erlang shell.
shell_saved_results = integer() >= 0:
This parameter can be used to determine how many results are saved by the Erlang shell.
 

See Also

app(4), application(3), shell(3),  

AUTHOR

support - support@erlang.ericsson.se


 

Index

NAME
DESCRIPTION
Configuration
See Also
AUTHOR





 

© 2013 Dyxa.com. All Rights Reserved.