OSDN Git Service

(split) LDP: Update POT and ja.po to LDP v3.54
[linuxjm/LDP_man-pages.git] / po4a / epoll / po / ja.po
index c205f73..f0e04ed 100644 (file)
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2012-05-01 04:38+0900\n"
-"PO-Revision-Date: 2012-05-01 04:44+0900\n"
+"POT-Creation-Date: 2013-09-28 04:05+0900\n"
+"PO-Revision-Date: 2013-08-16 11:13+0900\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "Language: \n"
@@ -22,30 +22,30 @@ msgid "EPOLL"
 msgstr "EPOLL"
 
 #. type: TH
-#: build/C/man7/epoll.7:21 build/C/man2/epoll_wait.2:23
+#: build/C/man7/epoll.7:21
 #, no-wrap
 msgid "2012-04-17"
 msgstr "2012-04-17"
 
 #. type: TH
-#: build/C/man7/epoll.7:21 build/C/man2/epoll_create.2:25
-#: build/C/man2/epoll_ctl.2:21 build/C/man2/epoll_wait.2:23
+#: build/C/man7/epoll.7:21 build/C/man2/epoll_create.2:24
+#: build/C/man2/epoll_ctl.2:20 build/C/man2/epoll_wait.2:22
 #: build/C/man2/poll.2:31
 #, no-wrap
 msgid "Linux"
 msgstr "Linux"
 
 #. type: TH
-#: build/C/man7/epoll.7:21 build/C/man2/epoll_create.2:25
-#: build/C/man2/epoll_ctl.2:21 build/C/man2/epoll_wait.2:23
+#: build/C/man7/epoll.7:21 build/C/man2/epoll_create.2:24
+#: build/C/man2/epoll_ctl.2:20 build/C/man2/epoll_wait.2:22
 #: build/C/man2/poll.2:31
 #, no-wrap
 msgid "Linux Programmer's Manual"
 msgstr "Linux Programmer's Manual"
 
 #. type: SH
-#: build/C/man7/epoll.7:22 build/C/man2/epoll_create.2:26
-#: build/C/man2/epoll_ctl.2:22 build/C/man2/epoll_wait.2:24
+#: build/C/man7/epoll.7:22 build/C/man2/epoll_create.2:25
+#: build/C/man2/epoll_ctl.2:21 build/C/man2/epoll_wait.2:23
 #: build/C/man2/poll.2:32
 #, no-wrap
 msgid "NAME"
@@ -57,21 +57,21 @@ msgid "epoll - I/O event notification facility"
 msgstr "epoll - I/O イベント通知機能"
 
 #. type: SH
-#: build/C/man7/epoll.7:24 build/C/man2/epoll_create.2:28
-#: build/C/man2/epoll_ctl.2:24 build/C/man2/epoll_wait.2:26
+#: build/C/man7/epoll.7:24 build/C/man2/epoll_create.2:27
+#: build/C/man2/epoll_ctl.2:23 build/C/man2/epoll_wait.2:25
 #: build/C/man2/poll.2:34
 #, no-wrap
 msgid "SYNOPSIS"
 msgstr "書式"
 
 #. type: Plain text
-#: build/C/man7/epoll.7:26 build/C/man2/epoll_ctl.2:26
+#: build/C/man7/epoll.7:26 build/C/man2/epoll_ctl.2:25
 msgid "B<#include E<lt>sys/epoll.hE<gt>>"
 msgstr "B<#include E<lt>sys/epoll.hE<gt>>"
 
 #. type: SH
-#: build/C/man7/epoll.7:26 build/C/man2/epoll_create.2:35
-#: build/C/man2/epoll_ctl.2:29 build/C/man2/epoll_wait.2:36
+#: build/C/man7/epoll.7:26 build/C/man2/epoll_create.2:34
+#: build/C/man2/epoll_ctl.2:28 build/C/man2/epoll_wait.2:35
 #: build/C/man2/poll.2:46
 #, no-wrap
 msgid "DESCRIPTION"
@@ -135,7 +135,7 @@ msgstr ""
 #. type: SS
 #: build/C/man7/epoll.7:61
 #, no-wrap
-msgid "Level-Triggered and Edge-Triggered"
+msgid "Level-triggered and edge-triggered"
 msgstr "レベルトリガとエッジトリガ"
 
 #. type: Plain text
@@ -221,7 +221,7 @@ msgid ""
 "step B<5> will probably hang despite the available data still present in the "
 "file input buffer; meanwhile the remote peer might be expecting a response "
 "based on the data it already sent.  The reason for this is that edge-"
-"triggered mode only delivers events when changes occur on the monitored file "
+"triggered mode delivers events only when changes occur on the monitored file "
 "descriptor.  So, in step B<5> the caller might end up waiting for some data "
 "that is already present inside the input buffer.  In the above example, an "
 "event on I<rfd> will be generated because of the write done in B<2> and the "
@@ -361,7 +361,7 @@ msgstr ""
 #. type: SS
 #: build/C/man7/epoll.7:198
 #, no-wrap
-msgid "Example for Suggested Usage"
+msgid "Example for suggested usage"
 msgstr "おすすめな使用例"
 
 #. type: Plain text
@@ -528,7 +528,7 @@ msgstr ""
 #. type: SS
 #: build/C/man7/epoll.7:297
 #, no-wrap
-msgid "Questions and Answers"
+msgid "Questions and answers"
 msgstr "質問と解答"
 
 #. type: TP
@@ -909,7 +909,7 @@ msgstr ""
 #. type: SS
 #: build/C/man7/epoll.7:487
 #, no-wrap
-msgid "Possible Pitfalls and Ways to Avoid Them"
+msgid "Possible pitfalls and ways to avoid them"
 msgstr "ありがちな落とし穴と回避方法"
 
 #. type: TP
@@ -988,9 +988,9 @@ msgstr ""
 "クリプタが以前に削除されたものであると分かるので、 混乱は起きない。"
 
 #. type: SH
-#: build/C/man7/epoll.7:531 build/C/man2/epoll_create.2:110
-#: build/C/man2/epoll_ctl.2:226 build/C/man2/epoll_wait.2:173
-#: build/C/man2/poll.2:304
+#: build/C/man7/epoll.7:531 build/C/man2/epoll_create.2:108
+#: build/C/man2/epoll_ctl.2:225 build/C/man2/epoll_wait.2:177
+#: build/C/man2/poll.2:312
 #, no-wrap
 msgid "VERSIONS"
 msgstr "バージョン"
@@ -1006,9 +1006,9 @@ msgstr ""
 "ジョン 2.3.2 で追加された。"
 
 #. type: SH
-#: build/C/man7/epoll.7:537 build/C/man2/epoll_create.2:120
-#: build/C/man2/epoll_ctl.2:231 build/C/man2/epoll_wait.2:183
-#: build/C/man2/poll.2:324
+#: build/C/man7/epoll.7:537 build/C/man2/epoll_create.2:118
+#: build/C/man2/epoll_ctl.2:230 build/C/man2/epoll_wait.2:187
+#: build/C/man2/poll.2:329
 #, no-wrap
 msgid "CONFORMING TO"
 msgstr "準拠"
@@ -1024,9 +1024,9 @@ msgstr ""
 "る。"
 
 #. type: SH
-#: build/C/man7/epoll.7:546 build/C/man2/epoll_create.2:146
-#: build/C/man2/epoll_ctl.2:254 build/C/man2/epoll_wait.2:196
-#: build/C/man2/poll.2:356
+#: build/C/man7/epoll.7:546 build/C/man2/epoll_create.2:144
+#: build/C/man2/epoll_ctl.2:253 build/C/man2/epoll_wait.2:219
+#: build/C/man2/poll.2:366
 #, no-wrap
 msgid "SEE ALSO"
 msgstr "関連項目"
@@ -1039,53 +1039,57 @@ msgstr ""
 "B<epoll_create>(2), B<epoll_create1>(2), B<epoll_ctl>(2), B<epoll_wait>(2)"
 
 #. type: SH
-#: build/C/man7/epoll.7:551 build/C/man2/epoll_create.2:151
-#: build/C/man2/epoll_ctl.2:259 build/C/man2/epoll_wait.2:200
-#: build/C/man2/poll.2:360
+#: build/C/man7/epoll.7:551 build/C/man2/epoll_create.2:149
+#: build/C/man2/epoll_ctl.2:258 build/C/man2/epoll_wait.2:223
+#: build/C/man2/poll.2:371
 #, no-wrap
 msgid "COLOPHON"
 msgstr "この文書について"
 
 #. type: Plain text
-#: build/C/man7/epoll.7:558 build/C/man2/epoll_create.2:158
-#: build/C/man2/epoll_ctl.2:266 build/C/man2/epoll_wait.2:207
-#: build/C/man2/poll.2:367
+#: build/C/man7/epoll.7:558 build/C/man2/epoll_create.2:156
+#: build/C/man2/epoll_ctl.2:265 build/C/man2/epoll_wait.2:230
+#: build/C/man2/poll.2:378
+#, fuzzy
+#| msgid ""
+#| "This page is part of release 3.53 of the Linux I<man-pages> project.  A "
+#| "description of the project, and information about reporting bugs, can be "
+#| "found at \\%http://www.kernel.org/doc/man-pages/."
 msgid ""
