OSDN Git Service

LDP: Update original to LDP v3.75
[linuxjm/LDP_man-pages.git] / original / man7 / ip.7
index 987ae4b..58d6b11 100644 (file)
@@ -10,7 +10,7 @@
 .\"
 .\" $Id: ip.7,v 1.19 2000/12/20 18:10:31 ak Exp $
 .\"
-.\" FIXME: The following socket options are yet to be documented
+.\" FIXME The following socket options are yet to be documented
 .\"    IP_XFRM_POLICY (2.5.48)
 .\"        Needs CAP_NET_ADMIN
 .\"    IP_IPSEC_POLICY (2.5.47)
@@ -56,7 +56,7 @@ described in RFC\ 791 and RFC\ 1122.
 .B ip
 contains a level 2 multicasting implementation conforming to RFC\ 1112.
 It also contains an IP router including a packet filter.
-.\" FIXME has someone verified that 2.1 is really 1812 compliant?
+.\" FIXME has someone verified that 2.1 is really 1812 compliant?
 .PP
 The programming interface is BSD-sockets compatible.
 For more information on sockets, see
@@ -499,7 +499,7 @@ take it into account for their packet retransmit strategy.
 To bootstrap the path MTU discovery process on unconnected sockets, it
 is possible to start with a big datagram size
 (up to 64K-headers bytes long) and let it shrink by updates of the path MTU.
-.\" FIXME this is an ugly hack
+.\" FIXME this is an ugly hack
 
 To get an initial estimate of the
 path MTU, connect a datagram socket to the destination address using
@@ -629,7 +629,7 @@ struct in_pktinfo {
 .fi
 .in
 .IP
-.\" FIXME elaborate on that.
+.\" FIXME elaborate on that.
 .I ipi_ifindex
 is the unique index of the interface the packet was received on.
 .I ipi_spec_dst
@@ -1006,17 +1006,17 @@ the port number in a socket address is specified as 0 when calling
 is called on a stream socket that was not previously bound;
 .IP *
 .BR connect (2)
-was called on a socket that was not not previously bound;
+was called on a socket that was not previously bound;
 .IP *
 .BR sendto (2)
-is called on a datagram socket that was not not previously bound.
+is called on a datagram socket that was not previously bound.
 .RE
 .IP
 Allocation of ephemeral ports starts with the first number in
 .IR ip_local_port_range
 and ends with the second number.
 If the range of ephemeral ports is exhausted,
-then the relevant system call returns an error (but see BUGS)
+then the relevant system call returns an error (but see BUGS).
 .IP
 Note that the port range in
 .IR ip_local_port_range
@@ -1070,8 +1070,8 @@ Contains an integer with the number of bytes.
 See
 .BR arp (7).
 .\" FIXME Document the conf/*/* interfaces
+.\"
 .\" FIXME Document the route/* interfaces
-.\" FIXME document them all
 .SS Ioctls
 All ioctls described in
 .BR socket (7)
@@ -1177,7 +1177,7 @@ The socket is not configured or an unknown socket type was requested.
 Other errors may be generated by the overlaying protocols; see
 .BR tcp (7),
 .BR raw (7),
-.BR udp (7)
+.BR udp (7),
 and
 .BR socket (7).
 .SH NOTES
@@ -1286,9 +1286,8 @@ does not work in some 2.2 kernels.
 RFC\ 791 for the original IP specification.
 RFC\ 1122 for the IPv4 host requirements.
 RFC\ 1812 for the IPv4 router requirements.
-.\" FIXME autobind INADDR REUSEADDR
 .SH COLOPHON
-This page is part of release 3.68 of the Linux
+This page is part of release 3.75 of the Linux
 .I man-pages
 project.
 A description of the project,