OSDN Git Service

Update draft for LDP 3.67
[linuxjm/LDP_man-pages.git] / draft / man2 / bind.2
index c10472b..ac4e709 100644 (file)
@@ -82,7 +82,7 @@
 .\" Updated 2007-06-13, Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>, LDP v2.55
 .\" Updated 2008-02-10, Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>, LDP v2.77
 .\"
-.TH BIND 2 2007\-12\-28 Linux "Linux Programmer's Manual"
+.TH BIND 2 2014\-05\-10 Linux "Linux Programmer's Manual"
 .SH 名前
 bind \- ソケットに名前をつける
 .SH 書式
@@ -131,6 +131,14 @@ struct sockaddr {
 \fBEADDRINUSE\fP
 指定されたアドレスが既に使用中である。
 .TP 
+\fBEADDRINUSE\fP
+(Internet domain sockets)  The port number was specified as zero in the
+socket address structure, but, upon attempting to bind to an ephemeral port,
+it was determined that all port numbers in the ephemeral port range are
+currently in use.  See the discussion of
+\fI/proc/sys/net/ipv4/ip_local_port_range\fP \fBip\fP(7).
+.TP 
+.TP 
 \fBEBADF\fP
 \fIsockfd\fP が不正なディスクリプタである。
 .TP 
@@ -258,6 +266,6 @@ main(int argc, char *argv[])
 \fBgetaddrinfo\fP(3), \fBgetifaddrs\fP(3), \fBip\fP(7), \fBipv6\fP(7),
 \fBpath_resolution\fP(7), \fBsocket\fP(7), \fBunix\fP(7)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.63 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.67 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。