aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel
diff options
context:
space:
mode:
authorZandra Hird <[email protected]>2015-02-24 10:06:37 +0100
committerZandra Hird <[email protected]>2015-02-24 10:06:37 +0100
commitdbc811ea2687d978c18a83679eb0ad14bd48a4b9 (patch)
treee3ab1b7096157a25f8847d866de754dc10135ad6 /lib/kernel
parentbcf520a6aeb5ff4423ade377e38269383b52e8f7 (diff)
parent74152be3475735b3cd76f0128359fc4b69eb51f6 (diff)
downloadotp-dbc811ea2687d978c18a83679eb0ad14bd48a4b9.tar.gz
otp-dbc811ea2687d978c18a83679eb0ad14bd48a4b9.tar.bz2
otp-dbc811ea2687d978c18a83679eb0ad14bd48a4b9.zip
Merge branch 'maint'
Diffstat (limited to 'lib/kernel')
-rw-r--r--lib/kernel/doc/src/inet.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/kernel/doc/src/inet.xml b/lib/kernel/doc/src/inet.xml
index 8dd311e5cd..77a8caaaf6 100644
--- a/lib/kernel/doc/src/inet.xml
+++ b/lib/kernel/doc/src/inet.xml
@@ -332,23 +332,23 @@ fe80::204:acff:fe17:bf38
<taglist>
<tag><c>recv_avg</c></tag>
<item>
- <p>Average size of packets in bytes received to the socket.</p>
+ <p>Average size of packets in bytes received by the socket.</p>
</item>
<tag><c>recv_cnt</c></tag>
<item>
- <p>Number of packets received to the socket.</p>
+ <p>Number of packets received by the socket.</p>
</item>
<tag><c>recv_dvi</c></tag>
<item>
- <p>Average packet size deviation in bytes received to the socket.</p>
+ <p>Average packet size deviation in bytes received by the socket.</p>
</item>
<tag><c>recv_max</c></tag>
<item>
- <p>The size of the largest packet in bytes received to the socket.</p>
+ <p>The size of the largest packet in bytes received by the socket.</p>
</item>
<tag><c>recv_oct</c></tag>
<item>
- <p>Number of bytes received to the socket.</p>
+ <p>Number of bytes received by the socket.</p>
</item>
<tag><c>send_avg</c></tag>