diff options
author | Rickard Green <[email protected]> | 2013-02-14 17:37:36 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2013-02-14 17:37:36 +0100 |
commit | 953dffbb4b1497f86004b9bc4e13bf9ed6cc2bed (patch) | |
tree | 7817bb2a1ec3846cff386b317c4425584af48331 | |
parent | 39610314511a1ccc40472147a2f0ebc3d179fe23 (diff) | |
parent | 59545ab39a8a7e123332318d4c1915621c5f4ba2 (diff) | |
download | otp-953dffbb4b1497f86004b9bc4e13bf9ed6cc2bed.tar.gz otp-953dffbb4b1497f86004b9bc4e13bf9ed6cc2bed.tar.bz2 otp-953dffbb4b1497f86004b9bc4e13bf9ed6cc2bed.zip |
Merge branch 'rickard/r16b/notes-fix'
* rickard/r16b/notes-fix:
Fix erts-5.10 release notes
-rw-r--r-- | erts/doc/src/notes.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 42298e4824..0363f0237e 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -144,7 +144,7 @@ spawning processes, terminating processes, sending messages, etc.</item> <item>Optimizations of run queue management reducing contention.</item> - <item>Optimizations of process state changes reducing + <item>Optimizations of process internal state changes reducing contention.</item> </list> <p>These changes imply changes of the characteristics the system. Most notable: changed timing in the system.</p> @@ -403,7 +403,7 @@ </item> <item> <p> - The <seealso marker="#+stbt">+stbt</seealso> command line + The <seealso marker="erl#+stbt">+stbt</seealso> command line argument of <c>erl</c> was added. This argument can be used for trying to set scheduler bind type. Upon failure unbound schedulers will be used.</p> |