OSDN Git Service

(split) LDP: Update POT and ja.po to LDP v3.51.
[linuxjm/LDP_man-pages.git] / po4a / epoll / po / ja.po
index 356852d..3f88b3a 100644 (file)
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2012-04-25 05:36+0900\n"
-"PO-Revision-Date: 2012-04-29 22:50+0900\n"
+"POT-Creation-Date: 2013-04-30 20:29+0900\n"
+"PO-Revision-Date: 2013-03-27 00:44+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"
@@ -86,7 +86,8 @@ msgid ""
 "scales well to large numbers of watched file descriptors.  The following "
 "system calls are provided to create and manage an B<epoll> instance:"
 msgstr ""
-"B<epoll> API は B<poll>(2) と同様の処理を行う、つまり、複数のファイルディスク\n"
+"B<epoll> API は B<poll>(2) と同様の処理を行う、つまり、複数のファイルディス"
+"ク\n"
 "リプタを監視し、その中のいずれかが入出力可能な状態であるかを確認する。\n"
 "B<epoll> API は、エッジトリガインタフェースとレベルトリガインタフェースの\n"
 "いずれとしても使用することができ、監視するファイルディスクリプタの数が多い\n"
@@ -106,7 +107,8 @@ msgid ""
 "descriptor referring to that instance.  (The more recent B<epoll_create1>"
 "(2)  extends the functionality of B<epoll_create>(2).)"
 msgstr ""
-"B<epoll_create>(2) は B<epoll> インスタンスを作成し、そのインスタンスを参照する\n"
+"B<epoll_create>(2) は B<epoll> インスタンスを作成し、そのインスタンスを参照す"
+"る\n"
 "ファイルディスクリプタを返す。(もっと新しい B<epoll_create1>(2) では、\n"
 "B<epoll_create>(2) の機能が拡張されている)。"
 
@@ -133,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
@@ -213,13 +215,28 @@ msgstr "B<epoll_wait>(2)  の呼び出しが行われる。"
 
 #. type: Plain text
 #: build/C/man7/epoll.7:126
+#, fuzzy
+#| msgid ""
+#| "If the I<rfd> file descriptor has been added to the B<epoll> interface "
+#| "using the B<EPOLLET> (edge-triggered)  flag, the call to B<epoll_wait>"
+#| "(2)  done in 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 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 event is consumed in B<3>.  "
+#| "Since the read operation done in B<4> does not consume the whole buffer "
+#| "data, the call to B<epoll_wait>(2)  done in step B<5> might block "
+#| "indefinitely."
 msgid ""
 "If the I<rfd> file descriptor has been added to the B<epoll> interface using "
 "the B<EPOLLET> (edge-triggered)  flag, the call to B<epoll_wait>(2)  done in "
 "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 "
@@ -359,7 +376,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
@@ -526,7 +543,7 @@ msgstr ""
 #. type: SS
 #: build/C/man7/epoll.7:297
 #, no-wrap
-msgid "Questions and Answers"
+msgid "Questions and answers"
 msgstr "質問と解答"
 
 #. type: TP
@@ -907,7 +924,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
@@ -986,9 +1003,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 "バージョン"
@@ -1004,9 +1021,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 "準拠"
@@ -1022,47 +1039,72 @@ 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 "関連項目"
 
 #. type: Plain text
-#: build/C/man7/epoll.7:550
+#: build/C/man7/epoll.7:551
 msgid ""
 "B<epoll_create>(2), B<epoll_create1>(2), B<epoll_ctl>(2), B<epoll_wait>(2)"
 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:149
+#: build/C/man2/epoll_ctl.2:258 build/C/man2/epoll_wait.2:223
+#: build/C/man2/poll.2:370
+#, no-wrap
+msgid "COLOPHON"
+msgstr "この文書について"
+
+#. type: Plain text
+#: 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:377
+#, fuzzy
+#| msgid ""
+#| "This page is part of release 3.50 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.51 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/."
+msgstr ""
+"この man ページは Linux I<man-pages> プロジェクトのリリース 3.50 の一部\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"
@@ -1072,7 +1114,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."
@@ -1082,7 +1124,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 "
@@ -1100,13 +1142,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>().  "
@@ -1118,13 +1160,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 "
@@ -1135,14 +1177,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."
@@ -1151,38 +1193,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 "
@@ -1193,30 +1235,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."
@@ -1227,7 +1269,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."
@@ -1236,19 +1278,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 "
@@ -1261,36 +1303,43 @@ msgid ""
 "than zero, in order to ensure backward compatibility when new B<epoll> "
 "applications are run on older kernels."
 msgstr ""
