From 68d53c01b0b8e9a007a6a30158c19e34b2d2a34e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Wed, 18 May 2016 15:53:35 +0200 Subject: Update STDLIB documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Language cleaned up by the technical writers xsipewe and tmanevik from Combitech. Proofreading and corrections by Björn Gustavsson and Hans Bolinder. --- lib/stdlib/doc/src/stdlib_app.xml | 47 +++++++++++++++++++-------------------- 1 file changed, 23 insertions(+), 24 deletions(-) (limited to 'lib/stdlib/doc/src/stdlib_app.xml') diff --git a/lib/stdlib/doc/src/stdlib_app.xml b/lib/stdlib/doc/src/stdlib_app.xml index 5508be9c5d..cde73269a8 100644 --- a/lib/stdlib/doc/src/stdlib_app.xml +++ b/lib/stdlib/doc/src/stdlib_app.xml @@ -29,38 +29,38 @@ STDLIB - The STDLIB Application + The STDLIB application. -

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.

+

The STDLIB application 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.

+

The following configuration parameters are defined for the STDLIB + application. For more information about configuration parameters, see the + app(4) module in Kernel.

+ shell_esc = icl | abort -

This parameter can be used to alter the behaviour of - the Erlang shell when ^G is pressed.

+

Can be used to change the behavior of the Erlang shell when + ^G is pressed.

restricted_shell = module() -

This parameter can be used to run the Erlang shell - in restricted mode.

+

Can be used to run the Erlang shell in restricted mode.

shell_catch_exception = boolean() -

This parameter can be used to set the exception handling - of the Erlang shell's evaluator process.

+

Can be used to set the exception handling of the evaluator process of + Erlang shell.

shell_history_length = integer() >= 0 -

This parameter can be used to determine how many - commands are saved by the Erlang shell.

+

Can be used to determine how many commands are saved by the Erlang + shell.

shell_prompt_func = {Mod, Func} | default @@ -69,27 +69,26 @@ Mod = atom() Func = atom() -

This parameter can be used to set a customized - Erlang shell prompt function.

+

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.

+

Can be used to determine how many results are saved by the Erlang + shell.

shell_strings = boolean() -

This parameter can be used to determine how the Erlang - shell outputs lists of integers.

+

Can be used to determine how the Erlang shell outputs lists of + integers.

See Also -

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

+

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

-- cgit v1.2.3