diff options
author | Filipe David Manana <[email protected]> | 2011-09-20 10:52:39 -0700 |
---|---|---|
committer | Filipe David Manana <[email protected]> | 2011-09-20 22:33:32 -0700 |
commit | e88a46d9582e365a771f45236b6376a7e4fb0634 (patch) | |
tree | 77828343199d4763d1f2abd2c1af3fbfa1bd0456 /erts/doc/src | |
parent | 53cf0b70c705e0bf6c09f83f2ce2709d79593ce6 (diff) | |
download | otp-e88a46d9582e365a771f45236b6376a7e4fb0634.tar.gz otp-e88a46d9582e365a771f45236b6376a7e4fb0634.tar.bz2 otp-e88a46d9582e365a771f45236b6376a7e4fb0634.zip |
Fix documentation for erlang:process_flag/2
For the subsection about process_flag(save_calls, N) there's an
unrelated paragraph about process priorities which was copied
from the preceeding subsection regarding process_flag(priority, Level).
Diffstat (limited to 'erts/doc/src')
-rw-r--r-- | erts/doc/src/erlang.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index 2fabc6d62d..6b9f569eef 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -3704,12 +3704,6 @@ os_prompt%</pre> <tag><c>process_flag(save_calls, N)</c></tag> <item> - <p>When there are runnable processes on priority <c>max</c> - no processes on priority <c>low</c>, <c>normal</c>, or - <c>high</c> will be selected for execution. As with the - <c>high</c> priority, processes on lower priorities might - execute in parallel with processes on priority <c>max</c>. - </p> <p><c>N</c> must be an integer in the interval 0..10000. If <c>N</c> > 0, call saving is made active for the process, which means that information about the <c>N</c> |