diff options
author | Lukas Larsson <[email protected]> | 2018-03-01 16:10:45 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2018-03-02 15:35:12 +0100 |
commit | 3aa27a437b27d2c02357ed28360b67e3005e49d3 (patch) | |
tree | 758620725b4a8c7d079c4b06057fc1cbc3da75d7 /erts/doc/src/notes.xml | |
parent | 3bba476ad0df599050ccfc0826856111f5ff1bde (diff) | |
download | otp-3aa27a437b27d2c02357ed28360b67e3005e49d3.tar.gz otp-3aa27a437b27d2c02357ed28360b67e3005e49d3.tar.bz2 otp-3aa27a437b27d2c02357ed28360b67e3005e49d3.zip |
erts: Cleanup erlang:system_info docs
Attempt to make the system_info docs easier to navigate
by grouping items of similar themes together in the documentation.
Diffstat (limited to 'erts/doc/src/notes.xml')
-rw-r--r-- | erts/doc/src/notes.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 3109da6738..7ef42c2318 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -10964,7 +10964,7 @@ <c>update_cpu_info</c> will make the runtime system reread and update the internally stored CPU information. For more information see the documentation of <seealso - marker="erlang#update_cpu_info">erlang:system_info(update_cpu_info)</seealso>.</p> + marker="erlang#system_info_update_cpu_info">erlang:system_info(update_cpu_info)</seealso>.</p> <p> The CPU topology is now automatically detected on Windows systems with less than 33 logical processors. The runtime |