-"初期の B<epoll_create>() の実装では、I<size> 引き数は、呼び出し元が B<epoll>\n"
-"インスタンスに追加しようとするファイルディスクリプタ数をカーネルに教えるのに\n"
-"使われていた。カーネルはこの情報をイベントの情報を格納する内部データ構造に最\n"
-"初に割り当てる大きさを決める際のヒントとして使用していた (I<size> で渡された\n"
-"ヒントよりも使用量が大きくなった場合には、必要に応じてカーネルは追加で領域を\n"
+"初期の B<epoll_create>() の実装では、I<size> 引き数は、呼び出し元が "
+"B<epoll>\n"
+"インスタンスに追加しようとするファイルディスクリプタ数をカーネルに教えるの"
+"に\n"
+"使われていた。カーネルはこの情報をイベントの情報を格納する内部データ構造に"
+"最\n"
+"初に割り当てる大きさを決める際のヒントとして使用していた (I<size> で渡され"
+"た\n"
+"ヒントよりも使用量が大きくなった場合には、必要に応じてカーネルは追加で領域"
+"を\n"
 "割り当てる)。\n"
 "\n"
-"現在では、このヒントはもはや必要なくなっている (カーネルはヒントなしで必要な\n"
+"現在では、このヒントはもはや必要なくなっている (カーネルはヒントなしで必要"
+"な\n"
 "データ構造のサイズを動的に変更する) が、今も I<size> には 0 より大きい値を\n"
-"指定しなければならない。これは、B<epoll> を使うアプリケーションが古いカーネル\n"
+"指定しなければならない。これは、B<epoll> を使うアプリケーションが古いカーネ"
+"ル\n"
 "で実行される際の後方互換性を保証するためである。"
 
 #. type: Plain text
-#: build/C/man2/epoll_create.2:150
+#: 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<);>"
@@ -1299,29 +1348,30 @@ 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 "
 "I<op> be performed for the target file descriptor, I<fd>."
 msgstr ""
 "このシステムコールは、ファイルディスクリプタ I<epfd> が参照する B<epoll>(7)\n"
-"インスタンスに対する操作を行う。 対象のファイルディスクリプタ I<fd> に対して、\n"
+"インスタンスに対する操作を行う。 対象のファイルディスクリプタ I<fd> に対し"
+"て、\n"
 "操作 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 "
@@ -1332,13 +1382,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 ""
@@ -1346,13 +1396,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 "
@@ -1363,7 +1413,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 :"
@@ -1372,7 +1422,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"
@@ -1390,7 +1440,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"
@@ -1404,7 +1454,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:"
@@ -1413,35 +1463,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 "
@@ -1453,24 +1503,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 "
@@ -1480,13 +1530,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>."
@@ -1495,13 +1545,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 "
@@ -1515,13 +1565,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 "
@@ -1538,7 +1588,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."
@@ -1547,24 +1597,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."
@@ -1573,7 +1623,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."
@@ -1583,13 +1633,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."
@@ -1598,20 +1648,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 "
@@ -1622,25 +1672,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."
@@ -1649,7 +1699,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 ""
@@ -1657,13 +1707,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 "
@@ -1683,20 +1734,26 @@ 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 build/C/man2/poll.2:31
+#, 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"
@@ -1712,7 +1769,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 "
@@ -1720,32 +1777,40 @@ msgid ""
 "the caller.  Up to I<maxevents> are returned by B<epoll_wait>().  The "
 "I<maxevents> argument must be greater than zero."
 msgstr ""
-"B<epoll_wait>() システムコールは、ファイルディスクリプタ I<epfd> で参照される\n"
-"B<epoll>(7) インスタンスに対するイベントを待つ。 I<events> が指すメモリ領域には、\n"
-"呼び出し側が利用可能なイベントが格納される。最大 I<maxevents> 個のイベントが\n"
+"B<epoll_wait>() システムコールは、ファイルディスクリプタ I<epfd> で参照され"
+"る\n"
+"B<epoll>(7) インスタンスに対するイベントを待つ。 I<events> が指すメモリ領域に"
+"は、\n"
+"呼び出し側が利用可能なイベントが格納される。最大 I<maxevents> 個のイベント"
+"が\n"
 "B<epoll_wait>() によって返される。\n"
 "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"
