aboutsummaryrefslogtreecommitdiffstats
path: root/man7/raw.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/raw.7')
-rw-r--r--man7/raw.74
1 files changed, 2 insertions, 2 deletions
diff --git a/man7/raw.7 b/man7/raw.7
index 2408abf657..aa4a0e5270 100644
--- a/man7/raw.7
+++ b/man7/raw.7
@@ -84,7 +84,7 @@ for more information.
In Linux 2.2, all IP header fields and options can be set using
IP socket options.
-This means raw sockets are usually only needed for new
+This means raw sockets are usually needed only for new
protocols or protocols with no user interface (like ICMP).
When a packet is received, it is passed to any raw sockets which have
@@ -129,7 +129,7 @@ In addition, all
.B IPPROTO_IP
socket options valid for datagram sockets are supported.
.SS Error handling
-Errors originating from the network are only passed to the user when the
+Errors originating from the network are passed to the user only when the
socket is connected or the
.B IP_RECVERR
flag is enabled.