Query: stdlib
OS: linux
Section: 7
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STDLIB(7) Erlang Application Definition STDLIB(7)NAMESTDLIB - The STDLIB ApplicationDESCRIPTIONThe STDLIB is mandatory in the sense that the minimal system based on Erlang/OTP consists of Kernel and STDLIB. The STDLIB application con- tains no services.CONFIGURATIONThe following configuration parameters are defined for the STDLIB application. See app(5) for more information about configuration parame- ters. 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_catch_exception = bool() : This parameter can be used to set the exception handling of the Erlang shell's evaluator process. shell_history_length = integer() >= 0 : This parameter can be used to determine how many commands are saved by the Erlang shell. shell_prompt_func = {Mod, Func} | default : where * Mod = atom() * Func = atom() This parameter can be used to set a customized Erlang shell prompt function. shell_saved_results = integer() >= 0 : This parameter can be used to determine how many results are saved by the Erlang shell.SEE ALSOapp(5) , application(3erl) , shell(3erl) , Ericsson AB stdlib 1.17.3 STDLIB(7)
| Related Man Pages | 
|---|
| any(3erl) - linux | 
| rel(5) - linux | 
| epp(3erl) - linux | 
| kernel(7) - linux | 
| stdlib(3) - netbsd | 
| Similar Topics in the Unix Linux Community | 
|---|
| Help | 
| function in UNIX | 
| What is the maximum number of parameter we can pass to a shell script function? | 
| Trying to implement count_collatz_step function | 
| Cannot access saved file |