aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2017-03-03 10:00:48 +0100
committerLukas Larsson <[email protected]>2017-03-03 10:00:48 +0100
commit0989edec06b050fd480da1144f1e314514d4bf54 (patch)
tree245fa724b3798b1e8b9570bf04be4d5b8dc7c7db
parent7b419c0a38bd4dbc749621535a81d0d34f76ec57 (diff)
downloadotp-0989edec06b050fd480da1144f1e314514d4bf54.tar.gz
otp-0989edec06b050fd480da1144f1e314514d4bf54.tar.bz2
otp-0989edec06b050fd480da1144f1e314514d4bf54.zip
erts: Clarify process_info(pid(), binary) docs
Correct id for 7b419c0a38bd4db: OTP-14234
-rw-r--r--erts/doc/src/erlang.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml
index 112682d713..cf5f3fc99b 100644
--- a/erts/doc/src/erlang.xml
+++ b/erts/doc/src/erlang.xml
@@ -4869,7 +4869,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>