diff options
author | Steve Vinoski <[email protected]> | 2013-09-04 10:21:47 -0400 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2013-09-24 09:53:35 +0200 |
commit | 75a79e6547fd66c2194d6f488c30ad888a715f4b (patch) | |
tree | fc463d28df3ff9871c9fa46eed4e0f3589245141 /erts/doc/src/erl.xml | |
parent | 5fb8ad6250e2a40b12824f89c42dc91b04a39c40 (diff) | |
download | otp-75a79e6547fd66c2194d6f488c30ad888a715f4b.tar.gz otp-75a79e6547fd66c2194d6f488c30ad888a715f4b.tar.bz2 otp-75a79e6547fd66c2194d6f488c30ad888a715f4b.zip |
add system_info(ets_limit)
Add system_info(ets_limit) to provide a way to retrieve the runtime's
maximum number of ETS tables. Add tests and documentation for it too.
Also repair the alphabetical order of system_info/1 argument descriptions
in the documentation and in the erlang.erl clauses. Add new preloaded
erlang.erl due to that change. Also ensure all system_info/1 clauses are
represented in the erlang.xml source documentation -- a couple had been
inadvertently dropped in previous commits when other clauses were added.
Diffstat (limited to 'erts/doc/src/erl.xml')
-rw-r--r-- | erts/doc/src/erl.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/doc/src/erl.xml b/erts/doc/src/erl.xml index c16b45856d..528a2d95aa 100644 --- a/erts/doc/src/erl.xml +++ b/erts/doc/src/erl.xml @@ -524,7 +524,7 @@ <p>Calling <c>erlang:halt/1</c> with a string argument will still produce a crash dump.</p> </item> - <tag><c><![CDATA[+e Number]]></c></tag> + <tag><marker id="+e"><c><![CDATA[+e Number]]></c></marker></tag> <item> <p>Set max number of ETS tables.</p> </item> |