-"This page is part of release 3.40 of the Linux I<man-pages> project.  A "
+"This page is part of release 3.54 of the Linux I<man-pages> project.  A "
 "description of the project, and information about reporting bugs, can be "
-"found at http://www.kernel.org/doc/man-pages/."
+"found at \\%http://www.kernel.org/doc/man-pages/."
 msgstr ""
-"この man ページは Linux I<man-pages> プロジェクトのリリース 3.40 の一部\n"
+"この man ページは Linux I<man-pages> プロジェクトのリリース 3.53 の一部\n"
 "である。プロジェクトの説明とバグ報告に関する情報は\n"
 "http://www.kernel.org/doc/man-pages/ に書かれている。"
 
 #. type: TH
-#: build/C/man2/epoll_create.2:25
+#: build/C/man2/epoll_create.2:24
 #, no-wrap
 msgid "EPOLL_CREATE"
 msgstr "EPOLL_CREATE"
 
 #. type: TH
-#: build/C/man2/epoll_create.2:25 build/C/man2/epoll_ctl.2:21
-#: build/C/man2/poll.2:31
+#: build/C/man2/epoll_create.2:24 build/C/man2/epoll_ctl.2:20
 #, no-wrap
 msgid "2012-04-15"
 msgstr "2012-04-15"
 
 #. type: Plain text
-#: build/C/man2/epoll_create.2:28
+#: build/C/man2/epoll_create.2:27
 msgid "epoll_create, epoll_create1 - open an epoll file descriptor"
 msgstr ""
 "epoll_create, epoll_create1 - epoll ファイルディスクリプタをオープンする"
 
 #. type: Plain text
-#: build/C/man2/epoll_create.2:31 build/C/man2/epoll_wait.2:29
+#: build/C/man2/epoll_create.2:30 build/C/man2/epoll_wait.2:28
 #, no-wrap
 msgid "B<#include E<lt>sys/epoll.hE<gt>>\n"
 msgstr "B<#include E<lt>sys/epoll.hE<gt>>\n"
 
 #. type: Plain text
-#: build/C/man2/epoll_create.2:34
+#: build/C/man2/epoll_create.2:33
 #, no-wrap
 msgid ""
 "B<int epoll_create(int >I<size>B<);>\n"
@@ -1095,7 +1099,7 @@ msgstr ""
 "B<int epoll_create1(int >I<flags>B<);>\n"
 
 #. type: Plain text
-#: build/C/man2/epoll_create.2:43
+#: build/C/man2/epoll_create.2:42
 msgid ""
 "B<epoll_create>()  creates an B<epoll>(7)  instance.  Since Linux 2.6.8, the "
 "I<size> argument is ignored, but must be greater than zero; see NOTES below."
@@ -1105,7 +1109,7 @@ msgstr ""
 "なければならない。下記の「注意」を参照。"
 
 #. type: Plain text
-#: build/C/man2/epoll_create.2:56
+#: build/C/man2/epoll_create.2:55
 msgid ""
 "B<epoll_create>()  returns a file descriptor referring to the new epoll "
 "instance.  This file descriptor is used for all the subsequent calls to the "
@@ -1123,13 +1127,13 @@ msgstr ""
 "できるようにする。"
 
 #. type: SS
-#: build/C/man2/epoll_create.2:57
+#: build/C/man2/epoll_create.2:55
 #, no-wrap
 msgid "epoll_create1()"
 msgstr "epoll_create1()"
 
 #. type: Plain text
-#: build/C/man2/epoll_create.2:69
+#: build/C/man2/epoll_create.2:67
 msgid ""
 "If I<flags> is 0, then, other than the fact that the obsolete I<size> "
 "argument is dropped, B<epoll_create1>()  is the same as B<epoll_create>().  "
@@ -1141,13 +1145,13 @@ msgstr ""
 "せることができる。"
 
 #. type: TP
-#: build/C/man2/epoll_create.2:69
+#: build/C/man2/epoll_create.2:67
 #, no-wrap
 msgid "B<EPOLL_CLOEXEC>"
 msgstr "B<EPOLL_CLOEXEC>"
 
 #. type: Plain text
-#: build/C/man2/epoll_create.2:79
+#: build/C/man2/epoll_create.2:77
 msgid ""
 "Set the close-on-exec (B<FD_CLOEXEC>)  flag on the new file descriptor.  See "
 "the description of the B<O_CLOEXEC> flag in B<open>(2)  for reasons why this "
@@ -1158,14 +1162,14 @@ msgstr ""
 "B<O_CLOEXEC> フラグの説明を参照のこと。"
 
 #. type: SH
-#: build/C/man2/epoll_create.2:79 build/C/man2/epoll_ctl.2:158
-#: build/C/man2/epoll_wait.2:136 build/C/man2/poll.2:275
+#: build/C/man2/epoll_create.2:77 build/C/man2/epoll_ctl.2:157
+#: build/C/man2/epoll_wait.2:140 build/C/man2/poll.2:283
 #, no-wrap
 msgid "RETURN VALUE"
 msgstr "返り値"
 
 #. type: Plain text
-#: build/C/man2/epoll_create.2:86
+#: build/C/man2/epoll_create.2:84
 msgid ""
 "On success, these system calls return a nonnegative file descriptor.  On "
 "error, -1 is returned, and I<errno> is set to indicate the error."
@@ -1174,38 +1178,38 @@ msgstr ""
 "ラーの場合、-1 を返し、 I<errno> にエラーを示す値を設定する。"
 
 #. type: SH
-#: build/C/man2/epoll_create.2:86 build/C/man2/epoll_ctl.2:167
-#: build/C/man2/epoll_wait.2:148 build/C/man2/poll.2:285
+#: build/C/man2/epoll_create.2:84 build/C/man2/epoll_ctl.2:166
+#: build/C/man2/epoll_wait.2:152 build/C/man2/poll.2:293
 #, no-wrap
 msgid "ERRORS"
 msgstr "エラー"
 
 #. type: TP
-#: build/C/man2/epoll_create.2:87 build/C/man2/epoll_create.2:91
-#: build/C/man2/epoll_ctl.2:182 build/C/man2/epoll_wait.2:165
-#: build/C/man2/poll.2:294
+#: build/C/man2/epoll_create.2:85 build/C/man2/epoll_create.2:89
+#: build/C/man2/epoll_ctl.2:181 build/C/man2/epoll_wait.2:169
+#: build/C/man2/poll.2:302
 #, no-wrap
 msgid "B<EINVAL>"
 msgstr "B<EINVAL>"
 
 #. type: Plain text
-#: build/C/man2/epoll_create.2:91
+#: build/C/man2/epoll_create.2:89
 msgid "I<size> is not positive."
 msgstr "I<size> が正でない。"
 
 #. type: Plain text
-#: build/C/man2/epoll_create.2:96
+#: build/C/man2/epoll_create.2:94
 msgid "(B<epoll_create1>())  Invalid value specified in I<flags>."
 msgstr "(B<epoll_create1>())  I<flags> に無効な値が指定された。"
 
 #. type: TP
-#: build/C/man2/epoll_create.2:96
+#: build/C/man2/epoll_create.2:94
 #, no-wrap
 msgid "B<EMFILE>"
 msgstr "B<EMFILE>"
 
 #. type: Plain text
-#: build/C/man2/epoll_create.2:104
+#: build/C/man2/epoll_create.2:102
 msgid ""
 "The per-user limit on the number of epoll instances imposed by I</proc/sys/"
 "fs/epoll/max_user_instances> was encountered.  See B<epoll>(7)  for further "
@@ -1216,30 +1220,30 @@ msgstr ""
 "のこと。"
 
 #. type: TP
-#: build/C/man2/epoll_create.2:104
+#: build/C/man2/epoll_create.2:102
 #, no-wrap
 msgid "B<ENFILE>"
 msgstr "B<ENFILE>"
 
 #. type: Plain text
-#: build/C/man2/epoll_create.2:107
+#: build/C/man2/epoll_create.2:105
 msgid "The system limit on the total number of open files has been reached."
 msgstr "オープンされたファイルの総数がシステム制限に達した。"
 
 #. type: TP
-#: build/C/man2/epoll_create.2:107 build/C/man2/epoll_ctl.2:205
-#: build/C/man2/poll.2:301
+#: build/C/man2/epoll_create.2:105 build/C/man2/epoll_ctl.2:204
+#: build/C/man2/poll.2:309
 #, no-wrap
 msgid "B<ENOMEM>"
 msgstr "B<ENOMEM>"
 
 #. type: Plain text
-#: build/C/man2/epoll_create.2:110
+#: build/C/man2/epoll_create.2:108
 msgid "There was insufficient memory to create the kernel object."
 msgstr "カーネルオブジェクトを作成するのに十分なメモリがなかった。"
 
 #. type: Plain text
-#: build/C/man2/epoll_create.2:114
+#: build/C/man2/epoll_create.2:112
 msgid ""
 "B<epoll_create>()  was added to the kernel in version 2.6.  Library support "
 "is provided in glibc starting with version 2.3.2."
