diff options
author | Lukas Larsson <[email protected]> | 2017-03-06 10:35:05 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2017-03-06 10:35:05 +0100 |
commit | 7b751e813f13dffc75dd615cbd0666d426a893e1 (patch) | |
tree | ade7327a879507020d9a188e5349be954f35b72d /erts/doc/src | |
parent | 0667e572bc2737b05f38301ef4129cbb63f75e84 (diff) | |
parent | 5f6c8a4554d2b2b78af4c13587ff964d90b0881e (diff) | |
download | otp-7b751e813f13dffc75dd615cbd0666d426a893e1.tar.gz otp-7b751e813f13dffc75dd615cbd0666d426a893e1.tar.bz2 otp-7b751e813f13dffc75dd615cbd0666d426a893e1.zip |
Merge branch 'maint'
Diffstat (limited to 'erts/doc/src')
-rw-r--r-- | erts/doc/src/erlang.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index 352d30f3b4..cb2cdec606 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -4863,7 +4863,9 @@ RealSystem = system + MissedSystem</code> <p><c><anno>BinInfo</anno></c> is a list containing miscellaneous information about binaries currently referred to by this process. This <c><anno>InfoTuple</anno></c> can be changed or - removed without prior notice.</p> + removed without prior notice. In the current implementation + <c><anno>BinInfo</anno></c> is a list of tuples. The tuples + contain; <c>BinaryId</c>, <c>BinarySize</c>, <c>BinaryRefcCount</c>.</p> </item> <tag><c>{catchlevel, <anno>CatchLevel</anno>}</c></tag> <item> |