diff options
author | Lukas Larsson <[email protected]> | 2016-05-03 09:55:15 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2016-05-10 08:33:03 +0200 |
commit | dc203f539692a1191240209fb95afa020fa342b5 (patch) | |
tree | 7c1dc3894f9af840d80f9730df5bfd90f24414b3 /erts/doc/src | |
parent | e146a3eec5a2d384260aa8829777c89eaab09cbd (diff) | |
download | otp-dc203f539692a1191240209fb95afa020fa342b5.tar.gz otp-dc203f539692a1191240209fb95afa020fa342b5.tar.bz2 otp-dc203f539692a1191240209fb95afa020fa342b5.zip |
erts: Fix pre-bif yield current_function
Diffstat (limited to 'erts/doc/src')
-rw-r--r-- | erts/doc/src/erlang.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index 3930e5e11d..e0723127f2 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -4364,7 +4364,7 @@ os_prompt% </pre> <p> <c>size</c> is the entire heap of the process when garbage collection is triggered, this includes all generational heaps, the process stack, - any <seealso marker="process_flag_message_queue_data"> + any <seealso marker="#process_flag_message_queue_data"> messages that are considered to be part of the heap</seealso> and any extra memory that the garbage collector needs during collection. </p> |