@@ -1250,7 +1254,7 @@ msgstr ""
 #.  To be precise: kernel 2.5.44.
 #.  The interface should be finalized by Linux kernel 2.5.66.
 #. type: Plain text
-#: build/C/man2/epoll_create.2:120
+#: build/C/man2/epoll_create.2:118
 msgid ""
 "B<epoll_create1>()  was added to the kernel in version 2.6.27.  Library "
 "support is provided in glibc starting with version 2.9."
@@ -1259,19 +1263,19 @@ msgstr ""
 "ライブラリによるサポートは glibc バージョン 2.9 以降で提供されている。"
 
 #. type: Plain text
-#: build/C/man2/epoll_create.2:123
+#: build/C/man2/epoll_create.2:121
 msgid "B<epoll_create>()  is Linux-specific."
 msgstr "B<epoll_create>() は Linux 独自である。"
 
 #. type: SH
-#: build/C/man2/epoll_create.2:123 build/C/man2/epoll_ctl.2:235
-#: build/C/man2/epoll_wait.2:186 build/C/man2/poll.2:330
+#: build/C/man2/epoll_create.2:121 build/C/man2/epoll_ctl.2:234
+#: build/C/man2/epoll_wait.2:190 build/C/man2/poll.2:335
 #, no-wrap
 msgid "NOTES"
 msgstr "注意"
 
 #. type: Plain text
-#: build/C/man2/epoll_create.2:146
+#: build/C/man2/epoll_create.2:144
 msgid ""
 "In the initial B<epoll_create>()  implementation, the I<size> argument "
 "informed the kernel of the number of file descriptors that the caller "
@@ -1304,23 +1308,23 @@ msgstr ""
 "で実行される際の後方互換性を保証するためである。"
 
 #. type: Plain text
-#: build/C/man2/epoll_create.2:151
+#: build/C/man2/epoll_create.2:149
 msgid "B<close>(2), B<epoll_ctl>(2), B<epoll_wait>(2), B<epoll>(7)"
 msgstr "B<close>(2), B<epoll_ctl>(2), B<epoll_wait>(2), B<epoll>(7)"
 
 #. type: TH
-#: build/C/man2/epoll_ctl.2:21
+#: build/C/man2/epoll_ctl.2:20
 #, no-wrap
 msgid "EPOLL_CTL"
 msgstr "EPOLL_CTL"
 
 #. type: Plain text
-#: build/C/man2/epoll_ctl.2:24
+#: build/C/man2/epoll_ctl.2:23
 msgid "epoll_ctl - control interface for an epoll descriptor"
 msgstr "epoll_ctl - epoll ディスクリプタのインタフェースを操作する"
 
 #. type: Plain text
-#: build/C/man2/epoll_ctl.2:29
+#: build/C/man2/epoll_ctl.2:28
 msgid ""
 "B<int epoll_ctl(int >I<epfd>B<, int >I<op>B<, int >I<fd>B<, struct "
 "epoll_event *>I<event>B<);>"
@@ -1329,7 +1333,7 @@ msgstr ""
 "epoll_event *>I<event>B<);>"
 
 #. type: Plain text
-#: build/C/man2/epoll_ctl.2:39
+#: build/C/man2/epoll_ctl.2:38
 msgid ""
 "This system call performs control operations on the B<epoll>(7)  instance "
 "referred to by the file descriptor I<epfd>.  It requests that the operation "
@@ -1341,18 +1345,18 @@ msgstr ""
 "操作 I<op> の実行が要求される。"
 
 #. type: Plain text
-#: build/C/man2/epoll_ctl.2:43
+#: build/C/man2/epoll_ctl.2:42
 msgid "Valid values for the I<op> argument are :"
 msgstr "I<op> 引き数に指定できる有効な値は以下の通りである。"
 
 #. type: TP
-#: build/C/man2/epoll_ctl.2:43
+#: build/C/man2/epoll_ctl.2:42
 #, no-wrap
 msgid "B<EPOLL_CTL_ADD>"
 msgstr "B<EPOLL_CTL_ADD>"
 
 #. type: Plain text
-#: build/C/man2/epoll_ctl.2:55
+#: build/C/man2/epoll_ctl.2:54
 msgid ""
 "Register the target file descriptor I<fd> on the B<epoll> instance referred "
 "to by the file descriptor I<epfd> and associate the event I<event> with the "
@@ -1363,13 +1367,13 @@ msgstr ""
 "内部ファイルに関連付ける。"
 
 #. type: TP
-#: build/C/man2/epoll_ctl.2:55
+#: build/C/man2/epoll_ctl.2:54
 #, no-wrap
 msgid "B<EPOLL_CTL_MOD>"
 msgstr "B<EPOLL_CTL_MOD>"
 
 #. type: Plain text
-#: build/C/man2/epoll_ctl.2:61
+#: build/C/man2/epoll_ctl.2:60
 msgid ""
 "Change the event I<event> associated with the target file descriptor I<fd>."
 msgstr ""
@@ -1377,13 +1381,13 @@ msgstr ""
 "する。"
 
 #. type: TP
-#: build/C/man2/epoll_ctl.2:61
+#: build/C/man2/epoll_ctl.2:60
 #, no-wrap
 msgid "B<EPOLL_CTL_DEL>"
 msgstr "B<EPOLL_CTL_DEL>"
 
 #. type: Plain text
-#: build/C/man2/epoll_ctl.2:72
+#: build/C/man2/epoll_ctl.2:71
 msgid ""
 "Remove (deregister) the target file descriptor I<fd> from the B<epoll> "
 "instance referred to by I<epfd>.  The I<event> is ignored and can be NULL "
@@ -1394,7 +1398,7 @@ msgstr ""
 "し、下記の「バグ」を参照)。"
 
 #. type: Plain text
-#: build/C/man2/epoll_ctl.2:80
+#: build/C/man2/epoll_ctl.2:79
 msgid ""
 "The I<event> argument describes the object linked to the file descriptor "
 "I<fd>.  The I<struct epoll_event> is defined as :"
@@ -1403,7 +1407,7 @@ msgstr ""
 "表す。 I<struct epoll_event> は以下のように定義される:"
 
 #. type: Plain text
-#: build/C/man2/epoll_ctl.2:89
+#: build/C/man2/epoll_ctl.2:88
 #, no-wrap
 msgid ""
 "typedef union epoll_data {\n"
@@ -1421,7 +1425,7 @@ msgstr ""
 "} epoll_data_t;\n"
 
 #. type: Plain text
-#: build/C/man2/epoll_ctl.2:94
+#: build/C/man2/epoll_ctl.2:93
 #, no-wrap
 msgid ""
 "struct epoll_event {\n"
@@ -1435,7 +1439,7 @@ msgstr ""
 "};\n"
 
 #. type: Plain text
-#: build/C/man2/epoll_ctl.2:101
+#: build/C/man2/epoll_ctl.2:100
 msgid ""
 "The I<events> member is a bit set composed using the following available "
 "event types:"
@@ -1444,35 +1448,35 @@ msgstr ""
 "ビットセットである。"
 
 #. type: TP
-#: build/C/man2/epoll_ctl.2:101
+#: build/C/man2/epoll_ctl.2:100
 #, no-wrap
 msgid "B<EPOLLIN>"
 msgstr "B<EPOLLIN>"
 
 #. type: Plain text
-#: build/C/man2/epoll_ctl.2:106
+#: build/C/man2/epoll_ctl.2:105
 msgid "The associated file is available for B<read>(2)  operations."
 msgstr "関連付けられたファイルに対して、 B<read>(2)  操作が可能である。"
 
 #. type: TP
-#: build/C/man2/epoll_ctl.2:106
+#: build/C/man2/epoll_ctl.2:105
 #, no-wrap
 msgid "B<EPOLLOUT>"
 msgstr "B<EPOLLOUT>"
 
 #. type: Plain text
-#: build/C/man2/epoll_ctl.2:111
+#: build/C/man2/epoll_ctl.2:110
 msgid "The associated file is available for B<write>(2)  operations."
 msgstr "関連付けられたファイルに対して、 B<write>(2)  操作が可能である。"
 
 #. type: TP
-#: build/C/man2/epoll_ctl.2:111
+#: build/C/man2/epoll_ctl.2:110
 #, no-wrap
 msgid "B<EPOLLRDHUP> (since Linux 2.6.17)"
 msgstr "B<EPOLLRDHUP\">(LinuxB<2.6.17>以降)\""
 
 #. type: Plain text
-#: build/C/man2/epoll_ctl.2:117
+#: build/C/man2/epoll_ctl.2:116
 msgid ""
 "Stream socket peer closed connection, or shut down writing half of "
 "connection.  (This flag is especially useful for writing simple code to "
@@ -1484,24 +1488,24 @@ msgstr ""
 "ができる。)"
 
 #. type: TP
-#: build/C/man2/epoll_ctl.2:117
+#: build/C/man2/epoll_ctl.2:116
 #, no-wrap
 msgid "B<EPOLLPRI>"
 msgstr "B<EPOLLPRI>"
 
 #. type: Plain text
