diff options
author | Hans Bolinder <[email protected]> | 2013-02-15 12:49:37 +0100 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2013-02-15 12:49:37 +0100 |
commit | 0d77170a3f0e537d103d83f28ae09977d6e95fb8 (patch) | |
tree | 0380f6ae63b5f059498b69b4b85398ba0438c14e /lib/stdlib/doc/src/stdlib_app.xml | |
parent | 739b5db228de76dd42ab7f29983724cceafed9c2 (diff) | |
parent | 07c086c1b9ea74996f20339d42ca91c3411966f5 (diff) | |
download | otp-0d77170a3f0e537d103d83f28ae09977d6e95fb8.tar.gz otp-0d77170a3f0e537d103d83f28ae09977d6e95fb8.tar.bz2 otp-0d77170a3f0e537d103d83f28ae09977d6e95fb8.zip |
Merge branch 'hb/stdlib/new_l_modifier/otp-10755'
* hb/stdlib/new_l_modifier/otp-10755:
[stdlib] Add new SDTLIB application variable 'shell_strings'
[stdlib] Add control sequence modifier 'l'
Diffstat (limited to 'lib/stdlib/doc/src/stdlib_app.xml')
-rw-r--r-- | lib/stdlib/doc/src/stdlib_app.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/stdlib/doc/src/stdlib_app.xml b/lib/stdlib/doc/src/stdlib_app.xml index a615c1bf88..2391bb6f03 100644 --- a/lib/stdlib/doc/src/stdlib_app.xml +++ b/lib/stdlib/doc/src/stdlib_app.xml @@ -4,7 +4,7 @@ <appref> <header> <copyright> - <year>2005</year><year>2010</year> + <year>2005</year><year>2013</year> <holder>Ericsson AB. All Rights Reserved.</holder> </copyright> <legalnotice> @@ -51,7 +51,7 @@ <p>This parameter can be used to run the Erlang shell in restricted mode.</p> </item> - <tag><c>shell_catch_exception = bool()</c></tag> + <tag><c>shell_catch_exception = boolean()</c></tag> <item> <p>This parameter can be used to set the exception handling of the Erlang shell's evaluator process.</p> @@ -76,6 +76,11 @@ <p>This parameter can be used to determine how many results are saved by the Erlang shell.</p> </item> + <tag><c>shell_strings = boolean()</c></tag> + <item> + <p>This parameter can be used to determine how the Erlang + shell outputs lists of integers.</p> + </item> </taglist> </section> |