diff options
author | Björn-Egil Dahlberg <[email protected]> | 2011-09-16 15:14:06 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2011-09-16 15:14:06 +0200 |
commit | 3753f81232c68c8db9e6dcd0b2911583cf1b5bd1 (patch) | |
tree | 600b4e671d3b21f88c7c2c1fa13802dcb4144ac4 /lib/stdlib/doc/src | |
parent | a6b27d639e5c7c85e765331cfe7befbe23c4954b (diff) | |
parent | 1cc98829ed8649e585556cd009495522e42f21da (diff) | |
download | otp-3753f81232c68c8db9e6dcd0b2911583cf1b5bd1.tar.gz otp-3753f81232c68c8db9e6dcd0b2911583cf1b5bd1.tar.bz2 otp-3753f81232c68c8db9e6dcd0b2911583cf1b5bd1.zip |
Merge branch 'pan/erl-bif-types/OTP-9496' into dev
* pan/erl-bif-types/OTP-9496:
Cleanup ETS bif's in hipe:erl_bif_types.erl (for dialyzer)
Diffstat (limited to 'lib/stdlib/doc/src')
-rw-r--r-- | lib/stdlib/doc/src/ets.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/stdlib/doc/src/ets.xml b/lib/stdlib/doc/src/ets.xml index 8c952708c5..f19f92be6f 100644 --- a/lib/stdlib/doc/src/ets.xml +++ b/lib/stdlib/doc/src/ets.xml @@ -513,6 +513,9 @@ Error: fun containing local Erlang function calls the table has been fixed by the process.</p> <p>If the table never has been fixed, the call returns <c>false</c>.</p> + <item><c>Item=stats, Value=tuple()</c> <br></br> + Returns internal statistics about set, bag and duplicate_bag tables on an internal format used by OTP test suites. + Not for production use.</item> </item> </list> </desc> |