aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorJohn Högberg <[email protected]>2019-06-18 14:53:49 +0200
committerJohn Högberg <[email protected]>2019-06-18 14:53:49 +0200
commit0a80a16ccbac0b9730e4345251b3c14a7d6e9890 (patch)
tree888eac361734267e392d676d229a9dc87a4c9229 /erts
parentdf60ce8cd980664acaea19132b3116011aa3b706 (diff)
parente4c7350a94affef3c295e00a4a6662222b6207d5 (diff)
downloadotp-0a80a16ccbac0b9730e4345251b3c14a7d6e9890.tar.gz
otp-0a80a16ccbac0b9730e4345251b3c14a7d6e9890.tar.bz2
otp-0a80a16ccbac0b9730e4345251b3c14a7d6e9890.zip
Merge branch 'maint'
* maint: 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>