From d6628cffb5ce15237fd7cec774e1b69f526ece09 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Thu, 19 Feb 2015 14:18:58 +0100 Subject: Fix typos ("received to the socket") --- lib/kernel/doc/src/inet.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lib/kernel/doc') 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 recv_avg -

Average size of packets in bytes received to the socket.

+

Average size of packets in bytes received by the socket.

recv_cnt -

Number of packets received to the socket.

+

Number of packets received by the socket.

recv_dvi -

Average packet size deviation in bytes received to the socket.

+

Average packet size deviation in bytes received by the socket.

recv_max -

The size of the largest packet in bytes received to the socket.

+

The size of the largest packet in bytes received by the socket.

recv_oct -

Number of bytes received to the socket.

+

Number of bytes received by the socket.

send_avg -- cgit v1.2.3