X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=draft%2Fman2%2Fselect_tut.2;h=ea809960b384b51915e8ed02a09749fbc825f1f3;hb=40274b7d79d419993de4a745e3ae86ca6d0f417f;hp=8d92d7cb22417276a87131d6c0131540f6ee3ad3;hpb=d64f6f809e331352f863bdb422001aaaaea4cbdd;p=linuxjm%2FLDP_man-pages.git diff --git a/draft/man2/select_tut.2 b/draft/man2/select_tut.2 index 8d92d7cb..ea809960 100644 --- a/draft/man2/select_tut.2 +++ b/draft/man2/select_tut.2 @@ -1,5 +1,6 @@ .\" This manpage is copyright (C) 2001 Paul Sheer. .\" +.\" %%%LICENSE_START(VERBATIM) .\" Permission is granted to make and distribute verbatim copies of this .\" manual provided the copyright notice and this permission notice are .\" preserved on all copies. @@ -19,6 +20,7 @@ .\" .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. +.\" %%%LICENSE_END .\" .\" very minor changes, aeb .\" @@ -32,7 +34,14 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH SELECT_TUT 2 2010\-06\-10 Linux "Linux Programmer's Manual" +.\" +.\" Translated 2002-02-21, NAKANO Takeo +.\" Updated 2002-09-23, Akihiro MOTOKI +.\" Updated 2005-03-15, Akihiro MOTOKI +.\" Updated 2006-07-21, Akihiro MOTOKI, LDP v2.36 +.\" Updated 2009-02-13, Akihiro MOTOKI, LDP v3.18 +.\" +.TH SELECT_TUT 2 2012\-08\-03 Linux "Linux Programmer's Manual" .SH 名前 select, pselect, FD_CLR, FD_ISSET, FD_SET, FD_ZERO \- 同期 I/O の多重化 .SH 書式 @@ -349,7 +358,7 @@ listen_socket(int listen_port) } yes = 1; if (setsockopt(s, SOL_SOCKET, SO_REUSEADDR, - (char *) &yes, sizeof(yes)) == \-1) { + &yes, sizeof(yes)) == \-1) { perror("setsockopt"); close(s); return \-1; @@ -600,6 +609,6 @@ main(int argc, char *argv[]) \fBsigaddset\fP(3), \fBsigdelset\fP(3), \fBsigemptyset\fP(3), \fBsigfillset\fP(3), \fBsigismember\fP(3), \fBepoll\fP(7) .SH この文書について -この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.40 の一部 +この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.53 の一部 である。プロジェクトの説明とバグ報告に関する情報は http://www.kernel.org/doc/man\-pages/ に書かれている。