diff options
author | Henrik Nord <[email protected]> | 2011-11-16 15:44:44 +0100 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2011-11-16 15:44:49 +0100 |
commit | 4f872459b0a5b5f15273456ec0266a07f52fc5ac (patch) | |
tree | bb1a63416a6c10a6903823724fb6c6824a16d5f0 /erts/doc/src/erlang.xml | |
parent | 7a116060a37002d7fe2a52c492047d252323848e (diff) | |
parent | e88a46d9582e365a771f45236b6376a7e4fb0634 (diff) | |
download | otp-4f872459b0a5b5f15273456ec0266a07f52fc5ac.tar.gz otp-4f872459b0a5b5f15273456ec0266a07f52fc5ac.tar.bz2 otp-4f872459b0a5b5f15273456ec0266a07f52fc5ac.zip |
Merge branch 'fm/process_info_doc_fix'
* fm/process_info_doc_fix:
Fix documentation for erlang:process_flag/2
OTP-9714
Diffstat (limited to 'erts/doc/src/erlang.xml')
-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 b923a5f1fc..2ea144eb3f 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -3719,12 +3719,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> |