diff options
author | Björn-Egil Dahlberg <[email protected]> | 2013-11-19 11:46:07 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2013-11-19 11:46:07 +0100 |
commit | cf778538b3c9bcae35c2235f0d62a646bedf98c9 (patch) | |
tree | e0d49cbfead122135fdfc781523c53f81b8f38c1 /erts | |
parent | e9bb2db7804e7356da7504a8994b6ff24393c05c (diff) | |
parent | 3d4078722e5baa1bc64c1e6a808f98c802faa6c8 (diff) | |
download | otp-cf778538b3c9bcae35c2235f0d62a646bedf98c9.tar.gz otp-cf778538b3c9bcae35c2235f0d62a646bedf98c9.tar.bz2 otp-cf778538b3c9bcae35c2235f0d62a646bedf98c9.zip |
Merge branch 'egil/clarify-erts-doc' into maint
* egil/clarify-erts-doc:
erts: Clarify documentation for erlang:statistics(run_queue)
Diffstat (limited to 'erts')
-rw-r--r-- | erts/doc/src/erlang.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index bc38055b62..cbb25c2cf2 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -4727,8 +4727,8 @@ true</pre> <name name="statistics" arity="1" clause_i="6"/> <fsummary>Information about the run-queue</fsummary> <desc> - <p>Returns the length of the run queue, that is, the number - of processes that are ready to run.</p> + <p>Returns the total length of the run queues, that is, the number + of processes that are ready to run on all available run queues.</p> </desc> </func> <func> |