~rdoering/ubuntu/karmic/erlang/fix-535090

« back to all changes in this revision

Viewing changes to lib/stdlib/doc/src/stdlib_app.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-02-15 16:42:52 UTC
  • mfrom: (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090215164252-q5x4rcf8a5pbesb1
Tags: 1:12.b.5-dfsg-2
Upload to unstable after lenny is released.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="latin1" ?>
 
2
<!DOCTYPE appref SYSTEM "appref.dtd">
 
3
 
 
4
<appref>
 
5
  <header>
 
6
    <copyright>
 
7
      <year>2005</year>
 
8
      <year>2007</year>
 
9
      <holder>Ericsson AB, All Rights Reserved</holder>
 
10
    </copyright>
 
11
    <legalnotice>
 
12
  The contents of this file are subject to the Erlang Public License,
 
13
  Version 1.1, (the "License"); you may not use this file except in
 
14
  compliance with the License. You should have received a copy of the
 
15
  Erlang Public License along with this software. If not, it can be
 
16
  retrieved online at http://www.erlang.org/.
 
17
 
 
18
  Software distributed under the License is distributed on an "AS IS"
 
19
  basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
 
20
  the License for the specific language governing rights and limitations
 
21
  under the License.
 
22
 
 
23
  The Initial Developer of the Original Code is Ericsson AB.
 
24
    </legalnotice>
 
25
 
 
26
    <title>STDLIB</title>
 
27
    <prepared></prepared>
 
28
    <docno></docno>
 
29
    <date></date>
 
30
    <rev></rev>
 
31
  </header>
 
32
  <app>STDLIB</app>
 
33
  <appsummary>The STDLIB Application</appsummary>
 
34
  <description>
 
35
    <p>The STDLIB is mandatory in the sense that the minimal system
 
36
      based on Erlang/OTP consists of Kernel and STDLIB. The STDLIB
 
37
      application contains no services.</p>
 
38
  </description>
 
39
 
 
40
  <section>
 
41
    <title>Configuration</title>
 
42
    <p>The following configuration parameters are defined for the STDLIB
 
43
      application. See <c>app(4)</c> for more information about
 
44
      configuration parameters.</p>
 
45
    <taglist>
 
46
      <tag><c>shell_esc = icl | abort</c></tag>
 
47
      <item>
 
48
        <p>This parameter can be used to alter the behaviour of 
 
49
          the Erlang shell when ^G is pressed.</p>
 
50
      </item>
 
51
      <tag><c>restricted_shell = module()</c></tag>
 
52
      <item>
 
53
        <p>This parameter can be used to run the Erlang shell
 
54
          in restricted mode.</p>
 
55
      </item>
 
56
      <tag><c>shell_catch_exception = bool()</c></tag>
 
57
      <item>
 
58
        <p>This parameter can be used to set the exception handling
 
59
          of the Erlang shell's evaluator process.</p>
 
60
      </item>
 
61
      <tag><c>shell_history_length = integer() >= 0</c></tag>
 
62
      <item>
 
63
        <p>This parameter can be used to determine how many 
 
64
          commands are saved by the Erlang shell.</p>
 
65
      </item>
 
66
      <tag><c>shell_saved_results = integer() >= 0</c></tag>
 
67
      <item>
 
68
        <p>This parameter can be used to determine how many 
 
69
          results are saved by the Erlang shell.</p>
 
70
      </item>
 
71
    </taglist>
 
72
  </section>
 
73
 
 
74
  <section>
 
75
    <title>See Also</title>
 
76
    <p><seealso marker="kernel:app">app(4)</seealso>,
 
77
      <seealso marker="kernel:application">application(3)</seealso>, 
 
78
      <seealso marker="shell">shell(3)</seealso>, </p>
 
79
  </section>
 
80
</appref>
 
81