aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2019-06-18 12:10:22 +0200
committerGitHub <[email protected]>2019-06-18 12:10:22 +0200
commite4c7350a94affef3c295e00a4a6662222b6207d5 (patch)
tree3f0a22004c15ba26186db12a1b30f8379290670e /erts
parente5b0b72d7213788ae6d4f01be14ba48ac463589d (diff)
parentcde144cccad859ace97553507afdc040d8eeb89c (diff)
downloadotp-e4c7350a94affef3c295e00a4a6662222b6207d5.tar.gz
otp-e4c7350a94affef3c295e00a4a6662222b6207d5.tar.bz2
otp-e4c7350a94affef3c295e00a4a6662222b6207d5.zip
Merge pull request #2271 from essen/alt-dist-getstat-non-zero
alt_dist docs: Correct the mf_getstat description
Diffstat (limited to 'erts')
-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>