-#: build/C/man2/epoll_ctl.2:122
+#: build/C/man2/epoll_ctl.2:121
 msgid "There is urgent data available for B<read>(2)  operations."
 msgstr "B<read>(2)  操作が可能な緊急 (urgent) データがある。"
 
 #. type: TP
-#: build/C/man2/epoll_ctl.2:122
+#: build/C/man2/epoll_ctl.2:121
 #, no-wrap
 msgid "B<EPOLLERR>"
 msgstr "B<EPOLLERR>"
 
 #. type: Plain text
-#: build/C/man2/epoll_ctl.2:128
+#: build/C/man2/epoll_ctl.2:127
 msgid ""
 "Error condition happened on the associated file descriptor.  B<epoll_wait>"
 "(2)  will always wait for this event; it is not necessary to set it in "
@@ -1511,13 +1515,13 @@ msgstr ""
 "(2)  は常にこのイベントを待つので、 I<events> に設定する必要はない。"
 
 #. type: TP
-#: build/C/man2/epoll_ctl.2:128
+#: build/C/man2/epoll_ctl.2:127
 #, no-wrap
 msgid "B<EPOLLHUP>"
 msgstr "B<EPOLLHUP>"
 
 #. type: Plain text
-#: build/C/man2/epoll_ctl.2:134
+#: build/C/man2/epoll_ctl.2:133
 msgid ""
 "Hang up happened on the associated file descriptor.  B<epoll_wait>(2)  will "
 "always wait for this event; it is not necessary to set it in I<events>."
@@ -1526,13 +1530,13 @@ msgstr ""
 "(2)  は常にこのイベントを待つので、 I<events> に設定する必要はない。"
 
 #. type: TP
-#: build/C/man2/epoll_ctl.2:134
+#: build/C/man2/epoll_ctl.2:133
 #, no-wrap
 msgid "B<EPOLLET>"
 msgstr "B<EPOLLET>"
 
 #. type: Plain text
-#: build/C/man2/epoll_ctl.2:144
+#: build/C/man2/epoll_ctl.2:143
 msgid ""
 "Sets the Edge Triggered behavior for the associated file descriptor.  The "
 "default behavior for B<epoll> is Level Triggered.  See B<epoll>(7)  for more "
@@ -1546,13 +1550,13 @@ msgstr ""
 "こと。"
 
 #. type: TP
-#: build/C/man2/epoll_ctl.2:144
+#: build/C/man2/epoll_ctl.2:143
 #, no-wrap
 msgid "B<EPOLLONESHOT> (since Linux 2.6.2)"
 msgstr "B<EPOLLONESHOT> (Linux 2.6.2 以降)"
 
 #. type: Plain text
-#: build/C/man2/epoll_ctl.2:158
+#: build/C/man2/epoll_ctl.2:157
 msgid ""
 "Sets the one-shot behavior for the associated file descriptor.  This means "
 "that after an event is pulled out with B<epoll_wait>(2)  the associated file "
@@ -1569,7 +1573,7 @@ msgstr ""
 "り:"
 
 #. type: Plain text
-#: build/C/man2/epoll_ctl.2:167
+#: build/C/man2/epoll_ctl.2:166
 msgid ""
 "When successful, B<epoll_ctl>()  returns zero.  When an error occurs, "
 "B<epoll_ctl>()  returns -1 and I<errno> is set appropriately."
@@ -1578,24 +1582,24 @@ msgstr ""
 "B<epoll_ctl>()  は -1 を返し、 I<errno> を適切に設定する。"
 
 #. type: TP
-#: build/C/man2/epoll_ctl.2:168 build/C/man2/epoll_wait.2:149
+#: build/C/man2/epoll_ctl.2:167 build/C/man2/epoll_wait.2:153
 #, no-wrap
 msgid "B<EBADF>"
 msgstr "B<EBADF>"
 
 #. type: Plain text
-#: build/C/man2/epoll_ctl.2:174
+#: build/C/man2/epoll_ctl.2:173
 msgid "I<epfd> or I<fd> is not a valid file descriptor."
 msgstr "I<epfd> か I<fd> が有効なファイルディスクリプタでない。"
 
 #. type: TP
-#: build/C/man2/epoll_ctl.2:174
+#: build/C/man2/epoll_ctl.2:173
 #, no-wrap
 msgid "B<EEXIST>"
 msgstr "B<EEXIST>"
 
 #. type: Plain text
-#: build/C/man2/epoll_ctl.2:182
+#: build/C/man2/epoll_ctl.2:181
 msgid ""
 "I<op> was B<EPOLL_CTL_ADD>, and the supplied file descriptor I<fd> is "
 "already registered with this epoll instance."
@@ -1604,7 +1608,7 @@ msgstr ""
 "がこの epoll インスタンスに既に登録されている。"
 
 #. type: Plain text
-#: build/C/man2/epoll_ctl.2:195
+#: build/C/man2/epoll_ctl.2:194
 msgid ""
 "I<epfd> is not an B<epoll> file descriptor, or I<fd> is the same as I<epfd>, "
 "or the requested operation I<op> is not supported by this interface."
@@ -1614,13 +1618,13 @@ msgstr ""
 "いない。"
 
 #. type: TP
-#: build/C/man2/epoll_ctl.2:195
+#: build/C/man2/epoll_ctl.2:194
 #, no-wrap
 msgid "B<ENOENT>"
 msgstr "B<ENOENT>"
 
 #. type: Plain text
-#: build/C/man2/epoll_ctl.2:205
+#: build/C/man2/epoll_ctl.2:204
 msgid ""
 "I<op> was B<EPOLL_CTL_MOD> or B<EPOLL_CTL_DEL>, and I<fd> is not registered "
 "with this epoll instance."
@@ -1629,20 +1633,20 @@ msgstr ""
 "epoll インスタンスに登録されていない。"
 
 #. type: Plain text
-#: build/C/man2/epoll_ctl.2:210
+#: build/C/man2/epoll_ctl.2:209
 msgid ""
 "There was insufficient memory to handle the requested I<op> control "
 "operation."
 msgstr "要求された I<op> 制御操作を扱うのに十分なメモリがない。"
 
 #. type: TP
-#: build/C/man2/epoll_ctl.2:210
+#: build/C/man2/epoll_ctl.2:209
 #, no-wrap
 msgid "B<ENOSPC>"
 msgstr "B<ENOSPC>"
 
 #. type: Plain text
-#: build/C/man2/epoll_ctl.2:220
+#: build/C/man2/epoll_ctl.2:219
 msgid ""
 "The limit imposed by I</proc/sys/fs/epoll/max_user_watches> was encountered "
 "while trying to register (B<EPOLL_CTL_ADD>)  a new file descriptor on an "
@@ -1653,25 +1657,25 @@ msgstr ""
 "た。 詳細は B<epoll>(7)  を参照。"
 
 #. type: TP
-#: build/C/man2/epoll_ctl.2:220
+#: build/C/man2/epoll_ctl.2:219
 #, no-wrap
 msgid "B<EPERM>"
 msgstr "B<EPERM>"
 
 #. type: Plain text
-#: build/C/man2/epoll_ctl.2:226
+#: build/C/man2/epoll_ctl.2:225
 msgid "The target file I<fd> does not support B<epoll>."
 msgstr "対象ファイル I<fd> が B<epoll> をサポートしていない。"
 
 #.  To be precise: kernel 2.5.44.
 #.  The interface should be finalized by Linux kernel 2.5.66.
 #. type: Plain text
-#: build/C/man2/epoll_ctl.2:231
+#: build/C/man2/epoll_ctl.2:230
 msgid "B<epoll_ctl>()  was added to the kernel in version 2.6."
 msgstr "B<epoll_ctl>()  はカーネル 2.6 で追加された。"
 
 #. type: Plain text
-#: build/C/man2/epoll_ctl.2:235
+#: build/C/man2/epoll_ctl.2:234
 msgid ""
 "B<epoll_ctl>()  is Linux-specific.  Library support is provided in glibc "
 "starting with version 2.3.2."
@@ -1680,7 +1684,7 @@ msgstr ""
 "ライブラリによるサポートは glibc バージョン 2.3.2 以降で提供されている。"
 
 #. type: Plain text
-#: build/C/man2/epoll_ctl.2:240
+#: build/C/man2/epoll_ctl.2:239
 msgid ""
 "The B<epoll> interface supports all file descriptors that support B<poll>(2)."
 msgstr ""
@@ -1688,13 +1692,14 @@ msgstr ""
 "リプタに対応している。"
 
 #. type: SH
-#: build/C/man2/epoll_ctl.2:240 build/C/man2/poll.2:352
+#: build/C/man2/epoll_ctl.2:239 build/C/man2/epoll_wait.2:207
+#: build/C/man2/poll.2:362
 #, no-wrap
 msgid "BUGS"
 msgstr "バグ"
 
 #. type: Plain text
-#: build/C/man2/epoll_ctl.2:254
+#: build/C/man2/epoll_ctl.2:253
 msgid ""
 "In kernel versions before 2.6.9, the B<EPOLL_CTL_DEL> operation required a "
 "non-NULL pointer in I<event>, even though this argument is ignored.  Since "
