From 3d4078722e5baa1bc64c1e6a808f98c802faa6c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn-Egil=20Dahlberg?= Date: Tue, 5 Nov 2013 06:43:47 +0100 Subject: erts: Clarify documentation for erlang:statistics(run_queue) --- erts/doc/src/erlang.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'erts/doc/src/erlang.xml') 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 Information about the run-queue -

Returns the length of the run queue, that is, the number - of processes that are ready to run.

+

Returns the total length of the run queues, that is, the number + of processes that are ready to run on all available run queues.

-- cgit v1.2.3