diff options
author | Sverker Eriksson <[email protected]> | 2018-05-21 17:49:52 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2018-06-04 16:28:48 +0200 |
commit | b8631ef58c94507d876155ac92335fd9606b259f (patch) | |
tree | 6c26205aba376e66f72a0bbd7b82921b4ec0e44d /erts/doc/src/erl.xml | |
parent | 6dfe9675e59af81d9d0b11f6ef36777fc1e70d51 (diff) | |
download | otp-b8631ef58c94507d876155ac92335fd9606b259f.tar.gz otp-b8631ef58c94507d876155ac92335fd9606b259f.tar.bz2 otp-b8631ef58c94507d876155ac92335fd9606b259f.zip |
erts,stdlib: Improve docs about obsolete ets_limit
Diffstat (limited to 'erts/doc/src/erl.xml')
-rw-r--r-- | erts/doc/src/erl.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/erts/doc/src/erl.xml b/erts/doc/src/erl.xml index 74654a295d..4cf0066999 100644 --- a/erts/doc/src/erl.xml +++ b/erts/doc/src/erl.xml @@ -631,14 +631,16 @@ of process heaps is destroyed by the crash dump generation.</p> <p>Option <c>+d</c> instructs the emulator to produce only a core dump and no crash dump if an internal error is detected.</p> - <p>Calling <seealso marker="erlang:halt/1"> + <p>Calling <seealso marker="erlang#halt/1"> <c>erlang:halt/1</c></seealso> with a string argument still produces a crash dump. On Unix systems, sending an emulator process a <c>SIGUSR1</c> signal also forces a crash dump.</p> </item> <tag><marker id="+e"/><c><![CDATA[+e Number]]></c></tag> <item> - <p>Sets the maximum number of ETS tables.</p> + <p>Sets the maximum number of ETS tables. This limit is + <seealso marker="stdlib:ets#max_ets_tables">partially obsolete</seealso>. + </p> </item> <tag><c><![CDATA[+ec]]></c></tag> <item> |