OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man7 / socket.7
index aa41304..d0413ae 100644 (file)
 .\"            Author: Keller, Jacob E <jacob.e.keller@intel.com>
 .\"     SO_MAX_PACING_RATE (3.13)
 .\"             commit 62748f32d501f5d3712a7c372bbb92abc7c62bc7
+.\"     SO_BPF_EXTENSIONS (3.14)
+.\"             commit ea02f9411d9faa3553ed09ce0ec9f00ceae9885e
 .\"
-.TH SOCKET 7 2014-02-21 Linux "Linux Programmer's Manual"
+.TH SOCKET 7 2014-07-08 Linux "Linux Programmer's Manual"
 .SH NAME
 socket \- Linux socket interface
 .SH SYNOPSIS
@@ -288,7 +290,7 @@ Unless otherwise noted,
 .I optval
 is a pointer to an
 .IR int .
-.\" FIXME
+.\" FIXME .
 .\" In the list below, the text used to describe argument types
 .\" for each socket option should be more consistent
 .\"
@@ -562,7 +564,7 @@ when it is set using
 and this doubled value is returned by
 .BR getsockopt (2).
 .\" The following thread on LMKL is quite informative:
-.\" getsockopt/setsockopt with SO_RCVBUF and SO_SNDBUF "non-standard" behaviour
+.\" getsockopt/setsockopt with SO_RCVBUF and SO_SNDBUF "non-standard" behavior
 .\" 17 July 2012
 .\" http://thread.gmane.org/gmane.linux.kernel/1328935
 The default value is set by the
@@ -930,7 +932,7 @@ kernel structures; thus the values in the corresponding
 .I /proc
 files are twice what can be observed on the wire.
 
-Linux will only allow port reuse with the
+Linux will allow port reuse only with the
 .B SO_REUSEADDR
 option
 when this option was set both in the previous program that performed a
@@ -968,7 +970,7 @@ library.
 .BR udp (7),
 .BR unix (7)
 .SH COLOPHON
-This page is part of release 3.68 of the Linux
+This page is part of release 3.79 of the Linux
 .I man-pages
 project.
 A description of the project,