From cde144cccad859ace97553507afdc040d8eeb89c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 3 Jun 2019 17:49:59 +0200 Subject: alt_dist docs: Correct the mf_getstat description --- erts/doc/src/alt_dist.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'erts') diff --git a/erts/doc/src/alt_dist.xml b/erts/doc/src/alt_dist.xml index 7c997cae20..f72e8acd2c 100644 --- a/erts/doc/src/alt_dist.xml +++ b/erts/doc/src/alt_dist.xml @@ -680,7 +680,10 @@ of the distribution controller, Received is received packets, Sent is sent packets, and PendSend is - amount of packets in queue to be sent + amount of data in queue to be sent + (typically in bytes, but dist_util + only checks whether the value is non-zero + to know there is data in queue) or a boolean() indicating whether there are packets in queue to be sent.

-- cgit v1.2.3