aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/doc/src
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2010-11-30 09:32:13 +0100
committerHans Bolinder <[email protected]>2010-11-30 09:32:13 +0100
commit982153fd5f403e116fa5e2f4f0206226206b46fd (patch)
tree350ce939ad30e97161d25b1f2bad10f22b1c01e3 /lib/stdlib/doc/src
parenta583c16d79b3a5299ce1b5482f1fb0a88d845a51 (diff)
parenta2a191f4cf18979920964f7bf81b4eb10c28ae3b (diff)
downloadotp-982153fd5f403e116fa5e2f4f0206226206b46fd.tar.gz
otp-982153fd5f403e116fa5e2f4f0206226206b46fd.tar.bz2
otp-982153fd5f403e116fa5e2f4f0206226206b46fd.zip
Merge branch 'hb/stdlib/dets_max_no_slots/OTP-8959' into dev
* hb/stdlib/dets_max_no_slots/OTP-8959: Increase default maximum number of slots of Dets tables
Diffstat (limited to 'lib/stdlib/doc/src')
-rw-r--r--lib/stdlib/doc/src/dets.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/stdlib/doc/src/dets.xml b/lib/stdlib/doc/src/dets.xml
index ad100d2cf5..b002af6616 100644
--- a/lib/stdlib/doc/src/dets.xml
+++ b/lib/stdlib/doc/src/dets.xml
@@ -4,7 +4,7 @@
<erlref>
<header>
<copyright>
- <year>1996</year><year>2009</year>
+ <year>1996</year><year>2010</year>
<holder>Ericsson AB. All Rights Reserved.</holder>
</copyright>
<legalnotice>
@@ -816,7 +816,7 @@ ok
</item>
<item>
<p><c>{max_no_slots, no_slots()}</c>, the maximum number
- of slots that will be used. The default value is 2 M, and
+ of slots that will be used. The default value as well as
the maximal value is 32 M. Note that a higher value may
increase the fragmentation of the table, and conversely,
that a smaller value may decrease the fragmentation, at