@@ -1709,25 +1714,31 @@ msgstr ""
 "は、 I<event> に NULL でないポインタを指定すべきである。"
 
 #. type: Plain text
-#: build/C/man2/epoll_ctl.2:259
+#: build/C/man2/epoll_ctl.2:258
 msgid "B<epoll_create>(2), B<epoll_wait>(2), B<poll>(2), B<epoll>(7)"
 msgstr "B<epoll_create>(2), B<epoll_wait>(2), B<poll>(2), B<epoll>(7)"
 
 #. type: TH
-#: build/C/man2/epoll_wait.2:23
+#: build/C/man2/epoll_wait.2:22
 #, no-wrap
 msgid "EPOLL_WAIT"
 msgstr "EPOLL_WAIT"
 
+#. type: TH
+#: build/C/man2/epoll_wait.2:22
+#, no-wrap
+msgid "2012-08-17"
+msgstr "2012-08-17"
+
 #. type: Plain text
-#: build/C/man2/epoll_wait.2:26
+#: build/C/man2/epoll_wait.2:25
 msgid ""
 "epoll_wait, epoll_pwait - wait for an I/O event on an epoll file descriptor"
 msgstr ""
 "epoll_wait, epoll_pwait - epoll ファイルディスクリプタの I/O イベントを待つ"
 
 #. type: Plain text
-#: build/C/man2/epoll_wait.2:35
+#: build/C/man2/epoll_wait.2:34
 #, no-wrap
 msgid ""
 "B<int epoll_wait(int >I<epfd>B<, struct epoll_event *>I<events>B<,>\n"
@@ -1743,7 +1754,7 @@ msgstr ""
 "B<               const sigset_t *>I<sigmask>B<);>\n"
 
 #. type: Plain text
-#: build/C/man2/epoll_wait.2:53
+#: build/C/man2/epoll_wait.2:52
 msgid ""
 "The B<epoll_wait>()  system call waits for events on the B<epoll>(7)  "
 "instance referred to by the file descriptor I<epfd>.  The memory area "
@@ -1761,25 +1772,30 @@ msgstr ""
 "I<maxevents> 引き数は 0 より大きくなければならない。"
 
 #. type: Plain text
-#: build/C/man2/epoll_wait.2:66
+#: build/C/man2/epoll_wait.2:70
 msgid ""
-"The call blocks the calling thread for a maximum time of I<timeout> "
-"milliseconds.  Specifying a I<timeout> of -1 causes B<epoll_wait>()  to "
-"block indefinitely, while specifying a I<timeout> equal to zero cause "
-"B<epoll_wait>()  to return immediately, even if no events are available."
-msgstr ""
-"最大で I<timeout> ミリ秒間、呼び出したスレッドを停止させる。\n"
-"I<timeout> を -1 に指定すると、 B<epoll_wait>() は無限に停止する。\n"
+"The I<timeout> argument specifies the minimum number of milliseconds that "
+"B<epoll_wait>()  will block.  (This interval will be rounded up to the "
+"system clock granularity, and kernel scheduling delays mean that the "
+"blocking interval may overrun by a small amount.)  Specifying a I<timeout> "
+"of -1 causes B<epoll_wait>()  to block indefinitely, while specifying a "
+"I<timeout> equal to zero cause B<epoll_wait>()  to return immediately, even "
+"if no events are available."
+msgstr ""
+"I<timeout> 引き数は、 B<epoll_wait>() が停止する最小時間をミリ秒で指定\n"
+"する (この停止時間はシステムクロックの粒度に切り上げられ、カーネルの\n"
+"スケジューリング遅延により少しだけ長くなる可能性がある)。 \n"
+"I<timeout> を -1 に指定すると、 B<epoll_wait>() は無限に停止する。 \n"
 "I<timeout> を 0 に指定すると、 B<epoll_wait>() は利用可能なイベントが\n"
 "なくても、すぐに返る。"
 
 #. type: Plain text
-#: build/C/man2/epoll_wait.2:70
+#: build/C/man2/epoll_wait.2:74
 msgid "The I<struct epoll_event> is defined as :"
 msgstr "I<struct epoll_event> は以下のように定義される:"
 
 #. type: Plain text
-#: build/C/man2/epoll_wait.2:79
+#: build/C/man2/epoll_wait.2:83
 #, no-wrap
 msgid ""
 "typedef union epoll_data {\n"
@@ -1797,7 +1813,7 @@ msgstr ""
 "} epoll_data_t;\n"
 
 #. type: Plain text
-#: build/C/man2/epoll_wait.2:84
+#: build/C/man2/epoll_wait.2:88
 #, no-wrap
 msgid ""
 "struct epoll_event {\n"
@@ -1811,10 +1827,15 @@ msgstr ""
 "};\n"
 
 #. type: Plain text
-#: build/C/man2/epoll_wait.2:95
+#: build/C/man2/epoll_wait.2:99
+#, fuzzy
+#| msgid ""
+#| "The I<data> of each returned structure will contain the same data the "
+#| "user set with an B<epoll_ctl>(2)  (B<EPOLL_CTL_ADD>,B<EPOLL_CTL_MOD>)  "
+#| "while the I<events> member will contain the returned event bit field."
 msgid ""
 "The I<data> of each returned structure will contain the same data the user "
-"set with an B<epoll_ctl>(2)  (B<EPOLL_CTL_ADD>,B<EPOLL_CTL_MOD>)  while the "
+"set with an B<epoll_ctl>(2)  (B<EPOLL_CTL_ADD>, B<EPOLL_CTL_MOD>)  while the "
 "I<events> member will contain the returned event bit field."
 msgstr ""
 "返される構造体の I<data> メンバには、ユーザが B<epoll_ctl>(2)  "
@@ -1823,13 +1844,13 @@ msgstr ""
 "る。"
 
 #. type: SS
-#: build/C/man2/epoll_wait.2:95
+#: build/C/man2/epoll_wait.2:99
 #, no-wrap
 msgid "epoll_pwait()"
 msgstr "epoll_pwait()"
 
 #. type: Plain text
-#: build/C/man2/epoll_wait.2:109
+#: build/C/man2/epoll_wait.2:113
 msgid ""
 "The relationship between B<epoll_wait>()  and B<epoll_pwait>()  is analogous "
 "to the relationship between B<select>(2)  and B<pselect>(2): like B<pselect>"
@@ -1842,29 +1863,29 @@ msgstr ""
 "が捕捉されるまで、安全に待つことができる。"
 
 #. type: Plain text
-#: build/C/man2/epoll_wait.2:113
+#: build/C/man2/epoll_wait.2:117
 msgid "The following B<epoll_pwait>()  call:"
 msgstr "以下の B<epoll_pwait>()  の呼び出しは、"
 
 #. type: Plain text
-#: build/C/man2/epoll_wait.2:116
+#: build/C/man2/epoll_wait.2:120
 #, no-wrap
 msgid "    ready = epoll_pwait(epfd, &events, maxevents, timeout, &sigmask);\n"
 msgstr "    ready = epoll_pwait(epfd, &events, maxevents, timeout, &sigmask);\n"
 
 #. type: Plain text
-#: build/C/man2/epoll_wait.2:121 build/C/man2/poll.2:224
+#: build/C/man2/epoll_wait.2:125 build/C/man2/poll.2:232
 msgid "is equivalent to I<atomically> executing the following calls:"
 msgstr "次の呼び出しを I<atomic> に実行するのと等価である。"
 
 #. type: Plain text
-#: build/C/man2/epoll_wait.2:124
+#: build/C/man2/epoll_wait.2:128
 #, no-wrap
 msgid "    sigset_t origmask;\n"
 msgstr "    sigset_t origmask;\n"
 
 #. type: Plain text
-#: build/C/man2/epoll_wait.2:128
+#: build/C/man2/epoll_wait.2:132
 #, no-wrap
 msgid ""
 "    sigprocmask(SIG_SETMASK, &sigmask, &origmask);\n"
@@ -1876,7 +1897,7 @@ msgstr ""
 "    sigprocmask(SIG_SETMASK, &origmask, NULL);\n"
 
 #. type: Plain text
-#: build/C/man2/epoll_wait.2:136
+#: build/C/man2/epoll_wait.2:140
 msgid ""
 "The I<sigmask> argument may be specified as NULL, in which case "
 "B<epoll_pwait>()  is equivalent to B<epoll_wait>()."
@@ -1885,7 +1906,7 @@ msgstr ""
 "()  は B<epoll_wait>()  と等価となる。"
 
 #. type: Plain text
-#: build/C/man2/epoll_wait.2:148
+#: build/C/man2/epoll_wait.2:152
 msgid ""
 "When successful, B<epoll_wait>()  returns the number of file descriptors "
 "ready for the requested I/O, or zero if no file descriptor became ready "
@@ -1898,40 +1919,41 @@ msgstr ""
 "B<epoll_wait>()  は -1 を返し、 I<errno> を適切に設定する。"
 
 #. type: Plain text
