aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-06-03 17:49:59 +0200
committerLoïc Hoguin <[email protected]>2019-06-03 17:49:59 +0200
commitcde144cccad859ace97553507afdc040d8eeb89c (patch)
tree1818d3ad754475e8bd49ddeb27b22a9f6f3866c5 /erts/doc
parentfbee646c4ff63327512f25eb07be0ede66e55599 (diff)
downloadotp-cde144cccad859ace97553507afdc040d8eeb89c.tar.gz
otp-cde144cccad859ace97553507afdc040d8eeb89c.tar.bz2
otp-cde144cccad859ace97553507afdc040d8eeb89c.zip
alt_dist docs: Correct the mf_getstat description
Diffstat (limited to 'erts/doc')
-rw-r--r--erts/doc/src/alt_dist.xml5
1 files changed, 4 insertions, 1 deletions
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, <c>Received</c>
is received packets, <c>Sent</c> is
sent packets, and <c>PendSend</c> is
- amount of packets in queue to be sent
+ amount of data in queue to be sent
+ (typically in bytes, but <c>dist_util</c>
+ only checks whether the value is non-zero
+ to know there is data in queue)
or a <c>boolean()</c> indicating whether
there are packets in queue to be sent.
</p>