@@ -1763,7 +1828,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"
@@ -1777,7 +1842,7 @@ msgstr ""
 "};\n"
 
 #. type: Plain text
-#: build/C/man2/epoll_wait.2:95
+#: build/C/man2/epoll_wait.2:99
 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 "
@@ -1789,13 +1854,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>"
@@ -1808,29 +1873,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"
@@ -1842,7 +1907,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>()."
@@ -1851,7 +1916,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 "
@@ -1864,40 +1929,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."
@@ -1908,7 +1974,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."
@@ -1917,7 +1983,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."
@@ -1926,12 +1992,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> "
@@ -1944,7 +2010,32 @@ msgstr ""
 "B<epoll_wait>() の呼び出しによる停止が解除されることになる。"
 
 #. type: Plain text
-#: build/C/man2/epoll_wait.2:199
+#: 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)"
 
@@ -2039,9 +2130,11 @@ msgid ""
 "I<revents> field returns zero.  (This provides an easy way of ignoring a "
 "file descriptor for a single B<poll>()  call: simply negate the I<fd> field.)"
 msgstr ""
-"I<fd> フィールドには、オープンされたファイルのファイルディスクリプタが入る。\n"
+"I<fd> フィールドには、オープンされたファイルのファイルディスクリプタが入"
+"る。\n"
 "このフィールドが負の場合、対応する I<events> フィールドは無視され、\n"
-"I<revents> には 0 が返される。(この機能により、一つの B<poll>() の呼び出しで\n"
+"I<revents> には 0 が返される。(この機能により、一つの B<poll>() の呼び出し"
+"で\n"
 "簡単にあるファイルディスクリプタを無視することができる。\n"
 "単に I<fd> フィールドの符号を反転するだけでよい。)"
 
@@ -2086,18 +2179,25 @@ msgstr ""
 "(block) する。"
 
 #. type: Plain text
-#: build/C/man2/poll.2:131
+#: build/C/man2/poll.2:139
 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."
+"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."
 msgstr ""
-"I<timeout> 引き数は B<poll>()  が停止する時間の上限を設定するもので、ミリ秒単"
-"位で指定する。 I<timeout> に負の値を指定すると、タイムアウト時間が無限とな"
-"る。"
+"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>>:"
@@ -2106,24 +2206,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)."
@@ -2133,24 +2233,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 "
@@ -2162,40 +2262,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:"
@@ -2204,65 +2304,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), "
@@ -2275,7 +2375,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:"
@@ -2283,13 +2383,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"
@@ -2299,7 +2399,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"
@@ -2315,7 +2415,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."
@@ -2324,7 +2424,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 "
@@ -2335,7 +2435,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 "
@@ -2345,7 +2445,7 @@ msgstr ""
 "の引き数には以下の型の構造体へのポインタを指定する。"
 
 #. type: Plain text
-#: build/C/man2/poll.2:267
+#: build/C/man2/poll.2:275
 #, no-wrap
 msgid ""
 "struct timespec {\n"
@@ -2359,7 +2459,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."
@@ -2368,7 +2468,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 "
@@ -2383,7 +2483,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."
@@ -2392,36 +2492,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."
@@ -2431,13 +2532,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 "
@@ -2447,14 +2548,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 "
@@ -2467,7 +2577,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)."
@@ -2476,25 +2586,27 @@ msgstr ""
 "readiness notifications) についての議論を参照のこと。"
 
 #. type: Plain text
-#: build/C/man2/poll.2:359
+#: build/C/man2/poll.2:370
 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 "2012-05-02"
+#~ msgstr "2012-05-02"
 
-#~ msgid "COLOPHON"
-#~ msgstr "この文書について"
+#~ msgid "2012-05-05"
+#~ msgstr "2012-05-05"
 
 #~ msgid ""
-#~ "This page is part of release 3.38 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/."
+#~ "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 ""
-#~ "この man ページは Linux I<man-pages> プロジェクトのリリース 3.38 の一部で"
-#~ "ある。\n"
-#~ "プロジェクトの説明とバグ報告に関する情報は\n"
-#~ "http://www.kernel.org/doc/man-pages/ に書かれている。"
+#~ "I<timeout> 引き数は B<poll>()  が停止する時間の上限を設定するもので、ミリ"
+#~ "秒単位で指定する。 I<timeout> に負の値を指定すると、タイムアウト時間が無限"
+#~ "となる。"
+
+#~ 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 "