-#: build/C/man2/epoll_wait.2:153
+#: build/C/man2/epoll_wait.2:157
 msgid "I<epfd> is not a valid file descriptor."
 msgstr "I<epfd> が有効なファイルディスクリプタでない。"
 
 #. type: TP
-#: build/C/man2/epoll_wait.2:153 build/C/man2/poll.2:286
+#: build/C/man2/epoll_wait.2:157 build/C/man2/poll.2:294
 #, no-wrap
 msgid "B<EFAULT>"
 msgstr "B<EFAULT>"
 
 #. type: Plain text
-#: build/C/man2/epoll_wait.2:158
+#: build/C/man2/epoll_wait.2:162
 msgid ""
 "The memory area pointed to by I<events> is not accessible with write "
 "permissions."
 msgstr "I<events> で指されるメモリ領域に書き込み権限でアクセスできない。"
 
 #. type: TP
-#: build/C/man2/epoll_wait.2:158 build/C/man2/poll.2:290
+#: build/C/man2/epoll_wait.2:162 build/C/man2/poll.2:298
 #, no-wrap
 msgid "B<EINTR>"
 msgstr "B<EINTR>"
 
 #. type: Plain text
-#: build/C/man2/epoll_wait.2:165
+#: build/C/man2/epoll_wait.2:169
 msgid ""
-"The call was interrupted by a signal handler before any of the requested "
-"events occurred or the I<timeout> expired; see B<signal>(7)."
+"The call was interrupted by a signal handler before either any of the "
+"requested events occurred or the I<timeout> expired; see B<signal>(7)."
 msgstr ""
-"要求されたどのイベントも発生せず、かつ I<timeout> の期限が切れる前に、システ"
-"ムコールがシグナルハンドラによって割り込まれた。 B<signal>(7)  参照。"
+"要求されたどのイベントも発生せず、かつ I<timeout> の期限が切れる前に、\n"
+"システムコールがシグナルハンドラによって割り込まれた。 \n"
+"B<signal>(7) 参照。"
 
 #. type: Plain text
-#: build/C/man2/epoll_wait.2:173
+#: build/C/man2/epoll_wait.2:177
 msgid ""
 "I<epfd> is not an B<epoll> file descriptor, or I<maxevents> is less than or "
 "equal to zero."
@@ -1942,7 +1964,7 @@ msgstr ""
 #.  To be precise: kernel 2.5.44.
 #.  The interface should be finalized by Linux kernel 2.5.66.
 #. type: Plain text
-#: build/C/man2/epoll_wait.2:179
+#: build/C/man2/epoll_wait.2:183
 msgid ""
 "B<epoll_wait>()  was added to the kernel in version 2.6.  Library support is "
 "provided in glibc starting with version 2.3.2."
@@ -1951,7 +1973,7 @@ msgstr ""
 "ライブラリによるサポートは glibc バージョン 2.3.2 以降で提供されている。"
 
 #. type: Plain text
-#: build/C/man2/epoll_wait.2:183
+#: build/C/man2/epoll_wait.2:187
 msgid ""
 "B<epoll_pwait>()  was added to Linux in kernel 2.6.19.  Library support is "
 "provided in glibc starting with version 2.6."
@@ -1960,12 +1982,12 @@ msgstr ""
 "ライブラリによるサポートは glibc バージョン 2.6 以降で提供されている。"
 
 #. type: Plain text
-#: build/C/man2/epoll_wait.2:186
+#: build/C/man2/epoll_wait.2:190
 msgid "B<epoll_wait>()  is Linux-specific."
 msgstr "B<epoll_wait>() は Linux 独自である。"
 
 #. type: Plain text
-#: build/C/man2/epoll_wait.2:196
+#: build/C/man2/epoll_wait.2:200
 msgid ""
 "While one thread is blocked in a call to B<epoll_pwait>(), it is possible "
 "for another thread to add a file descriptor to the waited-upon B<epoll> "
@@ -1978,7 +2000,32 @@ msgstr ""
 "B<epoll_wait>() の呼び出しによる停止が解除されることになる。"
 
 #. type: Plain text
-#: build/C/man2/epoll_wait.2:200
+#: build/C/man2/epoll_wait.2:207
+msgid ""
+"For a discussion of what may happen if a file descriptor in an B<epoll> "
+"instance being monitored by B<epoll_wait>()  is closed in another thread, "
+"see B<select>(2)."
+msgstr ""
+"B<epoll_wait>() で監視中の B<epoll> インスタンス内のファイルディスクリプタが"
+"別のスレッドによってクローズされた場合に何が起こるかの議論については、 "
+"B<select>(2) を参照してほしい。"
+
+#. type: Plain text
+#: build/C/man2/epoll_wait.2:219
+msgid ""
+"In kernels before 2.6.37, a I<timeout> value larger than approximately "
+"I<LONG_MAX / HZ> milliseconds is treated as -1 (i.e., infinity).  Thus, for "
+"example, on a system where the I<sizeof(long)> is 4 and the kernel I<HZ> "
+"value is 1000, this means that timeouts greater than 35.79 minutes are "
+"treated as infinity."
+msgstr ""
+"バージョン 2.6.37 より前のカーネルでは、おおよそ I<LONG_MAX / HZ> ミリ秒より"
+"大きい I<timeout> 値は -1 (つまり無限大) として扱われる。したがって、例えば、"
+"I<sizeof(long)> が 4 で、カーネルの I<HZ> の値が 1000 のシステムでは、 35.79 "
+"分よりも大きなタイムアウトは無限大として扱われるということである。"
+
+#. type: Plain text
+#: build/C/man2/epoll_wait.2:223
 msgid "B<epoll_create>(2), B<epoll_ctl>(2), B<epoll>(7)"
 msgstr "B<epoll_create>(2), B<epoll_ctl>(2), B<epoll>(7)"
 
@@ -1988,6 +2035,13 @@ msgstr "B<epoll_create>(2), B<epoll_ctl>(2), B<epoll>(7)"
 msgid "POLL"
 msgstr "POLL"
 
+#. type: TH
+#: build/C/man2/poll.2:31
+#, fuzzy, no-wrap
+#| msgid "2013-07-30"
+msgid "2013-09-04"
+msgstr "2013-07-30"
+
 #. type: Plain text
 #: build/C/man2/poll.2:34
 msgid "poll, ppoll - wait for some event on a file descriptor"
@@ -2122,18 +2176,34 @@ msgstr ""
 "(block) する。"
 
 #. type: Plain text
-#: build/C/man2/poll.2:131
-msgid ""
-"The I<timeout> argument specifies an upper limit on the time for which "
-"B<poll>()  will block, in milliseconds.  Specifying a negative value in "
-"I<timeout> means an infinite timeout."
-msgstr ""
-"I<timeout> 引き数は B<poll>()  が停止する時間の上限を設定するもので、ミリ秒単"
-"位で指定する。 I<timeout> に負の値を指定すると、タイムアウト時間が無限とな"
-"る。"
+#: build/C/man2/poll.2:139
+#, fuzzy
+#| msgid ""
+#| "The I<timeout> argument specifies the minimum number of milliseconds that "
+#| "B<poll>()  will block.  (This interval will be rounded up to the system "
+#| "clock granularity, and kernel scheduling delays mean that the blocking "
+#| "interval may overrun by a small amount.)  Specifying a negative value in "
+#| "I<timeout> means an infinite timeout.  Specifying a I<timeout> of zero "
+#| "causes B<poll>()  to return immediately, even if no file descriptors are "
+#| "ready."
+msgid ""
+"The I<timeout> argument specifies the number of milliseconds that B<poll>()  "
+"should block waiting for a file descriptor to become ready.  This interval "
+"will be rounded up to the system clock granularity, and kernel scheduling "
+"delays mean that the blocking interval may overrun by a small amount.  "
+"Specifying a negative value in I<timeout> means an infinite timeout.  "
+"Specifying a I<timeout> of zero causes B<poll>()  to return immediately, "
+"even if no file descriptors are ready."
+msgstr ""
+"I<timeout> 引き数は、 B<poll>() が停止する最小時間をミリ秒で指定する\n"
+"(この停止時間はシステムクロックの粒度に切り上げられ、カーネルの\n"
+"スケジューリング遅延により少しだけ長くなる可能性がある)。\n"
+"I<timeout> に負の値を指定した場合、タイムアウト時間が無限大を意味する。\n"
+"I<timeout> を 0 に指定した場合、I/O 可能なファイルディスクリプタが\n"
+"ない場合であっても、 B<poll>() はすぐに返る。"
 
 #. type: Plain text
-#: build/C/man2/poll.2:137
+#: build/C/man2/poll.2:145
 msgid ""
 "The bits that may be set/returned in I<events> and I<revents> are defined in "
 "I<E<lt>poll.hE<gt>>:"
@@ -2142,24 +2212,24 @@ msgstr ""
 "定義されている:"
 
 #. type: TP
-#: build/C/man2/poll.2:138
+#: build/C/man2/poll.2:146
 #, no-wrap
 msgid "B<POLLIN>"
 msgstr "B<POLLIN>"
 
 #. type: Plain text
