OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man7 / raw.7
index 2408abf..6c8e10b 100644 (file)
@@ -66,7 +66,7 @@ Total Length:Always filled in.
 .PP
 If
 .B IP_HDRINCL
-is specified and the IP header has a nonzero destination address then
+is specified and the IP header has a nonzero destination address, then
 the destination address of the socket is used to route the packet.
 When
 .B MSG_DONTROUTE
@@ -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.
@@ -279,3 +279,12 @@ for path MTU discovery.
 and the
 .I <linux/ip.h>
 header file for the IP protocol.
+.SH COLOPHON
+This page is part of release 3.79 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.