diff options
Diffstat (limited to 'man7')
| -rw-r--r-- | man7/ipv6.7 | 2 | ||||
| -rw-r--r-- | man7/socket.7 | 8 | ||||
| -rw-r--r-- | man7/tcp.7 | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/man7/ipv6.7 b/man7/ipv6.7 index 4c80df6279..506218af69 100644 --- a/man7/ipv6.7 +++ b/man7/ipv6.7 @@ -23,7 +23,7 @@ structure. .\" Formerly IPV6_PKTOPTIONS .\" IPV6_2292HOPLIMIT (2.6.14) .\" Formerly IPV6_HOPLIMIT, which is documented -.\" +.\" .\" IPV6_RECVHOPLIMIT (2.6.14) .\" IPV6_RECVHOPOPTS (2.6.14) .\" IPV6_RTHDRDSTOPTS (2.6.14) diff --git a/man7/socket.7 b/man7/socket.7 index 5515a74e01..32ec131f9e 100644 --- a/man7/socket.7 +++ b/man7/socket.7 @@ -241,9 +241,9 @@ interfaces in the sockets API, the type .IR "struct sockaddr" is defined. -The purpose of this type is purely to allow casting of +The purpose of this type is purely to allow casting of domain-specific socket address types to a "generic" type, -so as to avoid compiler warnings about type mismatches in +so as to avoid compiler warnings about type mismatches in calls to the sockets API. In addition, the sockets API provides the data type @@ -251,7 +251,7 @@ In addition, the sockets API provides the data type This type is suitable to accommodate all supported domain-specific socket address structures; it is large enough and is aligned properly. -(In particular, it is large enough to hold +(In particular, it is large enough to hold IPv6 socket addresses.) The structure includes the following field, which can be used to identify the type of socket address actually stored in the structure: @@ -262,7 +262,7 @@ the type of socket address actually stored in the structure: .fi .in -The +The .I sockaddr_storage structure is useful in programs that must handle socket addresses in a generic way diff --git a/man7/tcp.7 b/man7/tcp.7 index f9ed7e69e2..61310a64d3 100644 --- a/man7/tcp.7 +++ b/man7/tcp.7 @@ -12,7 +12,7 @@ .\" The descriptions of /proc files and socket options should now .\" be more or less up to date and complete as at Linux 2.6.27 .\" (other than the remaining FIXMEs in the page source below). -.\" +.\" .\" FIXME The following need to be documented .\" TCP_CONGESTION (new in 2.6.13) .\" commit 5f8ef48d240963093451bcf83df89f1a1364f51d |