-#: build/C/man2/poll.2:141
+#: build/C/man2/poll.2:149
 msgid "There is data to read."
 msgstr "読み出し可能なデータがある。"
 
 #. type: TP
-#: build/C/man2/poll.2:141
+#: build/C/man2/poll.2:149
 #, no-wrap
 msgid "B<POLLPRI>"
 msgstr "B<POLLPRI>"
 
 #. type: Plain text
-#: build/C/man2/poll.2:145
+#: build/C/man2/poll.2:153
 msgid ""
 "There is urgent data to read (e.g., out-of-band data on TCP socket; "
 "pseudoterminal master in packet mode has seen state change in slave)."
@@ -2169,24 +2239,24 @@ msgstr ""
 "がスレーブ側の変化を見つけたとき)。"
 
 #. type: TP
-#: build/C/man2/poll.2:145
+#: build/C/man2/poll.2:153
 #, no-wrap
 msgid "B<POLLOUT>"
 msgstr "B<POLLOUT>"
 
 #. type: Plain text
-#: build/C/man2/poll.2:148
+#: build/C/man2/poll.2:156
 msgid "Writing now will not block."
 msgstr "書き込みが停止 (block) しない状態である。"
 
 #. type: TP
-#: build/C/man2/poll.2:148
+#: build/C/man2/poll.2:156
 #, no-wrap
 msgid "B<POLLRDHUP> (since Linux 2.6.17)"
 msgstr "B<POLLRDHUP> (Linux 2.6.17 以降)"
 
 #. type: Plain text
-#: build/C/man2/poll.2:159
+#: build/C/man2/poll.2:167
 msgid ""
 "Stream socket peer closed connection, or shut down writing half of "
 "connection.  The B<_GNU_SOURCE> feature test macro must be defined (before "
@@ -2198,40 +2268,40 @@ msgstr ""
 "らない。"
 
 #. type: TP
-#: build/C/man2/poll.2:159
+#: build/C/man2/poll.2:167
 #, no-wrap
 msgid "B<POLLERR>"
 msgstr "B<POLLERR>"
 
 #. type: Plain text
-#: build/C/man2/poll.2:162
+#: build/C/man2/poll.2:170
 msgid "Error condition (output only)."
 msgstr "エラー状態 (出力の場合のみ)。"
 
 #. type: TP
-#: build/C/man2/poll.2:162
+#: build/C/man2/poll.2:170
 #, no-wrap
 msgid "B<POLLHUP>"
 msgstr "B<POLLHUP>"
 
 #. type: Plain text
-#: build/C/man2/poll.2:165
+#: build/C/man2/poll.2:173
 msgid "Hang up (output only)."
 msgstr "ハングアップした (出力の場合のみ)。"
 
 #. type: TP
-#: build/C/man2/poll.2:165
+#: build/C/man2/poll.2:173
 #, no-wrap
 msgid "B<POLLNVAL>"
 msgstr "B<POLLNVAL>"
 
 #. type: Plain text
-#: build/C/man2/poll.2:170
+#: build/C/man2/poll.2:178
 msgid "Invalid request: I<fd> not open (output only)."
 msgstr "不正な要求: I<fd> がオープンされていない (出力の場合のみ)。"
 
 #. type: Plain text
-#: build/C/man2/poll.2:176
+#: build/C/man2/poll.2:184
 msgid ""
 "When compiling with B<_XOPEN_SOURCE> defined, one also has the following, "
 "which convey no further information beyond the bits listed above:"
@@ -2240,65 +2310,65 @@ msgstr ""
 "だし、上記のリストにあるビット以上の情報が得られる訳ではない。"
 
 #. type: TP
-#: build/C/man2/poll.2:177
+#: build/C/man2/poll.2:185
 #, no-wrap
 msgid "B<POLLRDNORM>"
 msgstr "B<POLLRDNORM>"
 
 #. type: Plain text
-#: build/C/man2/poll.2:181
+#: build/C/man2/poll.2:189
 msgid "Equivalent to B<POLLIN>."
 msgstr "B<POLLIN> と同じ。"
 
 #. type: TP
-#: build/C/man2/poll.2:181
+#: build/C/man2/poll.2:189
 #, no-wrap
 msgid "B<POLLRDBAND>"
 msgstr "B<POLLRDBAND>"
 
 #.  POLLRDBAND is used in the DECnet protocol.
 #. type: Plain text
-#: build/C/man2/poll.2:185
+#: build/C/man2/poll.2:193
 msgid "Priority band data can be read (generally unused on Linux)."
 msgstr ""
 "優先帯域データ (priority band data) が読み出し可能である (普通は Linux では使"
 "用されない)。"
 
 #. type: TP
-#: build/C/man2/poll.2:185
+#: build/C/man2/poll.2:193
 #, no-wrap
 msgid "B<POLLWRNORM>"
 msgstr "B<POLLWRNORM>"
 
 #. type: Plain text
-#: build/C/man2/poll.2:189
+#: build/C/man2/poll.2:197
 msgid "Equivalent to B<POLLOUT>."
 msgstr "B<POLLOUT> と同じ。"
 
 #. type: TP
-#: build/C/man2/poll.2:189
+#: build/C/man2/poll.2:197
 #, no-wrap
 msgid "B<POLLWRBAND>"
 msgstr "B<POLLWRBAND>"
 
 #. type: Plain text
-#: build/C/man2/poll.2:192
+#: build/C/man2/poll.2:200
 msgid "Priority data may be written."
 msgstr "優先帯域データ (priority data) が書き込み可能である。"
 
 #. type: Plain text
-#: build/C/man2/poll.2:196
+#: build/C/man2/poll.2:204
 msgid "Linux also knows about, but does not use B<POLLMSG>."
 msgstr "Linux では B<POLLMSG> も定義されているが、使用されていない。"
 
 #. type: SS
-#: build/C/man2/poll.2:196
+#: build/C/man2/poll.2:204
 #, no-wrap
 msgid "ppoll()"
 msgstr "ppoll()"
 
 #. type: Plain text
-#: build/C/man2/poll.2:210
+#: build/C/man2/poll.2:218
 msgid ""
 "The relationship between B<poll>()  and B<ppoll>()  is analogous to the "
 "relationship between B<select>(2)  and B<pselect>(2): like B<pselect>(2), "
@@ -2311,7 +2381,7 @@ msgstr ""
 "つことができる。"
 
 #. type: Plain text
-#: build/C/man2/poll.2:216
+#: build/C/man2/poll.2:224
 msgid ""
 "Other than the difference in the precision of the I<timeout> argument, the "
 "following B<ppoll>()  call:"
@@ -2319,13 +2389,13 @@ msgstr ""
 "I<timeout> 引き数の精度の違いを除くと、以下の B<ppoll>()  の呼び出しは、"
 
 #. type: Plain text
-#: build/C/man2/poll.2:219
+#: build/C/man2/poll.2:227
 #, no-wrap
 msgid "    ready = ppoll(&fds, nfds, timeout_ts, &sigmask);\n"
 msgstr "    ready = ppoll(&fds, nfds, timeout_ts, &sigmask);\n"
 
 #. type: Plain text
-#: build/C/man2/poll.2:228
+#: build/C/man2/poll.2:236
 #, no-wrap
 msgid ""
 "    sigset_t origmask;\n"
@@ -2335,7 +2405,7 @@ msgstr ""
 "    int timeout;\n"
 
 #. type: Plain text
-#: build/C/man2/poll.2:234
+#: build/C/man2/poll.2:242
 #, no-wrap
 msgid ""
 "    timeout = (timeout_ts == NULL) ? -1 :\n"
@@ -2351,7 +2421,7 @@ msgstr ""
 "    sigprocmask(SIG_SETMASK, &origmask, NULL);\n"
 
 #. type: Plain text
-#: build/C/man2/poll.2:241
+#: build/C/man2/poll.2:249
 msgid ""
 "See the description of B<pselect>(2)  for an explanation of why B<ppoll>()  "
 "is necessary."
@@ -2360,7 +2430,7 @@ msgstr ""
 "と。"
 
 #. type: Plain text
-#: build/C/man2/poll.2:253
+#: build/C/man2/poll.2:261
 msgid ""
 "If the I<sigmask> argument is specified as NULL, then no signal mask "
 "manipulation is performed (and thus B<ppoll>()  differs from B<poll>()  only "
@@ -2371,7 +2441,7 @@ msgstr ""
 "けとなる)。"
 
 #. type: Plain text
-#: build/C/man2/poll.2:260
+#: build/C/man2/poll.2:268
 msgid ""
 "The I<timeout_ts> argument specifies an upper limit on the amount of time "
 "that B<ppoll>()  will block.  This argument is a pointer to a structure of "
@@ -2381,7 +2451,7 @@ msgstr ""
 "の引き数には以下の型の構造体へのポインタを指定する。"
 
 #. type: Plain text
-#: build/C/man2/poll.2:267
+#: build/C/man2/poll.2:275
 #, no-wrap
 msgid ""
 "struct timespec {\n"
@@ -2395,7 +2465,7 @@ msgstr ""
 "};\n"
 
 #. type: Plain text
