diff options
| -rw-r--r-- | erts/doc/src/erl.xml | 11 | 
1 files changed, 4 insertions, 7 deletions
| diff --git a/erts/doc/src/erl.xml b/erts/doc/src/erl.xml index f354d68d45..5bfa518266 100644 --- a/erts/doc/src/erl.xml +++ b/erts/doc/src/erl.xml @@ -985,15 +985,12 @@  	    documentation of the <seealso marker="#+sbt">+sbt</seealso> flag.  	    </p>  	  </item> -	  <tag><marker id="+sws"><c>+sws default|legacy|proposal</c></marker></tag> +	  <tag><marker id="+sws"><c>+sws default|legacy</c></marker></tag>  	  <item> -             <p>Set scheduler wakeup strategy. Default is <c>legacy</c> (has been -	        used since OTP-R13B). The <c>proposal</c> strategy is the currently -		proposed strategy for OTP-R16. Note that the <c>proposal</c> strategy -		might change during OTP-R15. +             <p> +	       Set scheduler wakeup strategy. Default strategy changed in erts-5.10/OTP-R16A. This strategy was previously known as <c>proposal</c> in OTP-R15. The <c>legacy</c> strategy was used as default from R13 up to and including R15.  	     </p> -             <p><em>NOTE:</em> This flag may be removed or changed at any time -	        without prior notice. +             <p><em>NOTE:</em> This flag may be removed or changed at any time without prior notice.  	     </p>  	  </item>  	  <tag><marker id="+swt"><c>+swt very_low|low|medium|high|very_high</c></marker></tag> | 
