diff options
author | Björn-Egil Dahlberg <[email protected]> | 2013-11-05 06:43:47 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2013-11-05 06:43:47 +0100 |
commit | 3d4078722e5baa1bc64c1e6a808f98c802faa6c8 (patch) | |
tree | 31e2e913abbf619ae3025d0cfc701a7a999a1825 | |
parent | 00a3dade2d58836bca334be36843775343e5e269 (diff) | |
download | otp-3d4078722e5baa1bc64c1e6a808f98c802faa6c8.tar.gz otp-3d4078722e5baa1bc64c1e6a808f98c802faa6c8.tar.bz2 otp-3d4078722e5baa1bc64c1e6a808f98c802faa6c8.zip |
erts: Clarify documentation for erlang:statistics(run_queue)
-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> |