-#: build/C/man2/poll.2:275
+#: build/C/man2/poll.2:283
 msgid ""
 "If I<timeout_ts> is specified as NULL, then B<ppoll>()  can block "
 "indefinitely."
@@ -2404,7 +2474,7 @@ msgstr ""
 "得る。"
 
 #. type: Plain text
-#: build/C/man2/poll.2:285
+#: build/C/man2/poll.2:293
 msgid ""
 "On success, a positive number is returned; this is the number of structures "
 "which have nonzero I<revents> fields (in other words, those descriptors with "
@@ -2419,7 +2489,7 @@ msgstr ""
 "定される。"
 
 #. type: Plain text
-#: build/C/man2/poll.2:290
+#: build/C/man2/poll.2:298
 msgid ""
 "The array given as argument was not contained in the calling program's "
 "address space."
@@ -2428,36 +2498,37 @@ msgstr ""
 "い。"
 
 #. type: Plain text
-#: build/C/man2/poll.2:294
+#: build/C/man2/poll.2:302
 msgid "A signal occurred before any requested event; see B<signal>(7)."
 msgstr ""
 "要求されたイベントのどれかが起こる前にシグナルが発生した。 B<signal>(7)  参"
 "照。"
 
 #. type: Plain text
-#: build/C/man2/poll.2:301
+#: build/C/man2/poll.2:309
 msgid "The I<nfds> value exceeds the B<RLIMIT_NOFILE> value."
 msgstr "I<nfds> の値が B<RLIMIT_NOFILE> を超えた。"
 
 #. type: Plain text
-#: build/C/man2/poll.2:304
+#: build/C/man2/poll.2:312
 msgid "There was no space to allocate file descriptor tables."
 msgstr "ファイルディスクリプタ・テーブルを確保するためのメモリがない。"
 
+#.  library call was introduced in libc 5.4.28
 #. type: Plain text
-#: build/C/man2/poll.2:317
+#: build/C/man2/poll.2:322
 msgid ""
-"The B<poll>()  system call was introduced in Linux 2.1.23.  The B<poll>()  "
-"library call was introduced in libc 5.4.28 (and provides emulation using "
-"B<select>(2)  if your kernel does not have a B<poll>()  system call)."
+"The B<poll>()  system call was introduced in Linux 2.1.23.  On older kernels "
+"that lack this system call, the glibc (and the old Linux libc)  B<poll>()  "
+"wrapper function provides emulation using B<select>(2)."
 msgstr ""
-"B<poll>()  システムコールは Linux 2.1.23 で導入された。 B<poll>()  ライブラ"
-"ã\83ªã\83»ã\82³ã\83¼ã\83«ã\81¯ libc 5.4.28 ã\81\8bã\82\89å°\8eå\85¥ã\81\95ã\82\8cã\81\9f (ã\81\93ã\82\8cã\81¯ã\82«ã\83¼ã\83\8dã\83«ã\81\8c B<poll>()  ã\82·ã\82¹ã\83\86ã\83 "
-"コールをサポートしていない場合に B<select>(2)  を使用してエミュレートを行"
-"ã\81\86)。"
+"B<poll>() システムコールは Linux 2.1.23 で導入された。\n"
+"ã\81\93ã\81®ã\82·ã\82¹ã\83\86ã\83 ã\82³ã\83¼ã\83«ã\81\8cå­\98å\9c¨ã\81\97ã\81ªã\81\84å\8f¤ã\81\84ã\82«ã\83¼ã\83\8dã\83«ã\81§ã\81¯ã\80\81\n"
+"glibc (や古い Linux libc) は B<select>(2) を使用して B<poll>() \n"
+"ã\83©ã\83\83ã\83\91ã\83¼é\96¢æ\95°ã\81®ã\82¨ã\83\9fã\83¥ã\83¬ã\83¼ã\82·ã\83§ã\83³ã\82\92è¡\8cã\81\86。"
 
 #. type: Plain text
-#: build/C/man2/poll.2:324
+#: build/C/man2/poll.2:329
 msgid ""
 "The B<ppoll>()  system call was added to Linux in kernel 2.6.16.  The "
 "B<ppoll>()  library call was added in glibc 2.4."
@@ -2467,13 +2538,13 @@ msgstr ""
 
 #.  NetBSD 3.0 has a pollts() which is like Linux ppoll().
 #. type: Plain text
-#: build/C/man2/poll.2:330
+#: build/C/man2/poll.2:335
 msgid "B<poll>()  conforms to POSIX.1-2001.  B<ppoll>()  is Linux-specific."
 msgstr ""
 "B<poll>()  は POSIX.1-2001 に準拠している。 B<ppoll>()  は Linux 固有である。"
 
 #. type: Plain text
-#: build/C/man2/poll.2:338
+#: build/C/man2/poll.2:343
 msgid ""
 "Some implementations define the nonstandard constant B<INFTIM> with the "
 "value -1 for use as a I<timeout> for B<poll>().  This constant is not "
@@ -2483,14 +2554,23 @@ msgstr ""
 "B<poll>()  の I<timeout> の指定に使用できる。 この定数は glibc では定義されて"
 "いない。"
 
+#. type: Plain text
+#: build/C/man2/poll.2:348
+msgid ""
+"For a discussion of what may happen if a file descriptor being monitored by "
+"B<poll>()  is closed in another thread, see B<select>(2)."
+msgstr ""
+"B<poll>() で監視中のファイルディスクリプタが別のスレッドによってクローズされ"
+"た場合に何が起こるかの議論については、 B<select>(2) を参照してほしい。"
+
 #. type: SS
-#: build/C/man2/poll.2:338
+#: build/C/man2/poll.2:348
 #, no-wrap
-msgid "Linux Notes"
+msgid "Linux notes"
 msgstr "Linux での注意"
 
 #. type: Plain text
-#: build/C/man2/poll.2:352
+#: build/C/man2/poll.2:362
 msgid ""
 "The Linux B<ppoll>()  system call modifies its I<timeout_ts> argument.  "
 "However, the glibc wrapper function hides this behavior by using a local "
@@ -2503,7 +2583,7 @@ msgstr ""
 "数では I<timeout_ts> 引き数は変更されない。"
 
 #. type: Plain text
-#: build/C/man2/poll.2:356
+#: build/C/man2/poll.2:366
 msgid ""
 "See the discussion of spurious readiness notifications under the BUGS "
 "section of B<select>(2)."
@@ -2512,41 +2592,6 @@ msgstr ""
 "readiness notifications) についての議論を参照のこと。"
 
 #. type: Plain text
-#: build/C/man2/poll.2:360
-msgid "B<select>(2), B<select_tut>(2), B<time>(7)"
-msgstr "B<select>(2), B<select_tut>(2), B<time>(7)"
-
-#~ msgid "Finally, the actual wait is started by B<epoll_wait>(2)."
-#~ msgstr "最後に B<epoll_wait>(2)  で実際のイベント待ちを開始する。"
-
-#~ msgid ""
-#~ "B<epoll_create>()  creates an epoll \"instance\", requesting the kernel "
-#~ "to allocate an event backing store dimensioned for I<size> descriptors.  "
-#~ "The I<size> is not the maximum size of the backing store but just a hint "
-#~ "to the kernel about how to dimension internal structures.  (Nowadays, "
-#~ "I<size> is unused; see NOTES below.)"
-#~ msgstr ""
-#~ "B<epoll_create>() は、 I<size> 個のディスクリプタを保持できる大きさの\n"
-#~ "イベントバッキングストアの割り当てをカーネルに対して要求することにより、\n"
-#~ "epoll 「インスタンス」を作成する。 I<size> はバッキングストアの最大サイ\n"
-#~ "ズではなく、内部構造の大きさをどの位にするかをカーネルに知らせるヒント\n"
-#~ "でしかない。 (現在は I<size> は使用されない。下記の「注意」を参照。)"
-
-#~ msgid ""
-#~ "Since Linux 2.6.8, the I<size> argument is unused, but must be greater "
-#~ "than zero.  (The kernel dynamically sizes the required data structures "
-#~ "without needing this initial hint.)"
-#~ msgstr ""
-#~ "Linux 2.6.8 以降では、 I<size> 引き数は使用されないが、 0 より大きくなけれ"
-#~ "ばならない。\n"
-#~ "(カーネルは、動的に必要なデータ構造の大きさを決定し、 最初のヒントを必要し"
-#~ "ない。)"
-
-#~ msgid "The field I<fd> contains a file descriptor for an open file."
-#~ msgstr ""
-#~ "構造体の I<fd> にはオープンしたファイルのファイルディスクリプタを入れる。"
-
-#~ msgid ""
-#~ "Glibc support for B<epoll_pwait>()  is provided starting with version 2.6."
-#~ msgstr ""
-#~ "B<epoll_pwait>()  の glibc でのサポートは glibc 2.6 以降で提供されている。"
+#: build/C/man2/poll.2:371
+msgid "B<restart_syscall>(2), B<select>(2), B<select_tut>(2), B<time>(7)"
+msgstr "B<restart_syscall>(2), B<select>(2), B<select_tut>(2), B<time>(7)"