diff options
author | Zandra Hird <[email protected]> | 2015-02-24 10:05:21 +0100 |
---|---|---|
committer | Zandra Hird <[email protected]> | 2015-02-24 10:05:31 +0100 |
commit | 74152be3475735b3cd76f0128359fc4b69eb51f6 (patch) | |
tree | fc1372309dfb59432615bec2d110b1d79c8df4d9 | |
parent | 121b920ed5a729e69e21d8869d554d736c10f427 (diff) | |
parent | d6628cffb5ce15237fd7cec774e1b69f526ece09 (diff) | |
download | otp-74152be3475735b3cd76f0128359fc4b69eb51f6.tar.gz otp-74152be3475735b3cd76f0128359fc4b69eb51f6.tar.bz2 otp-74152be3475735b3cd76f0128359fc4b69eb51f6.zip |
Merge branch 'nifoc/inet_doc_fixes' into maint
* nifoc/inet_doc_fixes:
Fix typos ("received to the socket")
-rw-r--r-- | lib/kernel/doc/src/inet.xml | 10 |
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> |