From e88a46d9582e365a771f45236b6376a7e4fb0634 Mon Sep 17 00:00:00 2001 From: Filipe David Manana Date: Tue, 20 Sep 2011 10:52:39 -0700 Subject: 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). --- erts/doc/src/erlang.xml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'erts/doc') 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% process_flag(save_calls, N) -

When there are runnable processes on priority max - no processes on priority low, normal, or - high will be selected for execution. As with the - high priority, processes on lower priorities might - execute in parallel with processes on priority max. -

N must be an integer in the interval 0..10000. If N > 0, call saving is made active for the process, which means that information about the N -- cgit v1.2.3