diff options
author | Lukas Larsson <[email protected]> | 2017-03-06 10:34:28 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2017-03-06 10:34:28 +0100 |
commit | 5f6c8a4554d2b2b78af4c13587ff964d90b0881e (patch) | |
tree | 8897782d81179a5c3ff150b5a79705fa03323158 | |
parent | b089b27a486e7175c1145db61d464922a46cad65 (diff) | |
parent | 0989edec06b050fd480da1144f1e314514d4bf54 (diff) | |
download | otp-5f6c8a4554d2b2b78af4c13587ff964d90b0881e.tar.gz otp-5f6c8a4554d2b2b78af4c13587ff964d90b0881e.tar.bz2 otp-5f6c8a4554d2b2b78af4c13587ff964d90b0881e.zip |
Merge branch 'lukas/erts/19.3-doc-fixes' into maint
* lukas/erts/19.3-doc-fixes:
erts: Clarify process_info(pid(), binary) docs
-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 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> |