diff options
author | Rickard Green <[email protected]> | 2013-02-05 11:26:21 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2013-02-05 11:26:21 +0100 |
commit | 59545ab39a8a7e123332318d4c1915621c5f4ba2 (patch) | |
tree | cefefc40c1fb31139be5f33cffc77c1fa2ca6cab | |
parent | 42f42d99fca3b303bd2cf7d54e4b76c0965f51e4 (diff) | |
download | otp-59545ab39a8a7e123332318d4c1915621c5f4ba2.tar.gz otp-59545ab39a8a7e123332318d4c1915621c5f4ba2.tar.bz2 otp-59545ab39a8a7e123332318d4c1915621c5f4ba2.zip |
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> |