OSDN Git Service

Update minor changes in LDP 3.68
[linuxjm/LDP_man-pages.git] / po4a / pthread / po / ja.po
index 380a714..eb6e792 100644 (file)
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2014-04-24 00:51+0900\n"
-"PO-Revision-Date: 2014-04-27 06:46+0900\n"
+"POT-Creation-Date: 2014-06-08 01:30+0900\n"
+"PO-Revision-Date: 2014-06-08 02:52+0900\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "Language: \n"
@@ -195,7 +195,7 @@ msgstr "B<int setcontext(const ucontext_t *>I<ucp>B<);>"
 #: build/C/man3/pthread_attr_setstackaddr.3:41
 #: build/C/man3/pthread_attr_setstacksize.3:41
 #: build/C/man3/pthread_cancel.3:37 build/C/man3/pthread_cleanup_push.3:40
-#: build/C/man3/pthread_cleanup_push_defer_np.3:40
+#: build/C/man3/pthread_cleanup_push_defer_np.3:53
 #: build/C/man3/pthread_create.3:38 build/C/man3/pthread_detach.3:37
 #: build/C/man3/pthread_equal.3:37 build/C/man3/pthread_exit.3:37
 #: build/C/man3/pthread_getattr_np.3:38
@@ -208,7 +208,7 @@ msgstr "B<int setcontext(const ucontext_t *>I<ucp>B<);>"
 #: build/C/man3/pthread_setname_np.3:39
 #: build/C/man3/pthread_setschedparam.3:41
 #: build/C/man3/pthread_setschedprio.3:37 build/C/man3/pthread_sigmask.3:50
-#: build/C/man3/pthread_sigqueue.3:45 build/C/man3/pthread_testcancel.3:37
+#: build/C/man3/pthread_sigqueue.3:46 build/C/man3/pthread_testcancel.3:37
 #: build/C/man3/pthread_tryjoin_np.3:42 build/C/man3/pthread_yield.3:37
 #: build/C/man7/pthreads.7:29
 #, no-wrap
@@ -298,9 +298,9 @@ msgid ""
 "third argument to a signal handler."
 msgstr ""
 "B<setcontext>()  関数は、ポインタ I<ucp> が指すユーザコンテキストをリストアす"
-"る。 呼び出しに成功すると返らない。 このコンテキストは、以前に B<getcontext>"
-"()  または B<makecontext>(3)  で得られたものか、 あるいはシグナルの第三引数と"
-"して与えられたものになる。"
+"る。 呼び出しに成功すると返らない。 このコンテキストは、以前に "
+"B<getcontext>()  または B<makecontext>(3)  で得られたものか、 あるいはシグナ"
+"ã\83«ã\81®ç¬¬ä¸\89å¼\95æ\95°ã\81¨ã\81\97ã\81¦ä¸\8eã\81\88ã\82\89ã\82\8cã\81\9fã\82\82ã\81®ã\81«ã\81ªã\82\8bã\80\82"
 
 #. type: Plain text
 #: build/C/man3/getcontext.3:118
@@ -323,9 +323,10 @@ msgid ""
 msgstr ""
 "コンテキストが B<makecontext>(3)  の呼び出しによって得られていたものの場合"
 "は、 プログラムの実行はその B<makecontext>(3)  呼び出しの第二引数で指定された"
-"関数 I<func> を呼び出すかたちで継続する。 I<func> から返ると、 B<makecontext>"
-"(3)  呼び出しの第一引数で指定されていた I<ucp> 構造体の I<uc_link> メンバで継"
-"続する。 このメンバが NULL だった場合は、そのスレッドは終了する。"
+"関数 I<func> を呼び出すかたちで継続する。 I<func> から返ると、 "
+"B<makecontext>(3)  呼び出しの第一引数で指定されていた I<ucp> 構造体の "
+"I<uc_link> メンバで継続する。 このメンバが NULL だった場合は、そのスレッドは"
+"終了する。"
 
 #. type: Plain text
 #: build/C/man3/getcontext.3:142
@@ -366,7 +367,7 @@ msgstr ""
 #: build/C/man3/pthread_setname_np.3:72
 #: build/C/man3/pthread_setschedparam.3:104
 #: build/C/man3/pthread_setschedprio.3:53 build/C/man3/pthread_sigmask.3:61
-#: build/C/man3/pthread_sigqueue.3:65 build/C/man3/pthread_testcancel.3:50
+#: build/C/man3/pthread_sigqueue.3:66 build/C/man3/pthread_testcancel.3:50
 #: build/C/man3/pthread_tryjoin_np.3:85 build/C/man3/pthread_yield.3:44
 #, no-wrap
 msgid "RETURN VALUE"
@@ -406,7 +407,7 @@ msgstr ""
 #: build/C/man3/pthread_setname_np.3:75
 #: build/C/man3/pthread_setschedparam.3:112
 #: build/C/man3/pthread_setschedprio.3:61 build/C/man3/pthread_sigmask.3:66
-#: build/C/man3/pthread_sigqueue.3:70 build/C/man3/pthread_testcancel.3:54
+#: build/C/man3/pthread_sigqueue.3:71 build/C/man3/pthread_testcancel.3:54
 #: build/C/man3/pthread_tryjoin_np.3:89 build/C/man3/pthread_yield.3:49
 #, no-wrap
 msgid "ERRORS"
@@ -421,6 +422,23 @@ msgstr "定義されていない。"
 #: build/C/man3/getcontext.3:153 build/C/man3/makecontext.3:105
 #: build/C/man3/pthread_attr_setdetachstate.3:87
 #: build/C/man3/pthread_attr_setguardsize.3:106
+#: build/C/man3/pthread_attr_setinheritsched.3:110
+#: build/C/man3/pthread_attr_setschedparam.3:100
+#: build/C/man3/pthread_attr_setschedpolicy.3:100
+#: build/C/man3/pthread_attr_setscope.3:119
+#: build/C/man3/pthread_attr_setstack.3:112
+#: build/C/man3/pthread_attr_setstackaddr.3:83
+#: build/C/man3/pthread_attr_setstacksize.3:83 build/C/man3/pthread_equal.3:47
+#: build/C/man3/pthread_exit.3:75 build/C/man3/pthread_getcpuclockid.3:65
+#: build/C/man3/pthread_kill.3:72
+#: build/C/man3/pthread_kill_other_threads_np.3:47
+#: build/C/man3/pthread_self.3:50 build/C/man3/pthread_setaffinity_np.3:121
+#: build/C/man3/pthread_setcancelstate.3:113
+#: build/C/man3/pthread_setconcurrency.3:83
+#: build/C/man3/pthread_setschedparam.3:141
+#: build/C/man3/pthread_setschedprio.3:83 build/C/man3/pthread_sigmask.3:69
+#: build/C/man3/pthread_sigqueue.3:94 build/C/man3/pthread_testcancel.3:58
+#: build/C/man3/pthread_yield.3:53
 #, no-wrap
 msgid "ATTRIBUTES"
 msgstr "属性"
@@ -429,6 +447,23 @@ msgstr "属性"
 #: build/C/man3/getcontext.3:154 build/C/man3/makecontext.3:106
 #: build/C/man3/pthread_attr_setdetachstate.3:88
 #: build/C/man3/pthread_attr_setguardsize.3:107
+#: build/C/man3/pthread_attr_setinheritsched.3:111
+#: build/C/man3/pthread_attr_setschedparam.3:101
+#: build/C/man3/pthread_attr_setschedpolicy.3:101
+#: build/C/man3/pthread_attr_setscope.3:120
+#: build/C/man3/pthread_attr_setstack.3:113
+#: build/C/man3/pthread_attr_setstackaddr.3:84
+#: build/C/man3/pthread_attr_setstacksize.3:84 build/C/man3/pthread_equal.3:48
+#: build/C/man3/pthread_exit.3:76 build/C/man3/pthread_getcpuclockid.3:66
+#: build/C/man3/pthread_kill.3:73
+#: build/C/man3/pthread_kill_other_threads_np.3:48
+#: build/C/man3/pthread_self.3:51 build/C/man3/pthread_setaffinity_np.3:122
+#: build/C/man3/pthread_setcancelstate.3:114
+#: build/C/man3/pthread_setconcurrency.3:84
+#: build/C/man3/pthread_setschedparam.3:142
+#: build/C/man3/pthread_setschedprio.3:84 build/C/man3/pthread_sigmask.3:70
+#: build/C/man3/pthread_sigqueue.3:95 build/C/man3/pthread_testcancel.3:59
+#: build/C/man3/pthread_yield.3:54
 #, no-wrap
 msgid "Multithreading (see pthreads(7))"
 msgstr "マルチスレッディング (pthreads(7) 参照)"
@@ -444,29 +479,29 @@ msgstr "関数 B<getcontext>() と B<setcontext>() はスレッドセーフで
 #: build/C/man3/pthread_attr_setaffinity_np.3:108
 #: build/C/man3/pthread_attr_setdetachstate.3:94
 #: build/C/man3/pthread_attr_setguardsize.3:113
-#: build/C/man3/pthread_attr_setinheritsched.3:110
-#: build/C/man3/pthread_attr_setschedparam.3:100
-#: build/C/man3/pthread_attr_setschedpolicy.3:100
-#: build/C/man3/pthread_attr_setscope.3:119
-#: build/C/man3/pthread_attr_setstack.3:112
-#: build/C/man3/pthread_attr_setstackaddr.3:83
-#: build/C/man3/pthread_attr_setstacksize.3:83
+#: build/C/man3/pthread_attr_setinheritsched.3:117
+#: build/C/man3/pthread_attr_setschedparam.3:107
+#: build/C/man3/pthread_attr_setschedpolicy.3:107
+#: build/C/man3/pthread_attr_setscope.3:126
+#: build/C/man3/pthread_attr_setstack.3:119
+#: build/C/man3/pthread_attr_setstackaddr.3:90
+#: build/C/man3/pthread_attr_setstacksize.3:90
 #: build/C/man3/pthread_cancel.3:125 build/C/man3/pthread_cleanup_push.3:127
-#: build/C/man3/pthread_cleanup_push_defer_np.3:101
-#: build/C/man3/pthread_create.3:146 build/C/man3/pthread_detach.3:64
-#: build/C/man3/pthread_equal.3:47 build/C/man3/pthread_exit.3:75
+#: build/C/man3/pthread_cleanup_push_defer_np.3:114
+#: build/C/man3/pthread_create.3:153 build/C/man3/pthread_detach.3:64
+#: build/C/man3/pthread_equal.3:52 build/C/man3/pthread_exit.3:80
 #: build/C/man3/pthread_getattr_np.3:98
-#: build/C/man3/pthread_getcpuclockid.3:65 build/C/man3/pthread_join.3:98
-#: build/C/man3/pthread_kill.3:72
-#: build/C/man3/pthread_kill_other_threads_np.3:47
-#: build/C/man3/pthread_self.3:50 build/C/man3/pthread_setaffinity_np.3:121
-#: build/C/man3/pthread_setcancelstate.3:113
-#: build/C/man3/pthread_setconcurrency.3:83
+#: build/C/man3/pthread_getcpuclockid.3:70 build/C/man3/pthread_join.3:98
+#: build/C/man3/pthread_kill.3:77
+#: build/C/man3/pthread_kill_other_threads_np.3:52
+#: build/C/man3/pthread_self.3:55 build/C/man3/pthread_setaffinity_np.3:128
+#: build/C/man3/pthread_setcancelstate.3:120
+#: build/C/man3/pthread_setconcurrency.3:90
 #: build/C/man3/pthread_setname_np.3:102
-#: build/C/man3/pthread_setschedparam.3:141
-#: build/C/man3/pthread_setschedprio.3:83 build/C/man3/pthread_sigmask.3:69
-#: build/C/man3/pthread_sigqueue.3:93 build/C/man3/pthread_testcancel.3:58
-#: build/C/man3/pthread_tryjoin_np.3:112 build/C/man3/pthread_yield.3:53
+#: build/C/man3/pthread_setschedparam.3:148
+#: build/C/man3/pthread_setschedprio.3:88 build/C/man3/pthread_sigmask.3:74
+#: build/C/man3/pthread_sigqueue.3:99 build/C/man3/pthread_testcancel.3:63
+#: build/C/man3/pthread_tryjoin_np.3:112 build/C/man3/pthread_yield.3:58
 #, no-wrap
 msgid "CONFORMING TO"
 msgstr "準拠"
@@ -474,9 +509,9 @@ msgstr "準拠"
 #. type: Plain text
 #: build/C/man3/getcontext.3:166
 msgid ""
-"SUSv2, POSIX.1-2001.  POSIX.1-2008 removes the specification of B<getcontext>"
-"(), citing portability issues, and recommending that applications be "
-"rewritten to use POSIX threads instead."
+"SUSv2, POSIX.1-2001.  POSIX.1-2008 removes the specification of "
+"B<getcontext>(), citing portability issues, and recommending that "
+"applications be rewritten to use POSIX threads instead."
 msgstr ""
 "SUSv2, POSIX.1-2001.  POSIX.1-2008 では、移植性の問題から B<getcontext>()  の"
 "仕様が削除された。 代わりに、アプリケーションを POSIX スレッドを使って書き直"
@@ -488,24 +523,24 @@ msgstr ""
 #: build/C/man3/pthread_attr_setaffinity_np.3:111
 #: build/C/man3/pthread_attr_setdetachstate.3:96
 #: build/C/man3/pthread_attr_setguardsize.3:115
-#: build/C/man3/pthread_attr_setschedparam.3:102
-#: build/C/man3/pthread_attr_setscope.3:121
-#: build/C/man3/pthread_attr_setstack.3:114
-#: build/C/man3/pthread_attr_setstackaddr.3:86
-#: build/C/man3/pthread_attr_setstacksize.3:85
+#: build/C/man3/pthread_attr_setschedparam.3:109
+#: build/C/man3/pthread_attr_setscope.3:128
+#: build/C/man3/pthread_attr_setstack.3:121
+#: build/C/man3/pthread_attr_setstackaddr.3:93
+#: build/C/man3/pthread_attr_setstacksize.3:92
 #: build/C/man3/pthread_cancel.3:127 build/C/man3/pthread_cleanup_push.3:129
-#: build/C/man3/pthread_create.3:148 build/C/man3/pthread_detach.3:66
-#: build/C/man3/pthread_equal.3:49 build/C/man3/pthread_exit.3:77
-#: build/C/man3/pthread_getcpuclockid.3:67 build/C/man3/pthread_join.3:100
-#: build/C/man3/pthread_kill.3:74
-#: build/C/man3/pthread_kill_other_threads_np.3:50
-#: build/C/man3/pthread_self.3:52 build/C/man3/pthread_setaffinity_np.3:124
-#: build/C/man3/pthread_setcancelstate.3:115
-#: build/C/man3/pthread_setconcurrency.3:85
+#: build/C/man3/pthread_create.3:155 build/C/man3/pthread_detach.3:66
+#: build/C/man3/pthread_equal.3:54 build/C/man3/pthread_exit.3:82
+#: build/C/man3/pthread_getcpuclockid.3:72 build/C/man3/pthread_join.3:100
+#: build/C/man3/pthread_kill.3:79
+#: build/C/man3/pthread_kill_other_threads_np.3:55
+#: build/C/man3/pthread_self.3:57 build/C/man3/pthread_setaffinity_np.3:131
+#: build/C/man3/pthread_setcancelstate.3:122
+#: build/C/man3/pthread_setconcurrency.3:92
 #: build/C/man3/pthread_setname_np.3:104
-#: build/C/man3/pthread_setschedparam.3:143
-#: build/C/man3/pthread_setschedprio.3:85 build/C/man3/pthread_sigmask.3:71
-#: build/C/man3/pthread_yield.3:59
+#: build/C/man3/pthread_setschedparam.3:150
+#: build/C/man3/pthread_setschedprio.3:90 build/C/man3/pthread_sigmask.3:76
+#: build/C/man3/pthread_yield.3:64
 #, no-wrap
 msgid "NOTES"
 msgstr "注意"
@@ -513,14 +548,14 @@ msgstr "注意"
 #. type: Plain text
 #: build/C/man3/getcontext.3:183
 msgid ""
-"The earliest incarnation of this mechanism was the B<setjmp>(3)/B<longjmp>"
-"(3)  mechanism.  Since that does not define the handling of the signal "
-"context, the next stage was the B<sigsetjmp>(3)/B<siglongjmp>(3)  pair.  The "
-"present mechanism gives much more control.  On the other hand, there is no "
-"easy way to detect whether a return from B<getcontext>()  is from the first "
-"call, or via a B<setcontext>()  call.  The user has to invent her own "
-"bookkeeping device, and a register variable won't do since registers are "
-"restored."
+"The earliest incarnation of this mechanism was the B<setjmp>(3)/"
+"B<longjmp>(3)  mechanism.  Since that does not define the handling of the "
+"signal context, the next stage was the B<sigsetjmp>(3)/B<siglongjmp>(3)  "
+"pair.  The present mechanism gives much more control.  On the other hand, "
+"there is no easy way to detect whether a return from B<getcontext>()  is "
+"from the first call, or via a B<setcontext>()  call.  The user has to invent "
+"her own bookkeeping device, and a register variable won't do since registers "
+"are restored."
 msgstr ""
 "このメカニズムの最古の実装は、 B<setjmp>(3)/B<longjmp>(3)  機構であった。 こ"
 "れらにはシグナルコンテキストの取り扱いが定義されていなかったので、 次の段階で"
@@ -540,9 +575,9 @@ msgid ""
 "B<siglongjmp>(3)  or B<setcontext>()  instead."
 msgstr ""
 "シグナルが発生すると、 現在のユーザコンテキストは保存され、 シグナルハンドラ"
-"用のコンテキストがカーネルによって生成される。 今後はハンドラに B<longjmp>"
-"(3)  を使わせないこと: この関数のコンテキスト下での動作は定義されていない。 "
-"代わりに B<siglongjmp>(3)  か B<setcontext>()  を使うこと。"
+"用のコンテキストがカーネルによって生成される。 今後はハンドラに "
+"B<longjmp>(3)  を使わせないこと: この関数のコンテキスト下での動作は定義されて"
+"いない。 代わりに B<siglongjmp>(3)  か B<setcontext>()  を使うこと。"
 
 #. type: SH
 #: build/C/man3/getcontext.3:194 build/C/man3/makecontext.3:227
@@ -550,30 +585,30 @@ msgstr ""
 #: build/C/man3/pthread_attr_setaffinity_np.3:118
 #: build/C/man3/pthread_attr_setdetachstate.3:118
 #: build/C/man3/pthread_attr_setguardsize.3:165
-#: build/C/man3/pthread_attr_setinheritsched.3:131
-#: build/C/man3/pthread_attr_setschedparam.3:109
-#: build/C/man3/pthread_attr_setschedpolicy.3:105
-#: build/C/man3/pthread_attr_setscope.3:132
-#: build/C/man3/pthread_attr_setstack.3:155
-#: build/C/man3/pthread_attr_setstackaddr.3:110
-#: build/C/man3/pthread_attr_setstacksize.3:111
+#: build/C/man3/pthread_attr_setinheritsched.3:138
+#: build/C/man3/pthread_attr_setschedparam.3:116
+#: build/C/man3/pthread_attr_setschedpolicy.3:112
+#: build/C/man3/pthread_attr_setscope.3:139
+#: build/C/man3/pthread_attr_setstack.3:162
+#: build/C/man3/pthread_attr_setstackaddr.3:117
+#: build/C/man3/pthread_attr_setstacksize.3:118
 #: build/C/man3/pthread_cancel.3:226 build/C/man3/pthread_cleanup_push.3:315
-#: build/C/man3/pthread_cleanup_push_defer_np.3:104
-#: build/C/man3/pthread_create.3:369 build/C/man3/pthread_detach.3:97
-#: build/C/man3/pthread_equal.3:56 build/C/man3/pthread_exit.3:105
+#: build/C/man3/pthread_cleanup_push_defer_np.3:117
+#: build/C/man3/pthread_create.3:376 build/C/man3/pthread_detach.3:97
+#: build/C/man3/pthread_equal.3:61 build/C/man3/pthread_exit.3:110
 #: build/C/man3/pthread_getattr_np.3:345
-#: build/C/man3/pthread_getcpuclockid.3:170 build/C/man3/pthread_join.3:127
-#: build/C/man3/pthread_kill.3:94
-#: build/C/man3/pthread_kill_other_threads_np.3:66
-#: build/C/man3/pthread_self.3:76 build/C/man3/pthread_setaffinity_np.3:206
-#: build/C/man3/pthread_setcancelstate.3:177
-#: build/C/man3/pthread_setconcurrency.3:100
+#: build/C/man3/pthread_getcpuclockid.3:175 build/C/man3/pthread_join.3:127
+#: build/C/man3/pthread_kill.3:99
+#: build/C/man3/pthread_kill_other_threads_np.3:71
+#: build/C/man3/pthread_self.3:81 build/C/man3/pthread_setaffinity_np.3:213
+#: build/C/man3/pthread_setcancelstate.3:186
+#: build/C/man3/pthread_setconcurrency.3:107
 #: build/C/man3/pthread_setname_np.3:200
-#: build/C/man3/pthread_setschedparam.3:431
-#: build/C/man3/pthread_setschedprio.3:91 build/C/man3/pthread_sigmask.3:147
-#: build/C/man3/pthread_sigqueue.3:95 build/C/man3/pthread_testcancel.3:63
-#: build/C/man3/pthread_tryjoin_np.3:135 build/C/man3/pthread_yield.3:62
-#: build/C/man7/pthreads.7:895
+#: build/C/man3/pthread_setschedparam.3:438
+#: build/C/man3/pthread_setschedprio.3:96 build/C/man3/pthread_sigmask.3:152
+#: build/C/man3/pthread_sigqueue.3:101 build/C/man3/pthread_testcancel.3:68
+#: build/C/man3/pthread_tryjoin_np.3:135 build/C/man3/pthread_yield.3:67
+#: build/C/man7/pthreads.7:893
 #, no-wrap
 msgid "SEE ALSO"
 msgstr "関連項目"
@@ -593,40 +628,6 @@ msgstr ""
 #: build/C/man3/pthread_attr_setaffinity_np.3:124
 #: build/C/man3/pthread_attr_setdetachstate.3:124
 #: build/C/man3/pthread_attr_setguardsize.3:173
-#: build/C/man3/pthread_attr_setinheritsched.3:143
-#: build/C/man3/pthread_attr_setschedparam.3:121
-#: build/C/man3/pthread_attr_setschedpolicy.3:116
-#: build/C/man3/pthread_attr_setscope.3:142
-#: build/C/man3/pthread_attr_setstack.3:167
-#: build/C/man3/pthread_attr_setstackaddr.3:116
-#: build/C/man3/pthread_attr_setstacksize.3:118
-#: build/C/man3/pthread_cancel.3:238 build/C/man3/pthread_cleanup_push.3:321
-#: build/C/man3/pthread_cleanup_push_defer_np.3:110
-#: build/C/man3/pthread_create.3:382 build/C/man3/pthread_detach.3:104
-#: build/C/man3/pthread_equal.3:60 build/C/man3/pthread_exit.3:109
-#: build/C/man3/pthread_getattr_np.3:361
-#: build/C/man3/pthread_getcpuclockid.3:178 build/C/man3/pthread_join.3:134
-#: build/C/man3/pthread_kill.3:103
-#: build/C/man3/pthread_kill_other_threads_np.3:72
-#: build/C/man3/pthread_self.3:80 build/C/man3/pthread_setaffinity_np.3:214
-#: build/C/man3/pthread_setcancelstate.3:182
-#: build/C/man3/pthread_setconcurrency.3:103
-#: build/C/man3/pthread_setname_np.3:206
-#: build/C/man3/pthread_setschedparam.3:445
-#: build/C/man3/pthread_setschedprio.3:105 build/C/man3/pthread_sigmask.3:156
-#: build/C/man3/pthread_sigqueue.3:103 build/C/man3/pthread_testcancel.3:68
-#: build/C/man3/pthread_tryjoin_np.3:140 build/C/man3/pthread_yield.3:66
-#: build/C/man7/pthreads.7:929
-#, no-wrap
-msgid "COLOPHON"
-msgstr "この文書について"
-
-#. type: Plain text
-#: build/C/man3/getcontext.3:208 build/C/man3/makecontext.3:240
-#: build/C/man3/pthread_attr_init.3:320
-#: build/C/man3/pthread_attr_setaffinity_np.3:131
-#: build/C/man3/pthread_attr_setdetachstate.3:131
-#: build/C/man3/pthread_attr_setguardsize.3:180
 #: build/C/man3/pthread_attr_setinheritsched.3:150
 #: build/C/man3/pthread_attr_setschedparam.3:128
 #: build/C/man3/pthread_attr_setschedpolicy.3:123
@@ -634,29 +635,64 @@ msgstr "この文書について"
 #: build/C/man3/pthread_attr_setstack.3:174
 #: build/C/man3/pthread_attr_setstackaddr.3:123
 #: build/C/man3/pthread_attr_setstacksize.3:125
-#: build/C/man3/pthread_cancel.3:245 build/C/man3/pthread_cleanup_push.3:328
-#: build/C/man3/pthread_cleanup_push_defer_np.3:117
-#: build/C/man3/pthread_create.3:389 build/C/man3/pthread_detach.3:111
-#: build/C/man3/pthread_equal.3:67 build/C/man3/pthread_exit.3:116
-#: build/C/man3/pthread_getattr_np.3:368
-#: build/C/man3/pthread_getcpuclockid.3:185 build/C/man3/pthread_join.3:141
-#: build/C/man3/pthread_kill.3:110
-#: build/C/man3/pthread_kill_other_threads_np.3:79
-#: build/C/man3/pthread_self.3:87 build/C/man3/pthread_setaffinity_np.3:221
-#: build/C/man3/pthread_setcancelstate.3:189
+#: build/C/man3/pthread_cancel.3:238 build/C/man3/pthread_cleanup_push.3:321
+#: build/C/man3/pthread_cleanup_push_defer_np.3:123
+#: build/C/man3/pthread_create.3:389 build/C/man3/pthread_detach.3:104
+#: build/C/man3/pthread_equal.3:65 build/C/man3/pthread_exit.3:114
+#: build/C/man3/pthread_getattr_np.3:361
+#: build/C/man3/pthread_getcpuclockid.3:183 build/C/man3/pthread_join.3:134
+#: build/C/man3/pthread_kill.3:108
+#: build/C/man3/pthread_kill_other_threads_np.3:77
+#: build/C/man3/pthread_self.3:85 build/C/man3/pthread_setaffinity_np.3:221
+#: build/C/man3/pthread_setcancelstate.3:191
 #: build/C/man3/pthread_setconcurrency.3:110
-#: build/C/man3/pthread_setname_np.3:213
+#: build/C/man3/pthread_setname_np.3:206
 #: build/C/man3/pthread_setschedparam.3:452
-#: build/C/man3/pthread_setschedprio.3:112 build/C/man3/pthread_sigmask.3:163
-#: build/C/man3/pthread_sigqueue.3:110 build/C/man3/pthread_testcancel.3:75
-#: build/C/man3/pthread_tryjoin_np.3:147 build/C/man3/pthread_yield.3:73
-#: build/C/man7/pthreads.7:936
-msgid ""
-"This page is part of release 3.65 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.65 の一部\n"
+#: build/C/man3/pthread_setschedprio.3:110 build/C/man3/pthread_sigmask.3:161
+#: build/C/man3/pthread_sigqueue.3:109 build/C/man3/pthread_testcancel.3:73
+#: build/C/man3/pthread_tryjoin_np.3:140 build/C/man3/pthread_yield.3:71
+#: build/C/man7/pthreads.7:927
+#, no-wrap
+msgid "COLOPHON"
+msgstr "この文書について"
+
+#. type: Plain text
+#: build/C/man3/getcontext.3:209 build/C/man3/makecontext.3:241
+#: build/C/man3/pthread_attr_init.3:321
+#: build/C/man3/pthread_attr_setaffinity_np.3:132
+#: build/C/man3/pthread_attr_setdetachstate.3:132
+#: build/C/man3/pthread_attr_setguardsize.3:181
+#: build/C/man3/pthread_attr_setinheritsched.3:158
+#: build/C/man3/pthread_attr_setschedparam.3:136
+#: build/C/man3/pthread_attr_setschedpolicy.3:131
+#: build/C/man3/pthread_attr_setscope.3:157
+#: build/C/man3/pthread_attr_setstack.3:182
+#: build/C/man3/pthread_attr_setstackaddr.3:131
+#: build/C/man3/pthread_attr_setstacksize.3:133
+#: build/C/man3/pthread_cancel.3:246 build/C/man3/pthread_cleanup_push.3:329
+#: build/C/man3/pthread_cleanup_push_defer_np.3:131
+#: build/C/man3/pthread_create.3:397 build/C/man3/pthread_detach.3:112
+#: build/C/man3/pthread_equal.3:73 build/C/man3/pthread_exit.3:122
+#: build/C/man3/pthread_getattr_np.3:369
+#: build/C/man3/pthread_getcpuclockid.3:191 build/C/man3/pthread_join.3:142
+#: build/C/man3/pthread_kill.3:116
+#: build/C/man3/pthread_kill_other_threads_np.3:85
+#: build/C/man3/pthread_self.3:93 build/C/man3/pthread_setaffinity_np.3:229
+#: build/C/man3/pthread_setcancelstate.3:199
+#: build/C/man3/pthread_setconcurrency.3:118
+#: build/C/man3/pthread_setname_np.3:214
+#: build/C/man3/pthread_setschedparam.3:460
+#: build/C/man3/pthread_setschedprio.3:118 build/C/man3/pthread_sigmask.3:169
+#: build/C/man3/pthread_sigqueue.3:117 build/C/man3/pthread_testcancel.3:81
+#: build/C/man3/pthread_tryjoin_np.3:148 build/C/man3/pthread_yield.3:79
+#: build/C/man7/pthreads.7:935
+msgid ""
+"This page is part of release 3.68 of the Linux I<man-pages> project.  A "
+"description of the project, information about reporting bugs, and the latest "
+"version of this page, can be found at \\%http://www.kernel.org/doc/man-"
+"pages/."
+msgstr ""
+"この man ページは Linux I<man-pages> プロジェクトのリリース 3.68 の一部\n"
 "である。プロジェクトの説明とバグ報告に関する情報は\n"
 "http://www.kernel.org/doc/man-pages/ に書かれている。"
 
@@ -667,11 +703,20 @@ msgid "MAKECONTEXT"
 msgstr "MAKECONTEXT"
 
 #. type: TH
-#: build/C/man3/makecontext.3:28 build/C/man3/pthread_attr_setdetachstate.3:26
+#: build/C/man3/makecontext.3:28 build/C/man3/pthread_attr_setaffinity_np.3:26
+#: build/C/man3/pthread_attr_setdetachstate.3:26
 #: build/C/man3/pthread_attr_setguardsize.3:26
+#: build/C/man3/pthread_attr_setscope.3:26
+#: build/C/man3/pthread_attr_setstack.3:26
+#: build/C/man3/pthread_attr_setstackaddr.3:26
+#: build/C/man3/pthread_attr_setstacksize.3:26
+#: build/C/man3/pthread_cleanup_push_defer_np.3:26
+#: build/C/man3/pthread_create.3:26 build/C/man3/pthread_setname_np.3:26
+#: build/C/man3/pthread_setschedparam.3:26
+#: build/C/man3/pthread_setschedprio.3:26 build/C/man3/pthread_sigqueue.3:25
 #, no-wrap
-msgid "2014-04-14"
-msgstr "2014-04-14"
+msgid "2014-05-28"
+msgstr "2014-05-28"
 
 #. type: TH
 #: build/C/man3/makecontext.3:28
@@ -695,8 +740,9 @@ msgstr ""
 
 #. type: Plain text
 #: build/C/man3/makecontext.3:38
-msgid "B<int swapcontext(ucontext_t *>I<oucp>B<, ucontext_t *>I<ucp>B<);>"
-msgstr "B<int swapcontext(ucontext_t *>I<oucp>B<, ucontext_t *>I<ucp>B<);>"
+msgid ""
+"B<int swapcontext(ucontext_t *>I<oucp>B<, const ucontext_t *>I<ucp>B<);>"
+msgstr "B<int swapcontext(ucontext_t *>I<oucp>B<, const ucontext_t *>I<ucp>B<);>"
 
 #. type: Plain text
 #: build/C/man3/makecontext.3:49
@@ -797,7 +843,7 @@ msgstr "スタックに割り当てる空間が残っていない。"
 #: build/C/man3/pthread_setaffinity_np.3:119
 #: build/C/man3/pthread_setconcurrency.3:81
 #: build/C/man3/pthread_setname_np.3:100
-#: build/C/man3/pthread_setschedprio.3:81 build/C/man3/pthread_sigqueue.3:89
+#: build/C/man3/pthread_setschedprio.3:81 build/C/man3/pthread_sigqueue.3:90
 #: build/C/man3/pthread_tryjoin_np.3:110
 #, no-wrap
 msgid "VERSIONS"
@@ -866,20 +912,20 @@ msgstr ""
 #: build/C/man3/makecontext.3:144 build/C/man3/pthread_attr_init.3:87
 #: build/C/man3/pthread_attr_setdetachstate.3:115
 #: build/C/man3/pthread_attr_setguardsize.3:162
-#: build/C/man3/pthread_attr_setinheritsched.3:128
-#: build/C/man3/pthread_attr_setschedparam.3:106
-#: build/C/man3/pthread_attr_setschedpolicy.3:102
-#: build/C/man3/pthread_attr_setstack.3:152
-#: build/C/man3/pthread_attr_setstacksize.3:108
+#: build/C/man3/pthread_attr_setinheritsched.3:135
+#: build/C/man3/pthread_attr_setschedparam.3:113
+#: build/C/man3/pthread_attr_setschedpolicy.3:109
+#: build/C/man3/pthread_attr_setstack.3:159
+#: build/C/man3/pthread_attr_setstacksize.3:115
 #: build/C/man3/pthread_cancel.3:135 build/C/man3/pthread_cleanup_push.3:155
-#: build/C/man3/pthread_create.3:202 build/C/man3/pthread_detach.3:93
+#: build/C/man3/pthread_create.3:209 build/C/man3/pthread_detach.3:93
 #: build/C/man3/pthread_getattr_np.3:101
-#: build/C/man3/pthread_getcpuclockid.3:78 build/C/man3/pthread_join.3:124
-#: build/C/man3/pthread_setaffinity_np.3:154
-#: build/C/man3/pthread_setcancelstate.3:174
+#: build/C/man3/pthread_getcpuclockid.3:83 build/C/man3/pthread_join.3:124
+#: build/C/man3/pthread_setaffinity_np.3:161
+#: build/C/man3/pthread_setcancelstate.3:183
 #: build/C/man3/pthread_setname_np.3:114
-#: build/C/man3/pthread_setschedparam.3:149 build/C/man3/pthread_sigmask.3:73
-#: build/C/man3/pthread_testcancel.3:60 build/C/man3/pthread_tryjoin_np.3:115
+#: build/C/man3/pthread_setschedparam.3:156 build/C/man3/pthread_sigmask.3:78
+#: build/C/man3/pthread_testcancel.3:65 build/C/man3/pthread_tryjoin_np.3:115
 #, no-wrap
 msgid "EXAMPLE"
 msgstr "例"
@@ -922,10 +968,10 @@ msgstr ""
 #. type: SS
 #: build/C/man3/makecontext.3:166 build/C/man3/pthread_attr_init.3:148
 #: build/C/man3/pthread_cancel.3:151 build/C/man3/pthread_cleanup_push.3:231
-#: build/C/man3/pthread_create.3:241 build/C/man3/pthread_getattr_np.3:179
-#: build/C/man3/pthread_getcpuclockid.3:96
+#: build/C/man3/pthread_create.3:248 build/C/man3/pthread_getattr_np.3:179
+#: build/C/man3/pthread_getcpuclockid.3:101
 #: build/C/man3/pthread_setname_np.3:140
-#: build/C/man3/pthread_setschedparam.3:224 build/C/man3/pthread_sigmask.3:91
+#: build/C/man3/pthread_setschedparam.3:231 build/C/man3/pthread_sigmask.3:96
 #, no-wrap
 msgid "Program source"
 msgstr "プログラムのソース"
@@ -1134,8 +1180,7 @@ msgstr ""
 #: build/C/man3/pthread_self.3:32 build/C/man3/pthread_setcancelstate.3:33
 #: build/C/man3/pthread_setconcurrency.3:32
 #: build/C/man3/pthread_setschedparam.3:33
-#: build/C/man3/pthread_setschedprio.3:32 build/C/man3/pthread_sigqueue.3:31
-#: build/C/man3/pthread_testcancel.3:32
+#: build/C/man3/pthread_setschedprio.3:32 build/C/man3/pthread_testcancel.3:32
 #, no-wrap
 msgid "B<#include E<lt>pthread.hE<gt>>\n"
 msgstr "B<#include E<lt>pthread.hE<gt>>\n"
@@ -1265,21 +1310,21 @@ msgstr ""
 #: build/C/man3/pthread_attr_init.3:81
 #: build/C/man3/pthread_attr_setdetachstate.3:96
 #: build/C/man3/pthread_attr_setguardsize.3:115
-#: build/C/man3/pthread_attr_setinheritsched.3:112
-#: build/C/man3/pthread_attr_setschedparam.3:102
-#: build/C/man3/pthread_attr_setschedpolicy.3:102
-#: build/C/man3/pthread_attr_setscope.3:121
-#: build/C/man3/pthread_attr_setstack.3:114
-#: build/C/man3/pthread_attr_setstacksize.3:85
+#: build/C/man3/pthread_attr_setinheritsched.3:119
+#: build/C/man3/pthread_attr_setschedparam.3:109
+#: build/C/man3/pthread_attr_setschedpolicy.3:109
+#: build/C/man3/pthread_attr_setscope.3:128
+#: build/C/man3/pthread_attr_setstack.3:121
+#: build/C/man3/pthread_attr_setstacksize.3:92
 #: build/C/man3/pthread_cancel.3:127 build/C/man3/pthread_cleanup_push.3:129
-#: build/C/man3/pthread_create.3:148 build/C/man3/pthread_detach.3:66
-#: build/C/man3/pthread_equal.3:49 build/C/man3/pthread_exit.3:77
-#: build/C/man3/pthread_getcpuclockid.3:67 build/C/man3/pthread_join.3:100
-#: build/C/man3/pthread_self.3:52 build/C/man3/pthread_setcancelstate.3:115
-#: build/C/man3/pthread_setconcurrency.3:85
-#: build/C/man3/pthread_setschedparam.3:143
-#: build/C/man3/pthread_setschedprio.3:85 build/C/man3/pthread_sigmask.3:71
-#: build/C/man3/pthread_testcancel.3:60
+#: build/C/man3/pthread_create.3:155 build/C/man3/pthread_detach.3:66
+#: build/C/man3/pthread_equal.3:54 build/C/man3/pthread_exit.3:82
+#: build/C/man3/pthread_getcpuclockid.3:72 build/C/man3/pthread_join.3:100
+#: build/C/man3/pthread_self.3:57 build/C/man3/pthread_setcancelstate.3:122
+#: build/C/man3/pthread_setconcurrency.3:92
+#: build/C/man3/pthread_setschedparam.3:150
+#: build/C/man3/pthread_setschedprio.3:90 build/C/man3/pthread_sigmask.3:76
+#: build/C/man3/pthread_testcancel.3:65
 msgid "POSIX.1-2001."
 msgstr "POSIX.1-2001."
 
@@ -1360,9 +1405,9 @@ msgstr ""
 msgid ""
 "When we supply a stack size as a command-line argument, the program "
 "initializes a thread attributes object, sets various attributes in that "
-"object, and passes a pointer to the object in the call to B<pthread_create>"
-"(3).  Running the program on Linux/x86-32 with the NPTL threading "
-"implementation, we see the following:"
+"object, and passes a pointer to the object in the call to "
+"B<pthread_create>(3).  Running the program on Linux/x86-32 with the NPTL "
+"threading implementation, we see the following:"
 msgstr ""
 "コマンドライン引き数でスタックサイズが与えられた場合、\n"
 "このプログラムは、スレッド属性オブジェクトを初期化し、\n"
@@ -1420,11 +1465,11 @@ msgstr ""
 
 #. type: Plain text
 #: build/C/man3/pthread_attr_init.3:160 build/C/man3/pthread_cancel.3:162
-#: build/C/man3/pthread_cleanup_push.3:243 build/C/man3/pthread_create.3:254
+#: build/C/man3/pthread_cleanup_push.3:243 build/C/man3/pthread_create.3:261
 #: build/C/man3/pthread_getattr_np.3:191
-#: build/C/man3/pthread_getcpuclockid.3:114
-#: build/C/man3/pthread_setaffinity_np.3:172
-#: build/C/man3/pthread_setschedparam.3:237 build/C/man3/pthread_sigmask.3:105
+#: build/C/man3/pthread_getcpuclockid.3:119
+#: build/C/man3/pthread_setaffinity_np.3:179
+#: build/C/man3/pthread_setschedparam.3:244 build/C/man3/pthread_sigmask.3:110
 #, no-wrap
 msgid ""
 "#define handle_error_en(en, msg) \\e\n"
@@ -1663,7 +1708,7 @@ msgstr ""
 
 #. type: Plain text
 #: build/C/man3/pthread_attr_init.3:248
-#: build/C/man3/pthread_setschedparam.3:355
+#: build/C/man3/pthread_setschedparam.3:362
 #, no-wrap
 msgid "    attrp = NULL;\n"
 msgstr "    attrp = NULL;\n"
@@ -1833,15 +1878,6 @@ msgstr ""
 msgid "PTHREAD_ATTR_SETAFFINITY_NP"
 msgstr "PTHREAD_ATTR_SETAFFINITY_NP"
 
-#. type: TH
-#: build/C/man3/pthread_attr_setaffinity_np.3:26
-#: build/C/man3/pthread_getattr_np.3:26
-#: build/C/man3/pthread_setaffinity_np.3:26
-#: build/C/man3/pthread_tryjoin_np.3:26
-#, no-wrap
-msgid "2010-09-10"
-msgstr "2010-09-10"
-
 #. type: Plain text
 #: build/C/man3/pthread_attr_setaffinity_np.3:30
 msgid ""
@@ -1870,12 +1906,12 @@ msgstr ""
 msgid ""
 "B<int pthread_attr_setaffinity_np(pthread_attr_t *>I<attr>B<,>\n"
 "B<                   size_t >I<cpusetsize>B<, const cpu_set_t *>I<cpuset>B<);>\n"
-"B<int pthread_attr_getaffinity_np(pthread_attr_t *>I<attr>B<,>\n"
+"B<int pthread_attr_getaffinity_np(const pthread_attr_t *>I<attr>B<,>\n"
 "B<                   size_t >I<cpusetsize>B<, cpu_set_t *>I<cpuset>B<);>\n"
 msgstr ""
 "B<int pthread_attr_setaffinity_np(pthread_attr_t *>I<attr>B<,>\n"
 "B<                   size_t >I<cpusetsize>B<, const cpu_set_t *>I<cpuset>B<);>\n"
-"B<int pthread_attr_getaffinity_np(pthread_attr_t *>I<attr>B<,>\n"
+"B<int pthread_attr_getaffinity_np(const pthread_attr_t *>I<attr>B<,>\n"
 "B<                   size_t >I<cpusetsize>B<, cpu_set_t *>I<cpuset>B<);>\n"
 
 #. type: Plain text
@@ -1907,8 +1943,8 @@ msgstr ""
 #: build/C/man3/pthread_attr_setaffinity_np.3:70
 msgid ""
 "The argument I<cpusetsize> is the length (in bytes) of the buffer pointed to "
-"by I<cpuset>.  Typically, this argument would be specified as I<sizeof"
-"(cpu_set_t)>."
+"by I<cpuset>.  Typically, this argument would be specified as "
+"I<sizeof(cpu_set_t)>."
 msgstr ""
 "I<cpusetsize> 引き数は I<cpuset> が指すバッファの (バイト単位の)\n"
 "大きさである。通常は、この引き数には I<sizeof(cpu_set_t)> を\n"
@@ -1936,7 +1972,7 @@ msgstr ""
 #: build/C/man3/pthread_attr_setscope.3:109
 #: build/C/man3/pthread_attr_setstack.3:91
 #: build/C/man3/pthread_attr_setstacksize.3:67
-#: build/C/man3/pthread_create.3:137 build/C/man3/pthread_detach.3:55
+#: build/C/man3/pthread_create.3:144 build/C/man3/pthread_detach.3:55
 #: build/C/man3/pthread_join.3:85 build/C/man3/pthread_join.3:89
 #: build/C/man3/pthread_kill.3:69 build/C/man3/pthread_setaffinity_np.3:84
 #: build/C/man3/pthread_setaffinity_np.3:93
@@ -1945,7 +1981,7 @@ msgstr ""
 #: build/C/man3/pthread_setcancelstate.3:107
 #: build/C/man3/pthread_setconcurrency.3:71
 #: build/C/man3/pthread_setschedparam.3:122
-#: build/C/man3/pthread_setschedprio.3:62 build/C/man3/pthread_sigqueue.3:77
+#: build/C/man3/pthread_setschedprio.3:62 build/C/man3/pthread_sigqueue.3:78
 #, no-wrap
 msgid "B<EINVAL>"
 msgstr "B<EINVAL>"
@@ -1993,8 +2029,8 @@ msgstr "これらの関数は glibc バージョン 2.3.4 以降で提供され
 
 #. type: Plain text
 #: build/C/man3/pthread_attr_setaffinity_np.3:111
-#: build/C/man3/pthread_cleanup_push_defer_np.3:104
-#: build/C/man3/pthread_setaffinity_np.3:124
+#: build/C/man3/pthread_cleanup_push_defer_np.3:117
+#: build/C/man3/pthread_setaffinity_np.3:131
 #: build/C/man3/pthread_tryjoin_np.3:115
 msgid ""
 "These functions are nonstandard GNU extensions; hence the suffix \"_np"
@@ -2006,7 +2042,7 @@ msgstr ""
 
 #. type: Plain text
 #: build/C/man3/pthread_attr_setaffinity_np.3:118
-#: build/C/man3/pthread_setaffinity_np.3:150
+#: build/C/man3/pthread_setaffinity_np.3:157
 msgid ""
 "In glibc 2.3.3 only, versions of these functions were provided that did not "
 "have a I<cpusetsize> argument.  Instead the CPU set size given to the "
@@ -2020,11 +2056,11 @@ msgstr ""
 #. type: Plain text
 #: build/C/man3/pthread_attr_setaffinity_np.3:124
 msgid ""
-"B<sched_setaffinity>(2), B<pthread_attr_init>(3), B<pthread_setaffinity_np>"
-"(3), B<cpuset>(7), B<pthreads>(7)"
+"B<sched_setaffinity>(2), B<pthread_attr_init>(3), "
+"B<pthread_setaffinity_np>(3), B<cpuset>(7), B<pthreads>(7)"
 msgstr ""
-"B<sched_setaffinity>(2), B<pthread_attr_init>(3), B<pthread_setaffinity_np>"
-"(3), B<cpuset>(7), B<pthreads>(7)"
+"B<sched_setaffinity>(2), B<pthread_attr_init>(3), "
+"B<pthread_setaffinity_np>(3), B<cpuset>(7), B<pthreads>(7)"
 
 #. type: TH
 #: build/C/man3/pthread_attr_setdetachstate.3:26
@@ -2046,10 +2082,10 @@ msgstr ""
 #, no-wrap
 msgid ""
 "B<int pthread_attr_setdetachstate(pthread_attr_t *>I<attr>B<, int >I<detachstate>B<);>\n"
-"B<int pthread_attr_getdetachstate(pthread_attr_t *>I<attr>B<, int *>I<detachstate>B<);>\n"
+"B<int pthread_attr_getdetachstate(const pthread_attr_t *>I<attr>B<, int *>I<detachstate>B<);>\n"
 msgstr ""
 "B<int pthread_attr_setdetachstate(pthread_attr_t *>I<attr>B<, int >I<detachstate>B<);>\n"
-"B<int pthread_attr_getdetachstate(pthread_attr_t *>I<attr>B<, int *>I<detachstate>B<);>\n"
+"B<int pthread_attr_getdetachstate(const pthread_attr_t *>I<attr>B<, int *>I<detachstate>B<);>\n"
 
 #. type: Plain text
 #: build/C/man3/pthread_attr_setdetachstate.3:53
@@ -2131,7 +2167,9 @@ msgstr "無効な値が I<detachstate> で指定された。"
 msgid ""
 "The B<pthread_attr_setdetachstate>()  and B<pthread_attr_getdetachstate>()  "
 "functions are thread-safe."
-msgstr "関数 B<pthread_attr_setdetachstate>() と B<pthread_attr_getdetachstate>() はスレッドセーフである。"
+msgstr ""
+"関数 B<pthread_attr_setdetachstate>() と B<pthread_attr_getdetachstate>() は"
+"スレッドセーフである。"
 
 #. type: Plain text
 #: build/C/man3/pthread_attr_setdetachstate.3:100
@@ -2157,8 +2195,8 @@ msgstr ""
 #: build/C/man3/pthread_attr_setdetachstate.3:115
 msgid ""
 "It is an error to specify the thread ID of a thread that was created in a "
-"detached state in a later call to B<pthread_detach>(3)  or B<pthread_join>"
-"(3)."
+"detached state in a later call to B<pthread_detach>(3)  or "
+"B<pthread_join>(3)."
 msgstr ""
 "detached 状態で作成されたスレッドのスレッド ID を指定して、\n"
 "B<pthread_detach>(3) や B<pthread_join>(3) を後から呼び出すのは\n"
@@ -2166,7 +2204,7 @@ msgstr ""
 
 #. type: Plain text
 #: build/C/man3/pthread_attr_setdetachstate.3:118
-#: build/C/man3/pthread_attr_setstack.3:155
+#: build/C/man3/pthread_attr_setstack.3:162
 msgid "See B<pthread_attr_init>(3)."
 msgstr "B<pthread_attr_init>(3) を参照。"
 
@@ -2199,10 +2237,10 @@ msgstr ""
 #, no-wrap
 msgid ""
 "B<int pthread_attr_setguardsize(pthread_attr_t *>I<attr>B<, size_t >I<guardsize>B<);>\n"
-"B<int pthread_attr_getguardsize(pthread_attr_t *>I<attr>B<, size_t *>I<guardsize>B<);>\n"
+"B<int pthread_attr_getguardsize(const pthread_attr_t *>I<attr>B<, size_t *>I<guardsize>B<);>\n"
 msgstr ""
 "B<int pthread_attr_setguardsize(pthread_attr_t *>I<attr>B<, size_t >I<guardsize>B<);>\n"
-"B<int pthread_attr_getguardsize(pthread_attr_t *>I<attr>B<, size_t *>I<guardsize>B<);>\n"
+"B<int pthread_attr_getguardsize(const pthread_attr_t *>I<attr>B<, size_t *>I<guardsize>B<);>\n"
 
 #. type: Plain text
 #: build/C/man3/pthread_attr_setguardsize.3:49
@@ -2298,7 +2336,9 @@ msgstr "これらの関数は glibc バージョン 2.1 以降で提供されて
 msgid ""
 "The B<pthread_attr_setguardsize>()  and B<pthread_attr_getguardsize>()  "
 "functions are thread-safe."
-msgstr "関数e B<pthread_attr_setguardsize>() と B<pthread_attr_getguardsize>() はスレッドセーフである。"
+msgstr ""
+"関数 B<pthread_attr_setguardsize>() と B<pthread_attr_getguardsize>() はス"
+"レッドセーフである。"
 
 #. type: Plain text
 #: build/C/man3/pthread_attr_setguardsize.3:129
@@ -2343,9 +2383,9 @@ msgstr ""
 
 #. type: SH
 #: build/C/man3/pthread_attr_setguardsize.3:137
-#: build/C/man3/pthread_attr_setinheritsched.3:112
-#: build/C/man3/pthread_attr_setstacksize.3:96
-#: build/C/man3/pthread_create.3:196 build/C/man3/pthread_exit.3:93
+#: build/C/man3/pthread_attr_setinheritsched.3:119
+#: build/C/man3/pthread_attr_setstacksize.3:103
+#: build/C/man3/pthread_create.3:203 build/C/man3/pthread_exit.3:98
 #, no-wrap
 msgid "BUGS"
 msgstr "バグ"
@@ -2393,11 +2433,13 @@ msgstr "B<pthread_getattr_np>(3) を参照。"
 #. type: Plain text
 #: build/C/man3/pthread_attr_setguardsize.3:173
 msgid ""
-"B<mmap>(2), B<mprotect>(2), B<pthread_attr_init>(3), B<pthread_attr_setstack>"
-"(3), B<pthread_attr_setstacksize>(3), B<pthread_create>(3), B<pthreads>(7)"
+"B<mmap>(2), B<mprotect>(2), B<pthread_attr_init>(3), "
+"B<pthread_attr_setstack>(3), B<pthread_attr_setstacksize>(3), "
+"B<pthread_create>(3), B<pthreads>(7)"
 msgstr ""
-"B<mmap>(2), B<mprotect>(2), B<pthread_attr_init>(3), B<pthread_attr_setstack>"
-"(3), B<pthread_attr_setstacksize>(3), B<pthread_create>(3), B<pthreads>(7)"
+"B<mmap>(2), B<mprotect>(2), B<pthread_attr_init>(3), "
+"B<pthread_attr_setstack>(3), B<pthread_attr_setstacksize>(3), "
+"B<pthread_create>(3), B<pthreads>(7)"
 
 #. type: TH
 #: build/C/man3/pthread_attr_setinheritsched.3:26
@@ -2407,10 +2449,11 @@ msgstr "PTHREAD_ATTR_SETINHERITSCHED"
 
 #. type: TH
 #: build/C/man3/pthread_attr_setinheritsched.3:26
-#: build/C/man3/pthread_attr_setscope.3:26
+#: build/C/man3/pthread_attr_setschedparam.3:26
+#: build/C/man3/pthread_attr_setschedpolicy.3:26 build/C/man7/pthreads.7:26
 #, no-wrap
-msgid "2013-04-19"
-msgstr "2013-04-19"
+msgid "2014-05-21"
+msgstr "2014-05-21"
 
 #. type: Plain text
 #: build/C/man3/pthread_attr_setinheritsched.3:30
@@ -2427,12 +2470,12 @@ msgstr ""
 msgid ""
 "B<int pthread_attr_setinheritsched(pthread_attr_t *>I<attr>B<,>\n"
 "B<                                 int >I<inheritsched>B<);>\n"
-"B<int pthread_attr_getinheritsched(pthread_attr_t *>I<attr>B<,>\n"
+"B<int pthread_attr_getinheritsched(const pthread_attr_t *>I<attr>B<,>\n"
 "B<                                 int *>I<inheritsched>B<);>\n"
 msgstr ""
 "B<int pthread_attr_setinheritsched(pthread_attr_t *>I<attr>B<,>\n"
 "B<                                 int >I<inheritsched>B<);>\n"
-"B<int pthread_attr_getinheritsched(pthread_attr_t *>I<attr>B<,>\n"
+"B<int pthread_attr_getinheritsched(const pthread_attr_t *>I<attr>B<,>\n"
 "B<                                 int *>I<inheritsched>B<);>\n"
 
 #. type: Plain text
@@ -2543,10 +2586,19 @@ msgstr ""
 "エラー B<ENOTSUP> (\"サポートされていない値を属性に設定しようとした\")\n"
 "も追加で規定されている。"
 
+#. type: Plain text
+#: build/C/man3/pthread_attr_setinheritsched.3:117
+msgid ""
+"The B<pthread_attr_setinheritsched>()  and "
+"B<pthread_attr_getinheritsched>()  functions are thread-safe."
+msgstr ""
+"関数 B<pthread_attr_setinheritsched>() と B<pthread_attr_getinheritsched>() "
+"はスレッドセーフである。"
+
 #.  FIXME . Track status of the following bug:
 #.  http://sourceware.org/bugzilla/show_bug.cgi?id=7007
 #. type: Plain text
-#: build/C/man3/pthread_attr_setinheritsched.3:128
+#: build/C/man3/pthread_attr_setinheritsched.3:135
 msgid ""
 "As at glibc 2.8, if a thread attributes object is initialized using "
 "B<pthread_attr_init>(3), then the scheduling policy of the attributes object "
@@ -2567,24 +2619,24 @@ msgstr ""
 "が明示的に設定された場合には、 このバグは発生しない。"
 
 #. type: Plain text
-#: build/C/man3/pthread_attr_setinheritsched.3:131
-#: build/C/man3/pthread_attr_setschedparam.3:109
-#: build/C/man3/pthread_attr_setschedpolicy.3:105
+#: build/C/man3/pthread_attr_setinheritsched.3:138
+#: build/C/man3/pthread_attr_setschedparam.3:116
+#: build/C/man3/pthread_attr_setschedpolicy.3:112
 msgid "See B<pthread_setschedparam>(3)."
 msgstr "B<pthread_setschedparam>(3) を参照。"
 
 #. type: Plain text
-#: build/C/man3/pthread_attr_setinheritsched.3:143
+#: build/C/man3/pthread_attr_setinheritsched.3:150
 msgid ""
-"B<sched_setscheduler>(2), B<pthread_attr_init>(3), "
-"B<pthread_attr_setschedparam>(3), B<pthread_attr_setschedpolicy>(3), "
-"B<pthread_attr_setscope>(3), B<pthread_create>(3), B<pthread_setschedparam>"
-"(3), B<pthread_setschedprio>(3), B<pthreads>(7)"
+"B<pthread_attr_init>(3), B<pthread_attr_setschedparam>(3), "
+"B<pthread_attr_setschedpolicy>(3), B<pthread_attr_setscope>(3), "
+"B<pthread_create>(3), B<pthread_setschedparam>(3), "
+"B<pthread_setschedprio>(3), B<pthreads>,(7)  B<sched>(7)"
 msgstr ""
-"B<sched_setscheduler>(2), B<pthread_attr_init>(3), "
-"B<pthread_attr_setschedparam>(3), B<pthread_attr_setschedpolicy>(3), "
-"B<pthread_attr_setscope>(3), B<pthread_create>(3), B<pthread_setschedparam>"
-"(3), B<pthread_setschedprio>(3), B<pthreads>(7)"
+"B<pthread_attr_init>(3), B<pthread_attr_setschedparam>(3), "
+"B<pthread_attr_setschedpolicy>(3), B<pthread_attr_setscope>(3), "
+"B<pthread_create>(3), B<pthread_setschedparam>(3), "
+"B<pthread_setschedprio>(3), B<pthreads>,(7)  B<sched>(7)"
 
 #. type: TH
 #: build/C/man3/pthread_attr_setschedparam.3:26
@@ -2592,14 +2644,6 @@ msgstr ""
 msgid "PTHREAD_ATTR_SETSCHEDPARAM"
 msgstr "PTHREAD_ATTR_SETSCHEDPARAM"
 
-#. type: TH
-#: build/C/man3/pthread_attr_setschedparam.3:26
-#: build/C/man3/pthread_attr_setschedpolicy.3:26
-#: build/C/man3/pthread_setname_np.3:26
-#, no-wrap
-msgid "2013-06-21"
-msgstr "2013-06-21"
-
 #. type: Plain text
 #: build/C/man3/pthread_attr_setschedparam.3:30
 msgid ""
@@ -2615,12 +2659,12 @@ msgstr ""
 msgid ""
 "B<int pthread_attr_setschedparam(pthread_attr_t *>I<attr>B<,>\n"
 "B<                               const struct sched_param *>I<param>B<);>\n"
-"B<int pthread_attr_getschedparam(pthread_attr_t *>I<attr>B<,>\n"
+"B<int pthread_attr_getschedparam(const pthread_attr_t *>I<attr>B<,>\n"
 "B<                               struct sched_param *>I<param>B<);>\n"
 msgstr ""
 "B<int pthread_attr_setschedparam(pthread_attr_t *>I<attr>B<,>\n"
 "B<                               const struct sched_param *>I<param>B<);>\n"
-"B<int pthread_attr_getschedparam(pthread_attr_t *>I<attr>B<,>\n"
+"B<int pthread_attr_getschedparam(const pthread_attr_t *>I<attr>B<,>\n"
 "B<                               struct sched_param *>I<param>B<);>\n"
 
 #. type: Plain text
@@ -2673,11 +2717,11 @@ msgstr ""
 msgid ""
 "As can be seen, only one scheduling parameter is supported.  For details of "
 "the permitted ranges for scheduling priorities in each scheduling policy, "
-"see B<sched_setscheduler>(2)."
+"see B<sched>(7)."
 msgstr ""
-"見て分かる通り、サポートされているスケジューリングパラメータは一つだけ\n"
-"ã\81§ã\81\82ã\82\8bã\80\82å\90\84ã\82¹ã\82±ã\82¸ã\83¥ã\83¼ã\83ªã\83³ã\82°ã\83\9dã\83ªã\82·ã\83¼ã\81§è¨±å\8f¯ã\81\95ã\82\8cã\82\8bã\82¹ã\82±ã\82¸ã\83¥ã\83¼ã\83ªã\83³ã\82°å\84ªå\85\88度ã\81®\n"
-"詳細については、B<sched_setscheduler>(2) を参照のこと。"
+"見て分かる通り、サポートされているスケジューリングパラメータは一つだけであ"
+"ã\82\8bã\80\82å\90\84ã\82¹ã\82±ã\82¸ã\83¥ã\83¼ã\83ªã\83³ã\82°ã\83\9dã\83ªã\82·ã\83¼ã\81§è¨±å\8f¯ã\81\95ã\82\8cã\82\8bã\82¹ã\82±ã\82¸ã\83¥ã\83¼ã\83ªã\83³ã\82°å\84ªå\85\88度ã\81®è©³ç´°ã\81«ã\81¤ã\81\84"
+"ては、B<sched>(7) を参照のこと。"
 
 #. type: Plain text
 #: build/C/man3/pthread_attr_setschedparam.3:85
@@ -2711,7 +2755,16 @@ msgstr ""
 "正のエラーの返り値を処理するようにすべきである)。"
 
 #. type: Plain text
-#: build/C/man3/pthread_attr_setschedparam.3:106
+#: build/C/man3/pthread_attr_setschedparam.3:107
+msgid ""
+"The B<pthread_attr_setschedparam>()  and B<pthread_attr_getschedparam>()  "
+"functions are thread-safe."
+msgstr ""
+"関数 B<pthread_attr_setschedparam>() と B<pthread_attr_getschedparam>() はス"
+"レッドセーフである。"
+
+#. type: Plain text
+#: build/C/man3/pthread_attr_setschedparam.3:113
 msgid ""
 "See B<pthread_attr_setschedpolicy>(3)  for a list of the thread scheduling "
 "policies supported on Linux."
@@ -2720,17 +2773,17 @@ msgstr ""
 "ついては、 B<pthread_attr_setschedpolicy>(3) を参照。"
 
 #. type: Plain text
-#: build/C/man3/pthread_attr_setschedparam.3:121
+#: build/C/man3/pthread_attr_setschedparam.3:128
 msgid ""
-"B<sched_get_priority_min>(2), B<sched_setscheduler>(2), B<pthread_attr_init>"
-"(3), B<pthread_attr_setinheritsched>(3), B<pthread_attr_setschedpolicy>(3), "
-"B<pthread_create>(3), B<pthread_setschedparam>(3), B<pthread_setschedprio>"
-"(3), B<pthreads>(7)"
+"B<sched_get_priority_min>(2), B<pthread_attr_init>(3), "
+"B<pthread_attr_setinheritsched>(3), B<pthread_attr_setschedpolicy>(3), "
+"B<pthread_create>(3), B<pthread_setschedparam>(3), "
+"B<pthread_setschedprio>(3), B<pthreads>(7).  B<sched>(7)"
 msgstr ""
-"B<sched_get_priority_min>(2), B<sched_setscheduler>(2), B<pthread_attr_init>"
-"(3), B<pthread_attr_setinheritsched>(3), B<pthread_attr_setschedpolicy>(3), "
-"B<pthread_create>(3), B<pthread_setschedparam>(3), B<pthread_setschedprio>"
-"(3), B<pthreads>(7)"
+"B<sched_get_priority_min>(2), B<pthread_attr_init>(3), "
+"B<pthread_attr_setinheritsched>(3), B<pthread_attr_setschedpolicy>(3), "
+"B<pthread_create>(3), B<pthread_setschedparam>(3), "
+"B<pthread_setschedprio>(3), B<pthreads>(7).  B<sched>(7)"
 
 #. type: TH
 #: build/C/man3/pthread_attr_setschedpolicy.3:26
@@ -2752,10 +2805,10 @@ msgstr ""
 #, no-wrap
 msgid ""
 "B<int pthread_attr_setschedpolicy(pthread_attr_t *>I<attr>B<, int >I<policy>B<);>\n"
-"B<int pthread_attr_getschedpolicy(pthread_attr_t *>I<attr>B<, int >I<*policy>B<);>\n"
+"B<int pthread_attr_getschedpolicy(const pthread_attr_t *>I<attr>B<, int >I<*policy>B<);>\n"
 msgstr ""
 "B<int pthread_attr_setschedpolicy(pthread_attr_t *>I<attr>B<, int >I<policy>B<);>\n"
-"B<int pthread_attr_getschedpolicy(pthread_attr_t *>I<attr>B<, int >I<*policy>B<);>\n"
+"B<int pthread_attr_getschedpolicy(const pthread_attr_t *>I<attr>B<, int >I<*policy>B<);>\n"
 
 #. type: Plain text
 #: build/C/man3/pthread_attr_setschedpolicy.3:52
@@ -2778,11 +2831,10 @@ msgstr ""
 #: build/C/man3/pthread_attr_setschedpolicy.3:65
 msgid ""
 "The supported values for I<policy> are B<SCHED_FIFO>, B<SCHED_RR>, and "
-"B<SCHED_OTHER>, with the semantics described in B<sched_setscheduler>(2)."
+"B<SCHED_OTHER>, with the semantics described in B<sched>(7)."
 msgstr ""
-"I<policy> に指定できる値は B<SCHED_FIFO>, B<SCHED_RR>, B<SCHED_OTHER>\n"
-"である。それぞれの意味は B<sched_setscheduler>(2) で説明している通り\n"
-"である。"
+"I<policy> に指定できる値は B<SCHED_FIFO>, B<SCHED_RR>, B<SCHED_OTHER> であ"
+"る。それぞれの意味は B<sched>(7) で説明している通りである。"
 
 #. type: Plain text
 #: build/C/man3/pthread_attr_setschedpolicy.3:72
@@ -2804,9 +2856,10 @@ msgid ""
 "of the attributes object I<attr> to B<PTHREAD_EXPLICIT_SCHED>."
 msgstr ""
 "B<pthread_create>(3) を呼び出した際に B<pthread_attr_setschedpolicy>() で行っ"
-"たポリシー設定を有効にするには、 呼び出し側で B<pthread_attr_setinheritsched>"
-"(3) を使って 属性オブジェクト I<attr> の inherit-scheduler 属性を "
-"B<PTHREAD_EXPLICIT_SCHED> に設定しておかなければならない。"
+"たポリシー設定を有効にするには、 呼び出し側で "
+"B<pthread_attr_setinheritsched>(3) を使って 属性オブジェクト I<attr> の "
+"inherit-scheduler 属性を B<PTHREAD_EXPLICIT_SCHED> に設定しておかなければなら"
+"ない。"
 
 #. type: Plain text
 #: build/C/man3/pthread_attr_setschedpolicy.3:89
@@ -2832,17 +2885,26 @@ msgstr ""
 "も追加で規定されている。"
 
 #. type: Plain text
-#: build/C/man3/pthread_attr_setschedpolicy.3:116
+#: build/C/man3/pthread_attr_setschedpolicy.3:107
 msgid ""
-"B<sched_setscheduler>(2), B<pthread_attr_init>(3), "
-"B<pthread_attr_setinheritsched>(3), B<pthread_attr_setschedparam>(3), "
-"B<pthread_create>(3), B<pthread_setschedparam>(3), B<pthread_setschedprio>"
-"(3), B<pthreads>(7)"
+"The B<pthread_attr_setschedpolicy>()  and B<pthread_attr_getschedpolicy>()  "
+"functions are thread-safe."
 msgstr ""
-"B<sched_setscheduler>(2), B<pthread_attr_init>(3), "
-"B<pthread_attr_setinheritsched>(3), B<pthread_attr_setschedparam>(3), "
-"B<pthread_create>(3), B<pthread_setschedparam>(3), B<pthread_setschedprio>"
-"(3), B<pthreads>(7)"
+"関数 B<pthread_attr_setschedpolicy>() と B<pthread_attr_getschedpolicy>() は"
+"スレッドセーフである。"
+
+#. type: Plain text
+#: build/C/man3/pthread_attr_setschedpolicy.3:123
+msgid ""
+"B<pthread_attr_init>(3), B<pthread_attr_setinheritsched>(3), "
+"B<pthread_attr_setschedparam>(3), B<pthread_create>(3), "
+"B<pthread_setschedparam>(3), B<pthread_setschedprio>(3), B<pthreads>(7), "
+"B<sched>(7)"
+msgstr ""
+"B<pthread_attr_init>(3), B<pthread_attr_setinheritsched>(3), "
+"B<pthread_attr_setschedparam>(3), B<pthread_create>(3), "
+"B<pthread_setschedparam>(3), B<pthread_setschedprio>(3), B<pthreads>(7), "
+"B<sched>(7)"
 
 #. type: TH
 #: build/C/man3/pthread_attr_setscope.3:26
@@ -2864,10 +2926,10 @@ msgstr ""
 #, no-wrap
 msgid ""
 "B<int pthread_attr_setscope(pthread_attr_t *>I<attr>B<, int >I<scope>B<);>\n"
-"B<int pthread_attr_getscope(pthread_attr_t *>I<attr>B<, int *>I<scope>B<);>\n"
+"B<int pthread_attr_getscope(const pthread_attr_t *>I<attr>B<, int *>I<scope>B<);>\n"
 msgstr ""
 "B<int pthread_attr_setscope(pthread_attr_t *>I<attr>B<, int >I<scope>B<);>\n"
-"B<int pthread_attr_getscope(pthread_attr_t *>I<attr>B<, int *>I<scope>B<);>\n"
+"B<int pthread_attr_getscope(const pthread_attr_t *>I<attr>B<, int *>I<scope>B<);>\n"
 
 #. type: Plain text
 #: build/C/man3/pthread_attr_setscope.3:53
@@ -2995,7 +3057,16 @@ msgstr ""
 "この値は Linux でサポートされていない。"
 
 #. type: Plain text
-#: build/C/man3/pthread_attr_setscope.3:129
+#: build/C/man3/pthread_attr_setscope.3:126
+msgid ""
+"The B<pthread_attr_setscope>()  and B<pthread_attr_getscope>()  functions "
+"are thread-safe."
+msgstr ""
+"関数 B<pthread_attr_setscope>() と B<pthread_attr_getscope>() はスレッドセー"
+"フである。"
+
+#. type: Plain text
+#: build/C/man3/pthread_attr_setscope.3:136
 msgid ""
 "The B<PTHREAD_SCOPE_SYSTEM> contention scope typically indicates that a user-"
 "space thread is bound directly to a single kernel-scheduling entity.  This "
@@ -3009,7 +3080,7 @@ msgstr ""
 "該当し、両方とも 1:1 で結び付けられるスレッド実装となっている。"
 
 #. type: Plain text
-#: build/C/man3/pthread_attr_setscope.3:132
+#: build/C/man3/pthread_attr_setscope.3:139
 msgid ""
 "POSIX.1-2001 specifies that the default contention scope is implementation-"
 "defined."
@@ -3018,7 +3089,7 @@ msgstr ""
 "実装時で定義されるものと規定されている。"
 
 #. type: Plain text
-#: build/C/man3/pthread_attr_setscope.3:142
+#: build/C/man3/pthread_attr_setscope.3:149
 msgid ""
 "B<pthread_attr_init>(3), B<pthread_attr_setaffinity_np>(3), "
 "B<pthread_attr_setinheritsched>(3), B<pthread_attr_setschedparam>(3), "
@@ -3034,13 +3105,6 @@ msgstr ""
 msgid "PTHREAD_ATTR_SETSTACK"
 msgstr "PTHREAD_ATTR_SETSTACK"
 
-#. type: TH
-#: build/C/man3/pthread_attr_setstack.3:26
-#: build/C/man3/pthread_attr_setstackaddr.3:26 build/C/man3/pthread_self.3:26
-#, no-wrap
-msgid "2008-10-24"
-msgstr "2008-10-24"
-
 #. type: Plain text
 #: build/C/man3/pthread_attr_setstack.3:30
 msgid ""
@@ -3056,17 +3120,19 @@ msgstr ""
 msgid ""
 "B<int pthread_attr_setstack(pthread_attr_t *>I<attr>B<,>\n"
 "B<                          void *>I<stackaddr>B<, size_t >I<stacksize>B<);>\n"
-"B<int pthread_attr_getstack(pthread_attr_t *>I<attr>B<,>\n"
+"B<int pthread_attr_getstack(const pthread_attr_t *>I<attr>B<,>\n"
 "B<                          void **>I<stackaddr>B<, size_t *>I<stacksize>B<);>\n"
 msgstr ""
 "B<int pthread_attr_setstack(pthread_attr_t *>I<attr>B<,>\n"
 "B<                          void *>I<stackaddr>B<, size_t >I<stacksize>B<);>\n"
-"B<int pthread_attr_getstack(pthread_attr_t *>I<attr>B<,>\n"
+"B<int pthread_attr_getstack(const pthread_attr_t *>I<attr>B<,>\n"
 "B<                          void **>I<stackaddr>B<, size_t *>I<stacksize>B<);>\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_attr_setstack.3:45 build/C/man3/pthread_kill.3:41
-#: build/C/man3/pthread_sigmask.3:42 build/C/man3/pthread_sigqueue.3:41
+#: build/C/man3/pthread_attr_setstack.3:45
+#: build/C/man3/pthread_cleanup_push_defer_np.3:44
+#: build/C/man3/pthread_kill.3:41 build/C/man3/pthread_sigmask.3:42
+#: build/C/man3/pthread_sigqueue.3:42
 msgid ""
 "Feature Test Macro Requirements for glibc (see B<feature_test_macros>(7)):"
 msgstr "glibc 向けの機能検査マクロの要件 (B<feature_test_macros>(7)  参照):"
@@ -3155,7 +3221,16 @@ msgid "These functions are provided by glibc since version 2.2."
 msgstr "これらの関数は glibc バージョン 2.2 以降で提供されている。"
 
 #. type: Plain text
-#: build/C/man3/pthread_attr_setstack.3:122
+#: build/C/man3/pthread_attr_setstack.3:119
+msgid ""
+"The B<pthread_attr_setstack>()  and B<pthread_attr_getstack>()  functions "
+"are thread-safe."
+msgstr ""
+"関数 B<pthread_attr_setstack>() と B<pthread_attr_getstack>() はスレッドセー"
+"フである。"
+
+#. type: Plain text
+#: build/C/man3/pthread_attr_setstack.3:129
 msgid ""
 "These functions are provided for applications that must ensure that a "
 "thread's stack is placed in a particular location.  For most applications, "
@@ -3171,7 +3246,7 @@ msgstr ""
 "必要がある場合には B<pthread_attr_setstacksize>(3) を使うこと)"
 
 #. type: Plain text
-#: build/C/man3/pthread_attr_setstack.3:133
+#: build/C/man3/pthread_attr_setstack.3:140
 msgid ""
 "When an application employs B<pthread_attr_setstack>(), it takes over the "
 "responsibility of allocating the stack.  Any guard size value that was set "
@@ -3189,7 +3264,7 @@ msgstr ""
 "スタックオーバーフローの可能性に対処するようにする必要がある。"
 
 #. type: Plain text
-#: build/C/man3/pthread_attr_setstack.3:144
+#: build/C/man3/pthread_attr_setstack.3:151
 msgid ""
 "The address specified in I<stackaddr> should be suitably aligned: for full "
 "portability, align it on a page boundary (I<sysconf(_SC_PAGESIZE)>).  "
@@ -3203,7 +3278,7 @@ msgstr ""
 "たいていは、 I<stacksize> はシステムのページサイズの倍数とすべきである。"
 
 #. type: Plain text
-#: build/C/man3/pthread_attr_setstack.3:152
+#: build/C/man3/pthread_attr_setstack.3:159
 msgid ""
 "If I<attr> is used to create multiple threads, then the caller must change "
 "the stack address attribute between calls to B<pthread_create>(3); "
@@ -3217,7 +3292,7 @@ msgstr ""
 "使おうとするため、訳の分からない状況が発生してしまう。"
 
 #. type: Plain text
-#: build/C/man3/pthread_attr_setstack.3:167
+#: build/C/man3/pthread_attr_setstack.3:174
 msgid ""
 "B<mmap>(2), B<mprotect>(2), B<posix_memalign>(3), B<pthread_attr_init>(3), "
 "B<pthread_attr_setguardsize>(3), B<pthread_attr_setstackaddr>(3), "
@@ -3247,10 +3322,10 @@ msgstr ""
 #, no-wrap
 msgid ""
 "B<int pthread_attr_setstackaddr(pthread_attr_t *>I<attr>B<, void *>I<stackaddr>B<);>\n"
-"B<int pthread_attr_getstackaddr(pthread_attr_t *>I<attr>B<, void **>I<stackaddr>B<);>\n"
+"B<int pthread_attr_getstackaddr(const pthread_attr_t *>I<attr>B<, void **>I<stackaddr>B<);>\n"
 msgstr ""
 "B<int pthread_attr_setstackaddr(pthread_attr_t *>I<attr>B<, void *>I<stackaddr>B<);>\n"
-"B<int pthread_attr_getstackaddr(pthread_attr_t *>I<attr>B<, void **>I<stackaddr>B<);>\n"
+"B<int pthread_attr_getstackaddr(const pthread_attr_t *>I<attr>B<, void **>I<stackaddr>B<);>\n"
 
 #. type: Plain text
 #: build/C/man3/pthread_attr_setstackaddr.3:49
@@ -3259,8 +3334,8 @@ msgid ""
 "B<pthread_attr_setstack>(3)  and B<pthread_attr_getstack>(3)  instead."
 msgstr ""
 "これらの関数は廃止予定であり、B<使用しないこと>。\n"
-"代わりに Use B<pthread_attr_setstack>(3) と B<pthread_attr_getstack>(3) を使"
-"ã\81\86ã\81\93ã\81¨ã\80\82"
+"代わりに B<pthread_attr_setstack>(3) と B<pthread_attr_getstack>(3) を使うこ"
+"と。"
 
 #. type: Plain text
 #: build/C/man3/pthread_attr_setstackaddr.3:60
@@ -3310,7 +3385,16 @@ msgstr ""
 "返り値を処理するようにすべきである)。"
 
 #. type: Plain text
-#: build/C/man3/pthread_attr_setstackaddr.3:86
+#: build/C/man3/pthread_attr_setstackaddr.3:90
+msgid ""
+"The B<pthread_attr_setstackaddr>()  and B<pthread_attr_getstackaddr>()  "
+"functions are thread-safe."
+msgstr ""
+"関数 B<pthread_attr_setstackaddr>() と B<pthread_attr_getstackaddr>() はス"
+"レッドセーフである。"
+
+#. type: Plain text
+#: build/C/man3/pthread_attr_setstackaddr.3:93
 msgid ""
 "POSIX.1-2001 specifies these functions but marks them as obsolete.  "
 "POSIX.1-2008 removes the specification of these functions."
@@ -3319,7 +3403,7 @@ msgstr ""
 "POSIX.1-2008 では、これらの関数の規定は削除されている。"
 
 #. type: Plain text
-#: build/C/man3/pthread_attr_setstackaddr.3:110
+#: build/C/man3/pthread_attr_setstackaddr.3:117
 msgid ""
 "I<Do not use these functions!> They cannot be portably used, since they "
 "provide no way of specifying the direction of growth or the range of the "
@@ -3345,7 +3429,7 @@ msgstr ""
 "へのポインタである (I<stacksize> 引き数はスタックの範囲を指定する)。"
 
 #. type: Plain text
-#: build/C/man3/pthread_attr_setstackaddr.3:116
+#: build/C/man3/pthread_attr_setstackaddr.3:123
 msgid ""
 "B<pthread_attr_init>(3), B<pthread_attr_setstack>(3), "
 "B<pthread_attr_setstacksize>(3), B<pthread_create>(3), B<pthreads>(7)"
@@ -3359,12 +3443,6 @@ msgstr ""
 msgid "PTHREAD_ATTR_SETSTACKSIZE"
 msgstr "PTHREAD_ATTR_SETSTACKSIZE"
 
-#. type: TH
-#: build/C/man3/pthread_attr_setstacksize.3:26
-#, no-wrap
-msgid "2012-03-15"
-msgstr "2012-03-15"
-
 #. type: Plain text
 #: build/C/man3/pthread_attr_setstacksize.3:30
 msgid ""
@@ -3379,10 +3457,10 @@ msgstr ""
 #, no-wrap
 msgid ""
 "B<int pthread_attr_setstacksize(pthread_attr_t *>I<attr>B<, size_t >I<stacksize>B<);>\n"
-"B<int pthread_attr_getstacksize(pthread_attr_t *>I<attr>B<, size_t *>I<stacksize>B<);>\n"
+"B<int pthread_attr_getstacksize(const pthread_attr_t *>I<attr>B<, size_t *>I<stacksize>B<);>\n"
 msgstr ""
 "B<int pthread_attr_setstacksize(pthread_attr_t *>I<attr>B<, size_t >I<stacksize>B<);>\n"
-"B<int pthread_attr_getstacksize(pthread_attr_t *>I<attr>B<, size_t *>I<stacksize>B<);>\n"
+"B<int pthread_attr_getstacksize(const pthread_attr_t *>I<attr>B<, size_t *>I<stacksize>B<);>\n"
 
 #. type: Plain text
 #: build/C/man3/pthread_attr_setstacksize.3:49
@@ -3438,16 +3516,25 @@ msgstr ""
 "エラー B<EINVAL> で失敗する。"
 
 #. type: Plain text
-#: build/C/man3/pthread_attr_setstacksize.3:88
+#: build/C/man3/pthread_attr_setstacksize.3:90
+msgid ""
+"The B<pthread_attr_setstacksize>()  and B<pthread_attr_getstacksize>()  "
+"functions are thread-safe."
+msgstr ""
+"関数 B<pthread_attr_setstacksize>() と B<pthread_attr_getstacksize>() はス"
+"レッドセーフである。"
+
+#. type: Plain text
+#: build/C/man3/pthread_attr_setstacksize.3:95
 msgid ""
-"For details on the default stack size of new threads, see B<pthread_create>"
-"(3)."
+"For details on the default stack size of new threads, see "
+"B<pthread_create>(3)."
 msgstr ""
 "新しいスレッドのデフォルトのスタックサイズの詳細については\n"
 "B<pthread_create>(3) を参照。"
 
 #. type: Plain text
-#: build/C/man3/pthread_attr_setstacksize.3:91
+#: build/C/man3/pthread_attr_setstacksize.3:98
 msgid ""
 "A thread's stack size is fixed at the time of thread creation.  Only the "
 "main thread can dynamically grow its stack."
@@ -3456,7 +3543,7 @@ msgstr ""
 "メインスレッドだけがスタックを動的に伸ばすことができる。"
 
 #. type: Plain text
-#: build/C/man3/pthread_attr_setstacksize.3:96
+#: build/C/man3/pthread_attr_setstacksize.3:103
 msgid ""
 "The B<pthread_attr_setstack>(3)  function allows an application to set both "
 "the size and location of a caller-allocated stack that is to be used by a "
@@ -3467,7 +3554,7 @@ msgstr ""
 "呼び出し側で割り当てたスタックのサイズと場所を指定できる。"
 
 #. type: Plain text
-#: build/C/man3/pthread_attr_setstacksize.3:108
+#: build/C/man3/pthread_attr_setstacksize.3:115
 msgid ""
 "As at glibc 2.8, if the specified I<stacksize> is not a multiple of "
 "B<STACK_ALIGN> (16 bytes on most architectures), it may be rounded "
@@ -3482,13 +3569,13 @@ msgstr ""
 "少なくとも I<stacksize> バイトになると書かれている。"
 
 #. type: Plain text
-#: build/C/man3/pthread_attr_setstacksize.3:111
+#: build/C/man3/pthread_attr_setstacksize.3:118
 #: build/C/man3/pthread_join.3:127
 msgid "See B<pthread_create>(3)."
 msgstr "B<pthread_create>(3) を参照。"
 
 #. type: Plain text
-#: build/C/man3/pthread_attr_setstacksize.3:118
+#: build/C/man3/pthread_attr_setstacksize.3:125
 msgid ""
 "B<getrlimit>(2), B<pthread_attr_init>(3), B<pthread_attr_setguardsize>(3), "
 "B<pthread_attr_setstack>(3), B<pthread_create>(3), B<pthreads>(7)"
@@ -3503,7 +3590,7 @@ msgid "PTHREAD_CANCEL"
 msgstr "PTHREAD_CANCEL"
 
 #. type: TH
-#: build/C/man3/pthread_cancel.3:26 build/C/man3/pthread_setschedparam.3:26
+#: build/C/man3/pthread_cancel.3:26
 #, no-wrap
 msgid "2008-11-17"
 msgstr "2008-11-17"
@@ -3625,9 +3712,9 @@ msgstr "スレッドが終了される。 (B<pthread_exit>(3) 参照)"
 #. type: Plain text
 #: build/C/man3/pthread_cancel.3:103
 msgid ""
-"The above steps happen asynchronously with respect to the B<pthread_cancel>"
-"()  call; the return status of B<pthread_cancel>()  merely informs the "
-"caller whether the cancellation request was successfully queued."
+"The above steps happen asynchronously with respect to the "
+"B<pthread_cancel>()  call; the return status of B<pthread_cancel>()  merely "
+"informs the caller whether the cancellation request was successfully queued."
 msgstr ""
 "上記のステップは B<pthread_cancel>() の呼び出しとは非同期に行われる。\n"
 "B<pthread_cancel>() の返却ステータスは単にキャンセル要求が正常に\n"
@@ -3660,7 +3747,7 @@ msgstr ""
 #: build/C/man3/pthread_getcpuclockid.3:58 build/C/man3/pthread_join.3:93
 #: build/C/man3/pthread_setaffinity_np.3:114
 #: build/C/man3/pthread_setschedparam.3:114
-#: build/C/man3/pthread_setschedprio.3:70 build/C/man3/pthread_sigqueue.3:85
+#: build/C/man3/pthread_setschedprio.3:70 build/C/man3/pthread_sigqueue.3:86
 #, no-wrap
 msgid "B<ESRCH>"
 msgstr "B<ESRCH>"
@@ -3936,7 +4023,6 @@ msgstr "PTHREAD_CLEANUP_PUSH"
 
 #. type: TH
 #: build/C/man3/pthread_cleanup_push.3:26
-#: build/C/man3/pthread_setcancelstate.3:26
 #, no-wrap
 msgid "2008-11-24"
 msgstr "2008-11-24"
@@ -4064,12 +4150,12 @@ msgstr ""
 #: build/C/man3/pthread_cleanup_push.3:121
 msgid ""
 "Calling B<longjmp>(3)  (B<siglongjmp>(3))  produces undefined results if any "
-"call has been made to B<pthread_cleanup_push>()  or B<pthread_cleanup_pop>"
-"()  without the matching call of the pair since the jump buffer was filled "
-"by B<setjmp>(3)  (B<sigsetjmp>(3)).  Likewise, calling B<longjmp>(3)  "
-"(B<siglongjmp>(3))  from inside a clean-up handler produces undefined "
-"results unless the jump buffer was also filled by B<setjmp>(3)  (B<sigsetjmp>"
-"(3))  inside the handler."
+"call has been made to B<pthread_cleanup_push>()  or "
+"B<pthread_cleanup_pop>()  without the matching call of the pair since the "
+"jump buffer was filled by B<setjmp>(3)  (B<sigsetjmp>(3)).  Likewise, "
+"calling B<longjmp>(3)  (B<siglongjmp>(3))  from inside a clean-up handler "
+"produces undefined results unless the jump buffer was also filled by "
+"B<setjmp>(3)  (B<sigsetjmp>(3))  inside the handler."
 msgstr ""
 "B<longjmp>(3) (B<siglongjmp>(3)) の呼び出しは、\n"
 "B<pthread_cleanup_push>() や B<pthread_cleanup_pop>() の呼び出しが対と\n"
@@ -4096,8 +4182,8 @@ msgstr "エラーはない。"
 #: build/C/man3/pthread_cleanup_push.3:140
 msgid ""
 "On Linux, the B<pthread_cleanup_push>()  and B<pthread_cleanup_pop>()  "
-"functions I<are> implemented as macros that expand to text containing \\(aqB<"
-"{>\\(aq and \\(aqB<}>\\(aq, respectively.  This means that variables "
+"functions I<are> implemented as macros that expand to text containing "
+"\\(aqB<{>\\(aq and \\(aqB<}>\\(aq, respectively.  This means that variables "
 "declared within the scope of paired calls to these functions will be visible "
 "within only that scope."
 msgstr ""
@@ -4250,8 +4336,8 @@ msgstr ""
 #: build/C/man3/pthread_cleanup_push.3:231
 msgid ""
 "In the above, we see that although the thread was not canceled, the clean-up "
-"handler was executed, because the argument given to B<pthread_cleanup_pop>"
-"()  was nonzero."
+"handler was executed, because the argument given to "
+"B<pthread_cleanup_pop>()  was nonzero."
 msgstr ""
 "上記では、スレッドはキャンセルされていないが、クリーンアップハンドラが\n"
 "実行されていないことが分かる。これは B<pthread_cleanup_pop>() の引き数\n"
@@ -4472,12 +4558,6 @@ msgstr ""
 msgid "PTHREAD_CLEANUP_PUSH_DEFER_NP"
 msgstr "PTHREAD_CLEANUP_PUSH_DEFER_NP"
 
-#. type: TH
-#: build/C/man3/pthread_cleanup_push_defer_np.3:26
-#, no-wrap
-msgid "2008-12-04"
-msgstr "2008-12-04"
-
 #. type: Plain text
 #: build/C/man3/pthread_cleanup_push_defer_np.3:30
 msgid ""
@@ -4505,13 +4585,23 @@ msgstr ""
 #: build/C/man3/pthread_create.3:38 build/C/man3/pthread_detach.3:37
 #: build/C/man3/pthread_join.3:37 build/C/man3/pthread_kill.3:37
 #: build/C/man3/pthread_setname_np.3:39 build/C/man3/pthread_sigmask.3:38
-#: build/C/man3/pthread_sigqueue.3:37 build/C/man3/pthread_tryjoin_np.3:42
+#: build/C/man3/pthread_sigqueue.3:38 build/C/man3/pthread_tryjoin_np.3:42
 #: build/C/man3/pthread_yield.3:37
 msgid "Compile and link with I<-pthread>."
 msgstr "I<-pthread> を付けてコンパイルとリンクを行う。"
 
 #. type: Plain text
-#: build/C/man3/pthread_cleanup_push_defer_np.3:46
+#: build/C/man3/pthread_cleanup_push_defer_np.3:49
+msgid "B<pthread_cleanup_push_defer_np>(), B<pthread_cleanup_pop_defer_np>():"
+msgstr "B<pthread_cleanup_push_defer_np>(), B<pthread_cleanup_pop_defer_np>():"
+
+#. type: Plain text
+#: build/C/man3/pthread_cleanup_push_defer_np.3:51
+msgid "_GNU_SOURCE"
+msgstr "_GNU_SOURCE"
+
+#. type: Plain text
+#: build/C/man3/pthread_cleanup_push_defer_np.3:59
 msgid ""
 "These functions are the same as B<pthread_cleanup_push>(3)  and "
 "B<pthread_cleanup_pop>(3), except for the differences noted on this page."
@@ -4520,7 +4610,7 @@ msgstr ""
 "だが、このページで説明する点が異なる。"
 
 #. type: Plain text
-#: build/C/man3/pthread_cleanup_push_defer_np.3:59
+#: build/C/man3/pthread_cleanup_push_defer_np.3:72
 msgid ""
 "Like B<pthread_cleanup_push>(3), B<pthread_cleanup_push_defer_np>()  pushes "
 "I<routine> onto the thread's stack of cancellation clean-up handlers.  In "
@@ -4540,7 +4630,7 @@ msgstr ""
 "が保証される。"
 
 #. type: Plain text
-#: build/C/man3/pthread_cleanup_push_defer_np.3:68
+#: build/C/man3/pthread_cleanup_push_defer_np.3:81
 msgid ""
 "Like B<pthread_cleanup_pop>(3), B<pthread_cleanup_pop_restore_np>()  pops "
 "the top-most clean-up handler from the thread's stack of cancellation clean-"
@@ -4554,7 +4644,7 @@ msgstr ""
 "する B<pthread_cleanup_push_defer_np>() が呼ばれた時点の値に戻す。"
 
 #. type: Plain text
-#: build/C/man3/pthread_cleanup_push_defer_np.3:74
+#: build/C/man3/pthread_cleanup_push_defer_np.3:87
 msgid ""
 "The caller must ensure that calls to these functions are paired within the "
 "same function, and at the same lexical nesting level.  Other restrictions "
@@ -4566,12 +4656,12 @@ msgstr ""
 "適用される。"
 
 #. type: Plain text
-#: build/C/man3/pthread_cleanup_push_defer_np.3:76
+#: build/C/man3/pthread_cleanup_push_defer_np.3:89
 msgid "This sequence of calls:"
 msgstr "以下の一連の呼び出し"
 
 #. type: Plain text
-#: build/C/man3/pthread_cleanup_push_defer_np.3:81
+#: build/C/man3/pthread_cleanup_push_defer_np.3:94
 #, no-wrap
 msgid ""
 "pthread_cleanup_push_defer_np(routine, arg);\n"
@@ -4581,18 +4671,18 @@ msgstr ""
 "pthread_cleanup_pop_restore_np(execute);\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_cleanup_push_defer_np.3:85
+#: build/C/man3/pthread_cleanup_push_defer_np.3:98
 msgid "is equivalent to (but shorter and more efficient than):"
 msgstr "と以下は等価である (但し、上の方がより簡潔で効率的である)。"
 
 #. type: Plain text
-#: build/C/man3/pthread_cleanup_push_defer_np.3:91
+#: build/C/man3/pthread_cleanup_push_defer_np.3:104
 #, no-wrap
 msgid "int oldtype;\n"
 msgstr "int oldtype;\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_cleanup_push_defer_np.3:97
+#: build/C/man3/pthread_cleanup_push_defer_np.3:110
 #, no-wrap
 msgid ""
 "pthread_cleanup_push(routine, arg);\n"
@@ -4608,13 +4698,13 @@ msgstr ""
 "pthread_cleanup_pop(execute);\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_cleanup_push_defer_np.3:110
+#: build/C/man3/pthread_cleanup_push_defer_np.3:123
 msgid ""
-"B<pthread_cancel>(3), B<pthread_cleanup_push>(3), B<pthread_setcancelstate>"
-"(3), B<pthread_testcancel>(3), B<pthreads>(7)"
+"B<pthread_cancel>(3), B<pthread_cleanup_push>(3), "
+"B<pthread_setcancelstate>(3), B<pthread_testcancel>(3), B<pthreads>(7)"
 msgstr ""
-"B<pthread_cancel>(3), B<pthread_cleanup_push>(3), B<pthread_setcancelstate>"
-"(3), B<pthread_testcancel>(3), B<pthreads>(7)"
+"B<pthread_cancel>(3), B<pthread_cleanup_push>(3), "
+"B<pthread_setcancelstate>(3), B<pthread_testcancel>(3), B<pthreads>(7)"
 
 #. type: TH
 #: build/C/man3/pthread_create.3:26
@@ -4622,12 +4712,6 @@ msgstr ""
 msgid "PTHREAD_CREATE"
 msgstr "PTHREAD_CREATE"
 
-#. type: TH
-#: build/C/man3/pthread_create.3:26
-#, no-wrap
-msgid "2012-08-03"
-msgstr "2012-08-03"
-
 #. type: Plain text
 #: build/C/man3/pthread_create.3:29
 msgid "pthread_create - create a new thread"
@@ -4674,8 +4758,8 @@ msgstr "*"
 #: build/C/man3/pthread_create.3:55
 msgid ""
 "It calls B<pthread_exit>(3), specifying an exit status value that is "
-"available to another thread in the same process that calls B<pthread_join>"
-"(3)."
+"available to another thread in the same process that calls "
+"B<pthread_join>(3)."
 msgstr ""
 "スレッドが B<pthread_exit>(3) を呼び出す。\n"
 "B<pthread_exit>(3) を呼び出す際には終了ステータス値を指定する。\n"
@@ -4793,20 +4877,36 @@ msgstr ""
 "エラーの場合は、エラー番号が返され、 I<*thread> の内容は不定である。"
 
 #. type: TP
-#: build/C/man3/pthread_create.3:123 build/C/man3/pthread_sigqueue.3:71
+#: build/C/man3/pthread_create.3:123 build/C/man3/pthread_create.3:126
+#: build/C/man3/pthread_sigqueue.3:72
 #, no-wrap
 msgid "B<EAGAIN>"
 msgstr "B<EAGAIN>"
 
 #. type: Plain text
-#: build/C/man3/pthread_create.3:137
+#: build/C/man3/pthread_create.3:126
+msgid "Insufficient resources to create another thread."
+msgstr ""
+
+#.  NOTE! The following should match the description in fork(2)
+#. type: Plain text
+#: build/C/man3/pthread_create.3:144
+#, fuzzy
+#| msgid ""
+#| "Insufficient resources to create another thread, or a system-imposed "
+#| "limit on the number of threads was encountered.  The latter case may "
+#| "occur in two ways: the B<RLIMIT_NPROC> soft resource limit (set via "
+#| "B<setrlimit>(2)), which limits the number of process for a real user ID, "
+#| "was reached; or the kernel's system-wide limit on the number of threads, "
+#| "I</proc/sys/kernel/threads-max>, was reached."
 msgid ""
-"Insufficient resources to create another thread, or a system-imposed limit "
-"on the number of threads was encountered.  The latter case may occur in two "
-"ways: the B<RLIMIT_NPROC> soft resource limit (set via B<setrlimit>(2)), "
-"which limits the number of process for a real user ID, was reached; or the "
-"kernel's system-wide limit on the number of threads, I</proc/sys/kernel/"
-"threads-max>, was reached."
+"A system-imposed limit on the number of threads was encountered.  There are "
+"a number of limits that may trigger this error: the B<RLIMIT_NPROC> soft "
+"resource limit (set via B<setrlimit>(2)), which limits the number of "
+"processes and threads for a real user ID, was reached; the kernel's system-"
+"wide limit on the number of processes threads, I</proc/sys/kernel/threads-"
+"max>, was reached (see B<proc>(5)); or the maximum number of PIDs, I</proc/"
+"sys/kernel/pid_max>, was reached (see B<proc>(5))."
 msgstr ""
 "別のスレッドを作成するのに十分なリソースがないか、システムで設定された\n"
 "スレッド数の上限に達していた。後者が起こるのは 2 つの場合がある。\n"
@@ -4816,19 +4916,19 @@ msgstr ""
 "I</proc/sys/kernel/threads-max> が達していた場合である。"
 
 #. type: Plain text
-#: build/C/man3/pthread_create.3:141
+#: build/C/man3/pthread_create.3:148
 msgid "Invalid settings in I<attr>."
 msgstr "I<attr> で指定された設定が不正である。"
 
 #. type: TP
-#: build/C/man3/pthread_create.3:141 build/C/man3/pthread_setschedparam.3:129
+#: build/C/man3/pthread_create.3:148 build/C/man3/pthread_setschedparam.3:129
 #: build/C/man3/pthread_setschedprio.3:66
 #, no-wrap
 msgid "B<EPERM>"
 msgstr "B<EPERM>"
 
 #. type: Plain text
-#: build/C/man3/pthread_create.3:146
+#: build/C/man3/pthread_create.3:153
 msgid ""
 "No permission to set the scheduling policy and parameters specified in "
 "I<attr>."
@@ -4837,7 +4937,7 @@ msgstr ""
 "設定する許可がない。"
 
 #. type: Plain text
-#: build/C/man3/pthread_create.3:160
+#: build/C/man3/pthread_create.3:167
 msgid ""
 "See B<pthread_self>(3)  for further information on the thread ID returned in "
 "I<*thread> by B<pthread_create>().  Unless real-time scheduling policies are "
@@ -4852,7 +4952,7 @@ msgstr ""
 "次に実行されるかは決まっていない。"
 
 #. type: Plain text
-#: build/C/man3/pthread_create.3:180
+#: build/C/man3/pthread_create.3:187
 msgid ""
 "A thread may either be I<joinable> or I<detached>.  If a thread is joinable, "
 "then another thread can call B<pthread_join>(3)  to wait for the thread to "
@@ -4884,7 +4984,7 @@ msgstr ""
 #.  FIXME . Perhaps some of the following detail should be in
 #.  a future pthread_attr_setstacksize(3) page.
 #. type: Plain text
-#: build/C/man3/pthread_create.3:196
+#: build/C/man3/pthread_create.3:203
 msgid ""
 "On Linux/x86-32, the default stack size for a new thread is 2 megabytes.  "
 "Under the NPTL threading implementation, if the B<RLIMIT_STACK> soft "
@@ -4903,7 +5003,7 @@ msgstr ""
 "デフォルト値以外のスタックサイズを得ることができる。"
 
 #. type: Plain text
-#: build/C/man3/pthread_create.3:202
+#: build/C/man3/pthread_create.3:209
 msgid ""
 "In the obsolete LinuxThreads implementation, each of the threads in a "
 "process has a different process ID.  This is in violation of the POSIX "
@@ -4916,7 +5016,7 @@ msgstr ""
 "B<pthreads>(7) を参照のこと。"
 
 #. type: Plain text
-#: build/C/man3/pthread_create.3:206
+#: build/C/man3/pthread_create.3:213
 msgid ""
 "The program below demonstrates the use of B<pthread_create>(), as well as a "
 "number of other functions in the pthreads API."
@@ -4925,7 +5025,7 @@ msgstr ""
 "pthreads API の他のいろいろな関数の使用例を示している。"
 
 #. type: Plain text
-#: build/C/man3/pthread_create.3:211
+#: build/C/man3/pthread_create.3:218
 msgid ""
 "In the following run, on a system providing the NPTL threading "
 "implementation, the stack size defaults to the value given by the \"stack "
@@ -4936,7 +5036,7 @@ msgstr ""
 "になる。"
 
 #. type: Plain text
-#: build/C/man3/pthread_create.3:223
+#: build/C/man3/pthread_create.3:230
 #, no-wrap
 msgid ""
 "$B< ulimit -s>\n"
@@ -4960,7 +5060,7 @@ msgstr ""
 "Joined with thread 3; returned value was SERVUS\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_create.3:229
+#: build/C/man3/pthread_create.3:236
 msgid ""
 "In the next run, the program explicitly sets a stack size of 1MB (using "
 "B<pthread_attr_setstacksize>(3))  for the created threads:"
@@ -4970,7 +5070,7 @@ msgstr ""
 "明示的に設定している。"
 
 #. type: Plain text
-#: build/C/man3/pthread_create.3:239
+#: build/C/man3/pthread_create.3:246
 #, no-wrap
 msgid ""
 "$B< ./a.out -s 0x100000 hola salut servus>\n"
@@ -4990,7 +5090,7 @@ msgstr ""
 "Joined with thread 3; returned value was SERVUS\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_create.3:251
+#: build/C/man3/pthread_create.3:258
 #, no-wrap
 msgid ""
 "#include E<lt>pthread.hE<gt>\n"
@@ -5010,7 +5110,7 @@ msgstr ""
 "#include E<lt>ctype.hE<gt>\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_create.3:257 build/C/man3/pthread_getcpuclockid.3:111
+#: build/C/man3/pthread_create.3:264 build/C/man3/pthread_getcpuclockid.3:116
 #, no-wrap
 msgid ""
 "#define handle_error(msg) \\e\n"
@@ -5020,7 +5120,7 @@ msgstr ""
 "        do { perror(msg); exit(EXIT_FAILURE); } while (0)\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_create.3:263
+#: build/C/man3/pthread_create.3:270
 #, no-wrap
 msgid ""
 "struct thread_info {    /* Used as argument to thread_start() */\n"
@@ -5036,7 +5136,7 @@ msgstr ""
 "};\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_create.3:266
+#: build/C/man3/pthread_create.3:273
 #, no-wrap
 msgid ""
 "/* Thread start function: display address near top of our stack,\n"
@@ -5046,7 +5146,7 @@ msgstr ""
 "   and return upper-cased copy of argv_string */\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_create.3:272
+#: build/C/man3/pthread_create.3:279
 #, no-wrap
 msgid ""
 "static void *\n"
@@ -5062,7 +5162,7 @@ msgstr ""
 "    char *uargv, *p;\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_create.3:275
+#: build/C/man3/pthread_create.3:282
 #, no-wrap
 msgid ""
 "    printf(\"Thread %d: top of stack near %p; argv_string=%s\\en\",\n"
@@ -5072,7 +5172,7 @@ msgstr ""
 "            tinfo-E<gt>thread_num, &p, tinfo-E<gt>argv_string);\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_create.3:279
+#: build/C/man3/pthread_create.3:286
 #, no-wrap
 msgid ""
 "    uargv = strdup(tinfo-E<gt>argv_string);\n"
@@ -5084,7 +5184,7 @@ msgstr ""
 "        handle_error(\"strdup\");\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_create.3:282
+#: build/C/man3/pthread_create.3:289
 #, no-wrap
 msgid ""
 "    for (p = uargv; *p != \\(aq\\e0\\(aq; p++)\n"
@@ -5094,7 +5194,7 @@ msgstr ""
 "        *p = toupper(*p);\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_create.3:285
+#: build/C/man3/pthread_create.3:292
 #, no-wrap
 msgid ""
 "    return uargv;\n"
@@ -5104,7 +5204,7 @@ msgstr ""
 "}\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_create.3:294
+#: build/C/man3/pthread_create.3:301
 #, no-wrap
 msgid ""
 "int\n"
@@ -5126,13 +5226,13 @@ msgstr ""
 "    void *res;\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_create.3:296
+#: build/C/man3/pthread_create.3:303
 #, no-wrap
 msgid "    /* The \"-s\" option specifies a stack size for our threads */\n"
 msgstr "    /* The \"-s\" option specifies a stack size for our threads */\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_create.3:303
+#: build/C/man3/pthread_create.3:310
 #, no-wrap
 msgid ""
 "    stack_size = -1;\n"
@@ -5150,7 +5250,7 @@ msgstr ""
 "            break;\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_create.3:310
+#: build/C/man3/pthread_create.3:317
 #, no-wrap
 msgid ""
 "        default:\n"
@@ -5168,19 +5268,19 @@ msgstr ""
 "    }\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_create.3:312
+#: build/C/man3/pthread_create.3:319
 #, no-wrap
 msgid "    num_threads = argc - optind;\n"
 msgstr "    num_threads = argc - optind;\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_create.3:314
+#: build/C/man3/pthread_create.3:321
 #, no-wrap
 msgid "    /* Initialize thread creation attributes */\n"
 msgstr "    /* Initialize thread creation attributes */\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_create.3:318
+#: build/C/man3/pthread_create.3:325
 #, no-wrap
 msgid ""
 "    s = pthread_attr_init(&attr);\n"
@@ -5192,7 +5292,7 @@ msgstr ""
 "        handle_error_en(s, \"pthread_attr_init\");\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_create.3:324
+#: build/C/man3/pthread_create.3:331
 #, no-wrap
 msgid ""
 "    if (stack_size E<gt> 0) {\n"
@@ -5208,13 +5308,13 @@ msgstr ""
 "    }\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_create.3:326
+#: build/C/man3/pthread_create.3:333
 #, no-wrap
 msgid "    /* Allocate memory for pthread_create() arguments */\n"
 msgstr "    /* Allocate memory for pthread_create() arguments */\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_create.3:330
+#: build/C/man3/pthread_create.3:337
 #, no-wrap
 msgid ""
 "    tinfo = calloc(num_threads, sizeof(struct thread_info));\n"
@@ -5226,13 +5326,13 @@ msgstr ""
 "        handle_error(\"calloc\");\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_create.3:332
+#: build/C/man3/pthread_create.3:339
 #, no-wrap
 msgid "    /* Create one thread for each command-line argument */\n"
 msgstr "    /* Create one thread for each command-line argument */\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_create.3:336
+#: build/C/man3/pthread_create.3:343
 #, no-wrap
 msgid ""
 "    for (tnum = 0; tnum E<lt> num_threads; tnum++) {\n"
@@ -5244,7 +5344,7 @@ msgstr ""
 "        tinfo[tnum].argv_string = argv[optind + tnum];\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_create.3:339
+#: build/C/man3/pthread_create.3:346
 #, no-wrap
 msgid ""
 "        /* The pthread_create() call stores the thread ID into\n"
@@ -5254,7 +5354,7 @@ msgstr ""
 "           corresponding element of tinfo[] */\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_create.3:345
+#: build/C/man3/pthread_create.3:352
 #, no-wrap
 msgid ""
 "        s = pthread_create(&tinfo[tnum].thread_id, &attr,\n"
@@ -5270,7 +5370,7 @@ msgstr ""
 "    }\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_create.3:348
+#: build/C/man3/pthread_create.3:355
 #, no-wrap
 msgid ""
 "    /* Destroy the thread attributes object, since it is no\n"
@@ -5280,7 +5380,7 @@ msgstr ""
 "       longer needed */\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_create.3:352 build/C/man3/pthread_setschedparam.3:423
+#: build/C/man3/pthread_create.3:359 build/C/man3/pthread_setschedparam.3:430
 #, no-wrap
 msgid ""
 "    s = pthread_attr_destroy(&attr);\n"
@@ -5292,13 +5392,13 @@ msgstr ""
 "        handle_error_en(s, \"pthread_attr_destroy\");\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_create.3:354
+#: build/C/man3/pthread_create.3:361
 #, no-wrap
 msgid "    /* Now join with each thread, and display its returned value */\n"
 msgstr "    /* Now join with each thread, and display its returned value */\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_create.3:359
+#: build/C/man3/pthread_create.3:366
 #, no-wrap
 msgid ""
 "    for (tnum = 0; tnum E<lt> num_threads; tnum++) {\n"
@@ -5312,7 +5412,7 @@ msgstr ""
 "            handle_error_en(s, \"pthread_join\");\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_create.3:364
+#: build/C/man3/pthread_create.3:371
 #, no-wrap
 msgid ""
 "        printf(\"Joined with thread %d; returned value was %s\\en\",\n"
@@ -5326,7 +5426,7 @@ msgstr ""
 "    }\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_create.3:368
+#: build/C/man3/pthread_create.3:375
 #, no-wrap
 msgid ""
 "    free(tinfo);\n"
@@ -5338,17 +5438,17 @@ msgstr ""
 "}\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_create.3:382
+#: build/C/man3/pthread_create.3:389
 msgid ""
 "B<getrlimit>(2), B<pthread_attr_init>(3), B<pthread_cancel>(3), "
 "B<pthread_detach>(3), B<pthread_equal>(3), B<pthread_exit>(3), "
-"B<pthread_getattr_np>(3), B<pthread_join>(3), B<pthread_self>(3), B<pthreads>"
-"(7)"
+"B<pthread_getattr_np>(3), B<pthread_join>(3), B<pthread_self>(3), "
+"B<pthreads>(7)"
 msgstr ""
 "B<getrlimit>(2), B<pthread_attr_init>(3), B<pthread_cancel>(3), "
 "B<pthread_detach>(3), B<pthread_equal>(3), B<pthread_exit>(3), "
-"B<pthread_getattr_np>(3), B<pthread_join>(3), B<pthread_self>(3), B<pthreads>"
-"(7)"
+"B<pthread_getattr_np>(3), B<pthread_join>(3), B<pthread_self>(3), "
+"B<pthreads>(7)"
 
 #. type: TH
 #: build/C/man3/pthread_detach.3:26
@@ -5471,11 +5571,11 @@ msgstr "    pthread_detach(pthread_self());\n"
 #. type: Plain text
 #: build/C/man3/pthread_detach.3:104
 msgid ""
-"B<pthread_attr_setdetachstate>(3), B<pthread_cancel>(3), B<pthread_create>"
-"(3), B<pthread_exit>(3), B<pthread_join>(3), B<pthreads>(7)"
+"B<pthread_attr_setdetachstate>(3), B<pthread_cancel>(3), "
+"B<pthread_create>(3), B<pthread_exit>(3), B<pthread_join>(3), B<pthreads>(7)"
 msgstr ""
-"B<pthread_attr_setdetachstate>(3), B<pthread_cancel>(3), B<pthread_create>"
-"(3), B<pthread_exit>(3), B<pthread_join>(3), B<pthreads>(7)"
+"B<pthread_attr_setdetachstate>(3), B<pthread_cancel>(3), "
+"B<pthread_create>(3), B<pthread_exit>(3), B<pthread_join>(3), B<pthreads>(7)"
 
 #. type: TH
 #: build/C/man3/pthread_equal.3:26
@@ -5485,9 +5585,12 @@ msgstr "PTHREAD_EQUAL"
 
 #. type: TH
 #: build/C/man3/pthread_equal.3:26 build/C/man3/pthread_exit.3:26
+#: build/C/man3/pthread_getcpuclockid.3:26
+#: build/C/man3/pthread_setaffinity_np.3:26
+#: build/C/man3/pthread_setconcurrency.3:25
 #, no-wrap
-msgid "2009-03-30"
-msgstr "2009-03-30"
+msgid "2014-05-23"
+msgstr "2014-05-23"
 
 #. type: Plain text
 #: build/C/man3/pthread_equal.3:29
@@ -5523,7 +5626,12 @@ msgid "This function always succeeds."
 msgstr "この関数は常に成功する。"
 
 #. type: Plain text
-#: build/C/man3/pthread_equal.3:56
+#: build/C/man3/pthread_equal.3:52
+msgid "The B<pthread_equal>()  function is thread-safe."
+msgstr "B<pthread_equal>() 関数はスレッドセーフである。"
+
+#. type: Plain text
+#: build/C/man3/pthread_equal.3:61
 msgid ""
 "The B<pthread_equal>()  function is necessary because thread IDs should be "
 "considered opaque: there is no portable way for applications to directly "
@@ -5535,7 +5643,7 @@ msgstr ""
 "移植性を確保できる形で比較する方法はない。"
 
 #. type: Plain text
-#: build/C/man3/pthread_equal.3:60
+#: build/C/man3/pthread_equal.3:65
 msgid "B<pthread_create>(3), B<pthread_self>(3), B<pthreads>(7)"
 msgstr "B<pthread_create>(3), B<pthread_self>(3), B<pthreads>(7)"
 
@@ -5614,7 +5722,12 @@ msgid "This function does not return to the caller."
 msgstr "この関数は呼び出し側には返らない。"
 
 #. type: Plain text
-#: build/C/man3/pthread_exit.3:82
+#: build/C/man3/pthread_exit.3:80
+msgid "The B<pthread_exit>()  function is thread-safe."
+msgstr "B<pthread_exit>() 関数はスレッドセーフである。"
+
+#. type: Plain text
+#: build/C/man3/pthread_exit.3:87
 msgid ""
 "Performing a return from the start function of any thread other than the "
 "main thread results in an implicit call to B<pthread_exit>(), using the "
@@ -5625,7 +5738,7 @@ msgstr ""
 "関数の返り値がスレッドの終了ステータスとして使用される。"
 
 #. type: Plain text
-#: build/C/man3/pthread_exit.3:88
+#: build/C/man3/pthread_exit.3:93
 msgid ""
 "To allow other threads to continue execution, the main thread should "
 "terminate by calling B<pthread_exit>()  rather than B<exit>(3)."
@@ -5634,7 +5747,7 @@ msgstr ""
 "なく B<pthread_exit>() を呼び出して終了すべきである。"
 
 #. type: Plain text
-#: build/C/man3/pthread_exit.3:93
+#: build/C/man3/pthread_exit.3:98
 msgid ""
 "The value pointed to by I<retval> should not be located on the calling "
 "thread's stack, since the contents of that stack are undefined after the "
@@ -5649,7 +5762,7 @@ msgstr ""
 #.  http://thread.gmane.org/gmane.linux.kernel/611611
 #.  http://marc.info/?l=linux-kernel&m=122525468300823&w=2
 #. type: Plain text
-#: build/C/man3/pthread_exit.3:105
+#: build/C/man3/pthread_exit.3:110
 msgid ""
 "Currently, there are limitations in the kernel implementation logic for "
 "B<wait>(2)ing on a stopped thread group with a dead thread group leader.  "
@@ -5666,7 +5779,7 @@ msgstr ""
 "場合がある。"
 
 #. type: Plain text
-#: build/C/man3/pthread_exit.3:109
+#: build/C/man3/pthread_exit.3:114
 msgid "B<pthread_create>(3), B<pthread_join>(3), B<pthreads>(7)"
 msgstr "B<pthread_create>(3), B<pthread_join>(3), B<pthreads>(7)"
 
@@ -5676,6 +5789,12 @@ msgstr "B<pthread_create>(3), B<pthread_join>(3), B<pthreads>(7)"
 msgid "PTHREAD_GETATTR_NP"
 msgstr "PTHREAD_GETATTR_NP"
 
+#. type: TH
+#: build/C/man3/pthread_getattr_np.3:26 build/C/man3/pthread_tryjoin_np.3:26
+#, no-wrap
+msgid "2010-09-10"
+msgstr "2010-09-10"
+
 #. type: Plain text
 #: build/C/man3/pthread_getattr_np.3:29
 msgid "pthread_getattr_np - get attributes of created thread"
@@ -5783,8 +5902,8 @@ msgstr "メモリが十分になかった。"
 msgid ""
 "In addition, if I<thread> refers to the main thread, then "
 "B<pthread_getattr_np>()  can fail because of errors from various underlying "
-"calls: B<fopen>(3), if I</proc/self/maps> can't be opened; and B<getrlimit>"
-"(2), if the B<RLIMIT_STACK> resource limit is not supported."
+"calls: B<fopen>(3), if I</proc/self/maps> can't be opened; and "
+"B<getrlimit>(2), if the B<RLIMIT_STACK> resource limit is not supported."
 msgstr ""
 "さらに、 I<thread> がメインスレッドを参照している場合には、\n"
 "B<pthread_getattr_np>() は内部で行われる様々な呼び出しでの\n"
@@ -5800,7 +5919,7 @@ msgstr "この関数は glibc バージョン 2.2.3 以降で利用できる。"
 
 #. type: Plain text
 #: build/C/man3/pthread_getattr_np.3:101
-#: build/C/man3/pthread_kill_other_threads_np.3:50
+#: build/C/man3/pthread_kill_other_threads_np.3:55
 msgid ""
 "This function is a nonstandard GNU extension; hence the suffix \"_np"
 "\" (nonportable) in the name."
@@ -6338,12 +6457,6 @@ msgstr ""
 msgid "PTHREAD_GETCPUCLOCKID"
 msgstr "PTHREAD_GETCPUCLOCKID"
 
-#. type: TH
-#: build/C/man3/pthread_getcpuclockid.3:26
-#, no-wrap
-msgid "2009-02-08"
-msgstr "2009-02-08"
-
 #. type: Plain text
 #: build/C/man3/pthread_getcpuclockid.3:29
 msgid "pthread_getcpuclockid - retrieve ID of a thread's CPU time clock"
@@ -6398,7 +6511,12 @@ msgid "This function is available in glibc since version 2.2."
 msgstr "この関数は glibc バージョン 2.2 以降で利用できる。"
 
 #. type: Plain text
-#: build/C/man3/pthread_getcpuclockid.3:78
+#: build/C/man3/pthread_getcpuclockid.3:70
+msgid "The B<pthread_getcpuclockid>()  function is thread-safe."
+msgstr "B<pthread_getcpuclockid>() 関数はスレッドセーフである。"
+
+#. type: Plain text
+#: build/C/man3/pthread_getcpuclockid.3:83
 msgid ""
 "When I<thread> refers to the calling thread, this function returns an "
 "identifier that refers to the same clock manipulated by B<clock_gettime>(2)  "
@@ -6410,7 +6528,7 @@ msgstr ""
 "を参照する ID が返される。"
 
 #. type: Plain text
-#: build/C/man3/pthread_getcpuclockid.3:84
+#: build/C/man3/pthread_getcpuclockid.3:89
 msgid ""
 "The program below creates a thread and then uses B<clock_gettime>(2)  to "
 "retrieve the total process CPU time, and the per-thread CPU time consumed by "
@@ -6423,7 +6541,7 @@ msgstr ""
 "下記のシェルのセッションは実行例である。"
 
 #. type: Plain text
-#: build/C/man3/pthread_getcpuclockid.3:94
+#: build/C/man3/pthread_getcpuclockid.3:99
 #, no-wrap
 msgid ""
 "$ B<./a.out>\n"
@@ -6443,13 +6561,13 @@ msgstr ""
 "Subthread CPU time:        0.992\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_getcpuclockid.3:100
+#: build/C/man3/pthread_getcpuclockid.3:105
 #, no-wrap
 msgid "/* Link with \"-lrt\" */\n"
 msgstr "/* \"-lrt\" でリンクする */\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_getcpuclockid.3:108
+#: build/C/man3/pthread_getcpuclockid.3:113
 #, no-wrap
 msgid ""
 "#include E<lt>time.hE<gt>\n"
@@ -6469,7 +6587,7 @@ msgstr ""
 "#include E<lt>errno.hE<gt>\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_getcpuclockid.3:122
+#: build/C/man3/pthread_getcpuclockid.3:127
 #, no-wrap
 msgid ""
 "static void *\n"
@@ -6489,7 +6607,7 @@ msgstr ""
 "}\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_getcpuclockid.3:127
+#: build/C/man3/pthread_getcpuclockid.3:132
 #, no-wrap
 msgid ""
 "static void\n"
@@ -6503,7 +6621,7 @@ msgstr ""
 "    struct timespec ts;\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_getcpuclockid.3:133
+#: build/C/man3/pthread_getcpuclockid.3:138
 #, no-wrap
 msgid ""
 "    printf(\"%s\", msg);\n"
@@ -6519,7 +6637,7 @@ msgstr ""
 "}\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_getcpuclockid.3:140
+#: build/C/man3/pthread_getcpuclockid.3:145
 #, no-wrap
 msgid ""
 "int\n"
@@ -6537,7 +6655,7 @@ msgstr ""
 "    int j, s;\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_getcpuclockid.3:144
+#: build/C/man3/pthread_getcpuclockid.3:149
 #, no-wrap
 msgid ""
 "    s = pthread_create(&thread, NULL, thread_start, NULL);\n"
@@ -6549,7 +6667,7 @@ msgstr ""
 "        handle_error_en(s, \"pthread_create\");\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_getcpuclockid.3:147
+#: build/C/man3/pthread_getcpuclockid.3:152
 #, no-wrap
 msgid ""
 "    printf(\"Main thread sleeping\\en\");\n"
@@ -6559,7 +6677,7 @@ msgstr ""
 "    sleep(1);\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_getcpuclockid.3:151
+#: build/C/man3/pthread_getcpuclockid.3:156
 #, no-wrap
 msgid ""
 "    printf(\"Main thread consuming some CPU time...\\en\");\n"
@@ -6571,13 +6689,13 @@ msgstr ""
 "        getppid();\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_getcpuclockid.3:153
+#: build/C/man3/pthread_getcpuclockid.3:158
 #, no-wrap
 msgid "    pclock(\"Process total CPU time: \", CLOCK_PROCESS_CPUTIME_ID);\n"
 msgstr "    pclock(\"Process total CPU time: \", CLOCK_PROCESS_CPUTIME_ID);\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_getcpuclockid.3:158
+#: build/C/man3/pthread_getcpuclockid.3:163
 #, no-wrap
 msgid ""
 "    s = pthread_getcpuclockid(pthread_self(), &cid);\n"
@@ -6591,7 +6709,7 @@ msgstr ""
 "    pclock(\"Main thread CPU time:   \", cid);\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_getcpuclockid.3:161
+#: build/C/man3/pthread_getcpuclockid.3:166
 #, no-wrap
 msgid ""
 "    /* The preceding 4 lines of code could have been replaced by:\n"
@@ -6601,7 +6719,7 @@ msgstr ""
 "       pclock(\"Main thread CPU time:   \", CLOCK_THREAD_CPUTIME_ID); */\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_getcpuclockid.3:166
+#: build/C/man3/pthread_getcpuclockid.3:171
 #, no-wrap
 msgid ""
 "    s = pthread_getcpuclockid(thread, &cid);\n"
@@ -6615,7 +6733,7 @@ msgstr ""
 "    pclock(\"Subthread CPU time: 1    \", cid);\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_getcpuclockid.3:169
+#: build/C/man3/pthread_getcpuclockid.3:174
 #, no-wrap
 msgid ""
 "    exit(EXIT_SUCCESS);         /* Terminates both threads */\n"
@@ -6625,7 +6743,7 @@ msgstr ""
 "}\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_getcpuclockid.3:178
+#: build/C/man3/pthread_getcpuclockid.3:183
 msgid ""
 "B<clock_gettime>(2), B<clock_settime>(2), B<timer_create>(2), "
 "B<clock_getcpuclockid>(3), B<pthread_self>(3), B<pthreads>(7), B<time>(7)"
@@ -6654,8 +6772,9 @@ msgstr "B<int pthread_join(pthread_t >I<thread>B<, void **>I<retval>B<);>\n"
 #: build/C/man3/pthread_join.3:49
 msgid ""
 "The B<pthread_join>()  function waits for the thread specified by I<thread> "
-"to terminate.  If that thread has already terminated, then B<pthread_join>"
-"()  returns immediately.  The thread specified by I<thread> must be joinable."
+"to terminate.  If that thread has already terminated, then "
+"B<pthread_join>()  returns immediately.  The thread specified by I<thread> "
+"must be joinable."
 msgstr ""
 "B<pthread_join>() 関数は、I<thread> で指定されたスレッドが\n"
 "終了するのを待つ。そのスレッドがすでに終了している場合、\n"
@@ -6789,10 +6908,13 @@ msgid "PTHREAD_KILL"
 msgstr "PTHREAD_KILL"
 
 #. type: TH
-#: build/C/man3/pthread_kill.3:26 build/C/man3/pthread_sigmask.3:26
+#: build/C/man3/pthread_kill.3:26
+#: build/C/man3/pthread_kill_other_threads_np.3:26
+#: build/C/man3/pthread_self.3:26 build/C/man3/pthread_setcancelstate.3:26
+#: build/C/man3/pthread_yield.3:25
 #, no-wrap
-msgid "2014-02-04"
-msgstr "2014-02-04"
+msgid "2014-05-13"
+msgstr "2014-05-13"
 
 #. type: Plain text
 #: build/C/man3/pthread_kill.3:29
@@ -6856,12 +6978,17 @@ msgid "An invalid signal was specified."
 msgstr "無効なシグナルが指定された。"
 
 #. type: Plain text
-#: build/C/man3/pthread_kill.3:74
+#: build/C/man3/pthread_kill.3:77
+msgid "The B<pthread_kill>()  function is thread-safe."
+msgstr "B<pthread_kill>() 関数はスレッドセーフである。"
+
+#. type: Plain text
+#: build/C/man3/pthread_kill.3:79
 msgid "POSIX.1-2008."
 msgstr "POSIX.1-2008."
 
 #. type: Plain text
-#: build/C/man3/pthread_kill.3:81
+#: build/C/man3/pthread_kill.3:86
 msgid ""
 "Signal dispositions are process-wide: if a signal handler is installed, the "
 "handler will be invoked in the thread I<thread>, but if the disposition of "
@@ -6875,7 +7002,7 @@ msgstr ""
 "シグナルに対するアクションはプロセス全体に影響がある。"
 
 #. type: Plain text
-#: build/C/man3/pthread_kill.3:94
+#: build/C/man3/pthread_kill.3:99
 msgid ""
 "POSIX.1-2008 recommends that if an implementation detects the use of a "
 "thread ID after the end of its lifetime, B<pthread_kill>()  should return "
@@ -6884,10 +7011,16 @@ msgid ""
 "says that an attempt to use a thread ID whose lifetime has ended produces "
 "undefined behavior, and an attempt to use an invalid thread ID in a call to "
 "B<pthread_kill>()  can, for example, cause a segmentation fault."
-msgstr "POSIX.1-2008 では、 スレッドが終了した後にそのスレッド ID が使用されたことを検出した場合に、 B<pthread_kill>() はエラー B<ESRCH> を返すことを推奨されている。 glibc の実装では、無効なスレッド ID を検出できる場合にはこのエラーを返す。 しかし、 POSIX では、 終了したスレッド ID を使おうとした場合の動作は不定であり、 B<pthread_kill>() で無効なスレッド ID を使おうとした場合には、 例えば、 セグメンテーションフォールトになる可能性もある点に注意すること。"
+msgstr ""
+"POSIX.1-2008 では、 スレッドが終了した後にそのスレッド ID が使用されたことを"
+"検出した場合に、 B<pthread_kill>() はエラー B<ESRCH> を返すことを推奨されてい"
+"る。 glibc の実装では、無効なスレッド ID を検出できる場合にはこのエラーを返"
+"す。 しかし、 POSIX では、 終了したスレッド ID を使おうとした場合の動作は不定"
+"であり、 B<pthread_kill>() で無効なスレッド ID を使おうとした場合には、 例え"
+"ば、 セグメンテーションフォールトになる可能性もある点に注意すること。"
 
 #. type: Plain text
-#: build/C/man3/pthread_kill.3:103
+#: build/C/man3/pthread_kill.3:108
 msgid ""
 "B<kill>(2), B<sigaction>(2), B<sigpending>(2), B<pthread_self>(3), "
 "B<pthread_sigmask>(3), B<raise>(3), B<pthreads>(7), B<signal>(7)"
@@ -6901,12 +7034,6 @@ msgstr ""
 msgid "PTHREAD_KILL_OTHER_THREADS_NP"
 msgstr "PTHREAD_KILL_OTHER_THREADS_NP"
 
-#. type: TH
-#: build/C/man3/pthread_kill_other_threads_np.3:26
-#, no-wrap
-msgid "2010-09-09"
-msgstr "2010-09-09"
-
 #. type: Plain text
 #: build/C/man3/pthread_kill_other_threads_np.3:29
 msgid "pthread_kill_other_threads_np - terminate all other threads in process"
@@ -6938,7 +7065,12 @@ msgstr ""
 "無視され、それらのスレッドのクリーンアップハンドラは呼び出されない。"
 
 #. type: Plain text
-#: build/C/man3/pthread_kill_other_threads_np.3:59
+#: build/C/man3/pthread_kill_other_threads_np.3:52
+msgid "The B<pthread_kill_other_threads_np>()  function is thread-safe."
+msgstr "B<pthread_kill_other_threads_np>() 関数はスレッドセーフである。"
+
+#. type: Plain text
+#: build/C/man3/pthread_kill_other_threads_np.3:64
 msgid ""
 "B<pthread_kill_other_threads_np>()  is intended to be called just before a "
 "thread calls B<execve>(2)  or a similar function.  This function is designed "
@@ -6954,7 +7086,7 @@ msgstr ""
 "終了されないという制限を解決するために設計された。"
 
 #. type: Plain text
-#: build/C/man3/pthread_kill_other_threads_np.3:66
+#: build/C/man3/pthread_kill_other_threads_np.3:71
 msgid ""
 "In the NPTL threading implementation, B<pthread_kill_other_threads_np>()  "
 "exists, but does nothing.  (Nothing needs to be done, because the "
@@ -6965,7 +7097,7 @@ msgstr ""
 "何もする必要がないということだ)。"
 
 #. type: Plain text
-#: build/C/man3/pthread_kill_other_threads_np.3:72
+#: build/C/man3/pthread_kill_other_threads_np.3:77
 msgid ""
 "B<execve>(2), B<pthread_cancel>(3), B<pthread_setcancelstate>(3), "
 "B<pthread_setcanceltype>(3), B<pthreads>(7)"
@@ -6994,8 +7126,8 @@ msgstr "B<pthread_t pthread_self(void);>\n"
 #: build/C/man3/pthread_self.3:46
 msgid ""
 "The B<pthread_self>()  function returns the ID of the calling thread.  This "
-"is the same value that is returned in I<*thread> in the B<pthread_create>"
-"(3)  call that created this thread."
+"is the same value that is returned in I<*thread> in the "
+"B<pthread_create>(3)  call that created this thread."
 msgstr ""
 "B<pthread_self>() 関数は、呼び出したスレッドの ID を返す。\n"
 "得られる ID は、このスレッドが作成された B<pthread_create>(3) の\n"
@@ -7007,7 +7139,12 @@ msgid "This function always succeeds, returning the calling thread's ID."
 msgstr "この関数は常に成功し、呼び出したスレッドの ID を返す。"
 
 #. type: Plain text
-#: build/C/man3/pthread_self.3:63
+#: build/C/man3/pthread_self.3:55
+msgid "The B<pthread_self>()  function is thread-safe."
+msgstr "B<pthread_self>() 関数はスレッドセーフである。"
+
+#. type: Plain text
+#: build/C/man3/pthread_self.3:68
 msgid ""
 "POSIX.1 allows an implementation wide freedom in choosing the type used to "
 "represent a thread ID; for example, representation using either an "
@@ -7023,7 +7160,7 @@ msgstr ""
 "代わりに B<pthread_equal>(3) を使うこと。"
 
 #. type: Plain text
-#: build/C/man3/pthread_self.3:67
+#: build/C/man3/pthread_self.3:72
 msgid ""
 "Thread identifiers should be considered opaque: any attempt to use a thread "
 "ID other than in pthreads calls is nonportable and can lead to unspecified "
@@ -7034,7 +7171,7 @@ msgstr ""
 "移植性がなくなり、どのような結果が得られるかも分からない。"
 
 #. type: Plain text
-#: build/C/man3/pthread_self.3:71
+#: build/C/man3/pthread_self.3:76
 msgid ""
 "Thread IDs are guaranteed to be unique only within a process.  A thread ID "
 "may be reused after a terminated thread has been joined, or a detached "
@@ -7046,7 +7183,7 @@ msgstr ""
 "そのスレッド ID は再利用されることがある。"
 
 #. type: Plain text
-#: build/C/man3/pthread_self.3:76
+#: build/C/man3/pthread_self.3:81
 msgid ""
 "The thread ID returned by B<pthread_self>()  is not the same thing as the "
 "kernel thread ID returned by a call to B<gettid>(2)."
@@ -7055,7 +7192,7 @@ msgstr ""
 "B<gettid>(2) が返すカーネルスレッド ID とは違うものである。"
 
 #. type: Plain text
-#: build/C/man3/pthread_self.3:80
+#: build/C/man3/pthread_self.3:85
 msgid "B<pthread_create>(3), B<pthread_equal>(3), B<pthreads>(7)"
 msgstr "B<pthread_create>(3), B<pthread_equal>(3), B<pthreads>(7)"
 
@@ -7114,9 +7251,9 @@ msgstr ""
 #: build/C/man3/pthread_setaffinity_np.3:77
 msgid ""
 "The argument I<cpusetsize> is the length (in bytes) of the buffer pointed to "
-"by I<cpuset>.  Typically, this argument would be specified as I<sizeof"
-"(cpu_set_t)>.  (It may be some other value, if using the macros described in "
-"B<CPU_SET>(3)  for dynamically allocating a CPU set.)"
+"by I<cpuset>.  Typically, this argument would be specified as "
+"I<sizeof(cpu_set_t)>.  (It may be some other value, if using the macros "
+"described in B<CPU_SET>(3)  for dynamically allocating a CPU set.)"
 msgstr ""
 "引き数 I<cpusetsize> は I<cpuset> が指すバッファの長さ (バイト単位) で\n"
 "ある。通常は、この引き数には I<sizeof(cpu_set_t)> を指定する\n"
@@ -7178,7 +7315,14 @@ msgstr ""
 "affinity マスクの大きさよりも小さい。"
 
 #. type: Plain text
-#: build/C/man3/pthread_setaffinity_np.3:137
+#: build/C/man3/pthread_setaffinity_np.3:128
+msgid ""
+"The B<pthread_setaffinity_np>()  and B<pthread_getaffinity_np>()  functions "
+"are thread-safe."
+msgstr "関数 B<pthread_setaffinity_np>() と B<pthread_getaffinity_np>() はスレッドセーフである。"
+
+#. type: Plain text
+#: build/C/man3/pthread_setaffinity_np.3:144
 msgid ""
 "After a call to B<pthread_setaffinity_np>(), the set of CPUs on which the "
 "thread will actually run is the intersection of the set specified in the "
@@ -7198,7 +7342,7 @@ msgstr ""
 "これらの制限は、カーネルにより黙って適用される。"
 
 #. type: Plain text
-#: build/C/man3/pthread_setaffinity_np.3:143
+#: build/C/man3/pthread_setaffinity_np.3:150
 msgid ""
 "These functions are implemented on top of the B<sched_setaffinity>(2)  and "
 "B<sched_getaffinity>(2)  system calls."
@@ -7207,7 +7351,7 @@ msgstr ""
 "B<sched_getaffinity>(2) を使って実装されている。"
 
 #. type: Plain text
-#: build/C/man3/pthread_setaffinity_np.3:154
+#: build/C/man3/pthread_setaffinity_np.3:161
 msgid ""
 "A new thread created by B<pthread_create>(3)  inherits a copy of its "
 "creator's CPU affinity mask."
@@ -7216,7 +7360,7 @@ msgstr ""
 "作成者の CPU affinity マスクを継承する。"
 
 #. type: Plain text
-#: build/C/man3/pthread_setaffinity_np.3:162
+#: build/C/man3/pthread_setaffinity_np.3:169
 msgid ""
 "In the following program, the main thread uses B<pthread_setaffinity_np>()  "
 "to set its CPU affinity mask to include CPUs 0 to 7 (which may not all be "
@@ -7231,7 +7375,7 @@ msgstr ""
 "スレッドに実際に設定された CPU affinity マスクを確認している。"
 
 #. type: Plain text
-#: build/C/man3/pthread_setaffinity_np.3:169
+#: build/C/man3/pthread_setaffinity_np.3:176
 #, no-wrap
 msgid ""
 "#define _GNU_SOURCE\n"
@@ -7247,7 +7391,7 @@ msgstr ""
 "#include E<lt>errno.hE<gt>\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setaffinity_np.3:179
+#: build/C/man3/pthread_setaffinity_np.3:186
 #, no-wrap
 msgid ""
 "int\n"
@@ -7265,19 +7409,19 @@ msgstr ""
 "    pthread_t thread;\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setaffinity_np.3:181
+#: build/C/man3/pthread_setaffinity_np.3:188
 #, no-wrap
 msgid "    thread = pthread_self();\n"
 msgstr "    thread = pthread_self();\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setaffinity_np.3:183
+#: build/C/man3/pthread_setaffinity_np.3:190
 #, no-wrap
 msgid "    /* Set affinity mask to include CPUs 0 to 7 */\n"
 msgstr "    /* Set affinity mask to include CPUs 0 to 7 */\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setaffinity_np.3:187
+#: build/C/man3/pthread_setaffinity_np.3:194
 #, no-wrap
 msgid ""
 "    CPU_ZERO(&cpuset);\n"
@@ -7289,7 +7433,7 @@ msgstr ""
 "        CPU_SET(j, &cpuset);\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setaffinity_np.3:191
+#: build/C/man3/pthread_setaffinity_np.3:198
 #, no-wrap
 msgid ""
 "    s = pthread_setaffinity_np(thread, sizeof(cpu_set_t), &cpuset);\n"
@@ -7301,13 +7445,13 @@ msgstr ""
 "        handle_error_en(s, \"pthread_setaffinity_np\");\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setaffinity_np.3:193
+#: build/C/man3/pthread_setaffinity_np.3:200
 #, no-wrap
 msgid "    /* Check the actual affinity mask assigned to the thread */\n"
 msgstr "    /* Check the actual affinity mask assigned to the thread */\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setaffinity_np.3:197
+#: build/C/man3/pthread_setaffinity_np.3:204
 #, no-wrap
 msgid ""
 "    s = pthread_getaffinity_np(thread, sizeof(cpu_set_t), &cpuset);\n"
@@ -7319,7 +7463,7 @@ msgstr ""
 "        handle_error_en(s, \"pthread_getaffinity_np\");\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setaffinity_np.3:202
+#: build/C/man3/pthread_setaffinity_np.3:209
 #, no-wrap
 msgid ""
 "    printf(\"Set returned by pthread_getaffinity_np() contained:\\en\");\n"
@@ -7333,8 +7477,8 @@ msgstr ""
 "            printf(\"    CPU %d\\en\", j);\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setaffinity_np.3:205
-#: build/C/man3/pthread_setschedparam.3:430
+#: build/C/man3/pthread_setaffinity_np.3:212
+#: build/C/man3/pthread_setschedparam.3:437
 #, no-wrap
 msgid ""
 "    exit(EXIT_SUCCESS);\n"
@@ -7344,15 +7488,15 @@ msgstr ""
 "}\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setaffinity_np.3:214
+#: build/C/man3/pthread_setaffinity_np.3:221
 msgid ""
-"B<sched_setaffinity>(2), B<sched_setscheduler>(2), "
-"B<pthread_attr_setaffinity_np>(3), B<pthread_self>(3), B<sched_getcpu>(3), "
-"B<cpuset>(7), B<pthreads>(7)"
+"B<sched_setaffinity>(2), B<pthread_attr_setaffinity_np>(3), "
+"B<pthread_self>(3), B<sched_getcpu>(3), B<cpuset>(7), B<pthreads>(7), "
+"B<sched>(7)"
 msgstr ""
-"B<sched_setaffinity>(2), B<sched_setscheduler>(2), "
-"B<pthread_attr_setaffinity_np>(3), B<pthread_self>(3), B<sched_getcpu>(3), "
-"B<cpuset>(7), B<pthreads>(7)"
+"B<sched_setaffinity>(2), B<pthread_attr_setaffinity_np>(3), "
+"B<pthread_self>(3), B<sched_getcpu>(3), B<cpuset>(7), B<pthreads>(7), "
+"B<sched>(7)"
 
 #. type: TH
 #: build/C/man3/pthread_setcancelstate.3:26
@@ -7508,16 +7652,25 @@ msgid "Invalid value for I<type>."
 msgstr "I<type> に無効な値が指定された。"
 
 #. type: Plain text
-#: build/C/man3/pthread_setcancelstate.3:118
+#: build/C/man3/pthread_setcancelstate.3:120
+msgid ""
+"The B<pthread_setcancelstate>()  and B<pthread_setcanceltype>()  functions "
+"are thread-safe."
+msgstr ""
+"関数 B<pthread_setcancelstate>() と B<pthread_setcanceltype>() はスレッドセー"
+"フである。"
+
+#. type: Plain text
+#: build/C/man3/pthread_setcancelstate.3:125
 msgid ""
-"For details of what happens when a thread is canceled, see B<pthread_cancel>"
-"(3)."
+"For details of what happens when a thread is canceled, see "
+"B<pthread_cancel>(3)."
 msgstr ""
 "スレッドが取り消された場合に何が起こるかの詳細については\n"
 "B<pthread_cancel>(3) を参照。"
 
 #. type: Plain text
-#: build/C/man3/pthread_setcancelstate.3:125
+#: build/C/man3/pthread_setcancelstate.3:132
 msgid ""
 "Briefly disabling cancelability is useful if a thread performs some critical "
 "action that must not be interrupted by a cancellation request.  Beware of "
@@ -7532,8 +7685,14 @@ msgstr ""
 "注意すること。なぜなら、無効にしてしまうと、キャンセル要求に対して\n"
 "スレッドが応答しない状態になってしまうからである。"
 
+#. type: SS
+#: build/C/man3/pthread_setcancelstate.3:132
+#, no-wrap
+msgid "Asynchronous cancelability"
+msgstr "非同期キャンセル"
+
 #. type: Plain text
-#: build/C/man3/pthread_setcancelstate.3:156
+#: build/C/man3/pthread_setcancelstate.3:151
 msgid ""
 "Setting the cancelability type to B<PTHREAD_CANCEL_ASYNCHRONOUS> is rarely "
 "useful.  Since the thread could be canceled at I<any> time, it cannot safely "
@@ -7545,38 +7704,53 @@ msgid ""
 "were released? Furthermore, some internal data structures (e.g., the linked "
 "list of free blocks managed by the B<malloc>(3)  family of functions) may be "
 "left in an inconsistent state if cancellation occurs in the middle of the "
-"function call.  Consequently, clean-up handlers cease to be useful.  "
+"function call.  Consequently, clean-up handlers cease to be useful."
+msgstr ""
+"cancelability type を B<PTHREAD_CANCEL_ASYNCHRONOUS> に設定して役に立つことは"
+"めったにない。スレッドはI<いつでも>キャンセルすることができることになるので、"
+"スレッドが安全にリソースの確保 (例えば B<malloc>(3) でメモリを割り当てる) や "
+"mutex、セマフォ、ロックなどの獲得を行うことができない。アプリケーションは、ス"
+"レッドがキャンセルされる際に、これらのリソースがどのような状態にあるかを知る"
+"術はないので、リソースの確保が安全ではなくなる。つまり、キャンセルが起こった"
+"のが、リソースの確保前なのか、確保中なのか、確保後なのかが分からない。さら"
+"に、関数呼び出しの最中にキャンセルが発生すると、いくつかの内部データ構造 (例"
+"えば、B<malloc>(3) 関連の関数が管理している未使用ブロックのリンクリスト) が一"
+"貫性のない状態のままになってしまう可能性がある。その結果、クリーンアップハン"
+"ドラが役に立たないものになってしまう。"
+
+#. type: Plain text
+#: build/C/man3/pthread_setcancelstate.3:162
+msgid ""
 "Functions that can be safely asynchronously canceled are called I<async-"
-"cancel-safe functions>.  POSIX.1-2001 requires only that B<pthread_cancel>"
-"(3), B<pthread_setcancelstate>(), and B<pthread_setcanceltype>()  be async-"
-"cancel-safe.  In general, other library functions can't be safely called "
-"from an asynchronously cancelable thread.  One of the few circumstances in "
-"which asynchronous cancelability is useful is for cancellation of a thread "
-"that is in a pure compute-bound loop."
-msgstr ""
-"cancelability type を B<PTHREAD_CANCEL_ASYNCHRONOUS> に設定して役に立つ\n"
-"ことはめったにない。スレッドはI<いつでも>キャンセルすることができること\n"
-"になるので、スレッドが安全にリソースの確保 (例えば B<malloc>(3) で\n"
-"メモリを割り当てる) や mutex、セマフォ、ロックなどの獲得を行うことがで\n"
-"きない。アプリケーションは、スレッドがキャンセルされる際に、これらのリ\n"
-"ソースがどのような状態にあるかを知る術はないので、リソースの確保が安全\n"
-"ではなくなる。つまり、キャンセルが起こったのが、リソースの確保前なのか、\n"
-"確保中なのか、確保後なのかが分からない。さらに、関数呼び出しの最中に\n"
-"キャンセルが発生すると、いくつかの内部データ構造 (例えば、B<malloc>(3)\n"
-"関連の関数が管理している未使用ブロックのリンクリスト) が一貫性のない\n"
-"状態のままになってしまう可能性がある。その結果、クリーンアップハンドラ\n"
-"が役に立たないものになってしまう。\n"
-"非同期で安全にキャンセルできる関数は I<async-cancel-safe functions> と\n"
-"呼ばれる。 POSIX.1-2001 で、非同期で安全にキャンセルできるように求めら\n"
-"れている関数は B<pthread_cancel>(3), B<pthread_setcancelstate>(),\n"
-"B<pthread_setcanceltype>() だけである。一般的には、それ以外のライブラリ\n"
-"関数は、非同期にキャンセルできるスレッドから安全に呼び出すことはできな\n"
-"い。非同期でのキャンセルが有効な数少ない状況としては、純粋に計算だけを\n"
-"行うループに入っているスレッドをキャンセルするといった場面がある。"
+"cancel-safe functions>.  POSIX.1-2001 requires only that "
+"B<pthread_cancel>(3), B<pthread_setcancelstate>(), and "
+"B<pthread_setcanceltype>()  be async-cancel-safe.  In general, other library "
+"functions can't be safely called from an asynchronously cancelable thread."
+msgstr ""
+"非同期で安全にキャンセルできる関数は I<async-cancel-safe functions> と呼ばれ"
+"る。 POSIX.1-2001 で、非同期で安全にキャンセルできるように求められている関数"
+"は B<pthread_cancel>(3), B<pthread_setcancelstate>(), "
+"B<pthread_setcanceltype>() だけである。 一般的には、それ以外のライブラリ関数"
+"は、非同期にキャンセルできるスレッドから安全に呼び出すことはできない。"
+
+#. type: Plain text
+#: build/C/man3/pthread_setcancelstate.3:165
+msgid ""
+"One of the few circumstances in which asynchronous cancelability is useful "
+"is for cancellation of a thread that is in a pure compute-bound loop."
+msgstr ""
+"非同期でのキャンセルが有効な数少ない状況としては、純粋に計算だけを行うループ"
+"に入っているスレッドをキャンセルするといった場面がある。"
+
+#. type: SS
+#: build/C/man3/pthread_setcancelstate.3:165
+#, no-wrap
+msgid "Portability notes"
+msgstr "移植性に関する注意"
 
 #.  It looks like at least Solaris, FreeBSD and Tru64 support this.
 #. type: Plain text
-#: build/C/man3/pthread_setcancelstate.3:174
+#: build/C/man3/pthread_setcancelstate.3:183
 msgid ""
 "The Linux threading implementations permit the I<oldstate> argument of "
 "B<pthread_setcancelstate>()  to be NULL, in which case the information about "
@@ -7597,12 +7771,12 @@ msgstr ""
 "全く同じことが言える。"
 
 #. type: Plain text
-#: build/C/man3/pthread_setcancelstate.3:177
+#: build/C/man3/pthread_setcancelstate.3:186
 msgid "See B<pthread_cancel>(3)."
 msgstr "B<pthread_cancel>(3) を参照。"
 
 #. type: Plain text
-#: build/C/man3/pthread_setcancelstate.3:182
+#: build/C/man3/pthread_setcancelstate.3:191
 msgid ""
 "B<pthread_cancel>(3), B<pthread_cleanup_push>(3), B<pthread_testcancel>(3), "
 "B<pthreads>(7)"
@@ -7616,12 +7790,6 @@ msgstr ""
 msgid "PTHREAD_SETCONCURRENCY"
 msgstr "PTHREAD_SETCONCURRENCY"
 
-#. type: TH
-#: build/C/man3/pthread_setconcurrency.3:25
-#, no-wrap
-msgid "2009-04-10"
-msgstr "2009-04-10"
-
 #. type: Plain text
 #: build/C/man3/pthread_setconcurrency.3:29
 msgid ""
@@ -7722,12 +7890,19 @@ msgid "These functions are available in glibc since version 2.1."
 msgstr "これらの関数は glibc バージョン 2.1 以降で利用できる。"
 
 #. type: Plain text
-#: build/C/man3/pthread_setconcurrency.3:87
+#: build/C/man3/pthread_setconcurrency.3:90
+msgid ""
+"The B<pthread_setconcurrency>()  and B<pthread_getconcurrency>()  functions "
+"are thread-safe."
+msgstr "関数 B<pthread_setconcurrency>() と B<pthread_getconcurrency>() はスレッドセーフである。"
+
+#. type: Plain text
+#: build/C/man3/pthread_setconcurrency.3:94
 msgid "The default concurrency level is 0."
 msgstr "デフォルトの concurrency level は 0 である。"
 
 #. type: Plain text
-#: build/C/man3/pthread_setconcurrency.3:94
+#: build/C/man3/pthread_setconcurrency.3:101
 msgid ""
 "Concurrency levels are meaningful only for M:N threading implementations, "
 "where at any moment a subset of a process's set of user-level threads may be "
@@ -7745,7 +7920,7 @@ msgstr ""
 "ムに伝えることができる。"
 
 #. type: Plain text
-#: build/C/man3/pthread_setconcurrency.3:100
+#: build/C/man3/pthread_setconcurrency.3:107
 msgid ""
 "Both LinuxThreads and NPTL are 1:1 threading implementations, so setting the "
 "concurrency level has no meaning.  In other words, on Linux these functions "
@@ -7759,7 +7934,7 @@ msgstr ""
 "プログラムの実行には何の影響も与えないということである。"
 
 #. type: Plain text
-#: build/C/man3/pthread_setconcurrency.3:103
+#: build/C/man3/pthread_setconcurrency.3:110
 msgid "B<pthread_attr_setscope>(3), B<pthreads>(7)"
 msgstr "B<pthread_attr_setscope>(3), B<pthreads>(7)"
 
@@ -7782,13 +7957,13 @@ msgid ""
 "B<#include E<lt>pthread.hE<gt>>\n"
 "B<int pthread_setname_np(pthread_t >I<thread>B<, const char *>I<name>B<);>\n"
 "B<int pthread_getname_np(pthread_t >I<thread>B<,>\n"
-"B<                       const char *>I<name>B<, size_t >I<len>B<);>\n"
+"B<                       char *>I<name>B<, size_t >I<len>B<);>\n"
 msgstr ""
 "B<#define _GNU_SOURCE>             /* feature_test_macros(7) 参照 */\n"
 "B<#include E<lt>pthread.hE<gt>>\n"
 "B<int pthread_setname_np(pthread_t >I<thread>B<, const char *>I<name>B<);>\n"
 "B<int pthread_getname_np(pthread_t >I<thread>B<,>\n"
-"B<                       const char *>I<name>B<, size_t >I<len>B<);>\n"
+"B<                       char *>I<name>B<, size_t >I<len>B<);>\n"
 
 #. type: Plain text
 #: build/C/man3/pthread_setname_np.3:55
@@ -7805,9 +7980,9 @@ msgstr ""
 "名を継承する。 B<pthread_setname_np>() 関数を使うとスレッドに固有の名前を設定"
 "することができる。 スレッド固有の名前はマルチスレッド・アプリケーションのデ"
 "バッグに便利である。 スレッド名は意味のある C 言語の文字列である。 その長さ"
-"は 16 文字に限定されており、 終端のヌルバイト (\\(aq\\e0\\(aq) も 16 文字に"
-"含まれる。 I<thread> 引き数で名前を変更するスレッドを指定する。 I<name> には"
-"しい名前を指定する。"
+"は 16 文字に限定されており、 終端のヌルバイト (\\(aq\\e0\\(aq) も 16 文字に"
+"まれる。 I<thread> 引き数で名前を変更するスレッドを指定する。 I<name> には新"
+"しい名前を指定する。"
 
 #. type: Plain text
 #: build/C/man3/pthread_setname_np.3:72
@@ -8117,15 +8292,15 @@ msgstr ""
 #: build/C/man3/pthread_setschedparam.3:38
 #, no-wrap
 msgid ""
-"B<pthread_setschedparam(pthread_t >I<thread>B<, int >I<policy>B<,>\n"
-"B<                      const struct sched_param *>I<param>B<);>\n"
-"B<pthread_getschedparam(pthread_t >I<thread>B<, int *>I<policy>B<,>\n"
-"B<                      struct sched_param *>I<param>B<);>\n"
+"B<int pthread_setschedparam(pthread_t >I<thread>B<, int >I<policy>B<,>\n"
+"B<                          const struct sched_param *>I<param>B<);>\n"
+"B<int pthread_getschedparam(pthread_t >I<thread>B<, int *>I<policy>B<,>\n"
+"B<                          struct sched_param *>I<param>B<);>\n"
 msgstr ""
-"B<pthread_setschedparam(pthread_t >I<thread>B<, int >I<policy>B<,>\n"
-"B<                      const struct sched_param *>I<param>B<);>\n"
-"B<pthread_getschedparam(pthread_t >I<thread>B<, int *>I<policy>B<,>\n"
-"B<                      struct sched_param *>I<param>B<);>\n"
+"B<int pthread_setschedparam(pthread_t >I<thread>B<, int >I<policy>B<,>\n"
+"B<                          const struct sched_param *>I<param>B<);>\n"
+"B<int pthread_getschedparam(pthread_t >I<thread>B<, int *>I<policy>B<,>\n"
+"B<                          struct sched_param *>I<param>B<);>\n"
 
 #. type: Plain text
 #: build/C/man3/pthread_setschedparam.3:46
@@ -8143,12 +8318,10 @@ msgstr ""
 #: build/C/man3/pthread_setschedparam.3:57
 msgid ""
 "I<policy> specifies the new scheduling policy for I<thread>.  The supported "
-"values for I<policy>, and their semantics, are described in "
-"B<sched_setscheduler>(2)."
+"values for I<policy>, and their semantics, are described in B<sched>(7)."
 msgstr ""
-"I<policy> は I<thread> の新しいスケジューリングポリシーを指定する。\n"
-"I<policy> に指定できる値とその意味は B<sched_setscheduler>(2) で\n"
-"説明されている。"
+"I<policy> は I<thread> の新しいスケジューリングポリシーを指定する。 "
+"I<policy> に指定できる値とその意味は B<sched>(7) で説明されている。"
 
 #. type: Plain text
 #: build/C/man3/pthread_setschedparam.3:63
@@ -8175,8 +8348,8 @@ msgid ""
 "B<pthread_create>(3)  call that affected I<thread>.  The returned priority "
 "does not reflect any temporary priority adjustments as a result of calls to "
 "any priority inheritance or priority ceiling functions (see, for example, "
-"B<pthread_mutexattr_setprioceiling>(3)  and B<pthread_mutexattr_setprotocol>"
-"(3))."
+"B<pthread_mutexattr_setprioceiling>(3)  and "
+"B<pthread_mutexattr_setprotocol>(3))."
 msgstr ""
 "B<pthread_getschedparam>() 関数は、スレッド I<thread> の\n"
 "スケジューリングポリシーとパラメータを、\n"
@@ -8244,19 +8417,27 @@ msgstr ""
 "パラメータに設定しようとした\") も追加で規定されている。"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedparam.3:149
+#: build/C/man3/pthread_setschedparam.3:148
+msgid ""
+"The B<pthread_setschedparam>()  and B<pthread_getschedparam>()  functions "
+"are thread-safe."
+msgstr ""
+"関数 B<pthread_setschedparam>() と B<pthread_getschedparam>() はスレッドセー"
+"フである。"
+
+#. type: Plain text
+#: build/C/man3/pthread_setschedparam.3:156
 msgid ""
 "For a description of the permissions required to, and the effect of, "
 "changing a thread's scheduling policy and priority, and details of the "
-"permitted ranges for priorities in each scheduling policy, see "
-"B<sched_setscheduler>(2)."
+"permitted ranges for priorities in each scheduling policy, see B<sched>(7)."
 msgstr ""
-"スレッドのスケジューリングポリシーや優先度を変更するために必要な許可や\n"
-"変更した場合の影響、および各スケジューリングポリシーで認められる優先度\n"
-"ã\81®ç¯\84å\9b²ã\81®è©³ç´°ã\81«ã\81¤ã\81\84ã\81¦ã\81¯ã\80\81 B<sched_setscheduler>(2) を参照。"
+"スレッドのスケジューリングポリシーや優先度を変更するために必要な許可や変更し"
+"た場合の影響、および各スケジューリングポリシーで認められる優先度の範囲の詳細"
+"ã\81«ã\81¤ã\81\84ã\81¦ã\81¯ã\80\81 B<sched>(7) を参照。"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedparam.3:156
+#: build/C/man3/pthread_setschedparam.3:163
 msgid ""
 "The program below demonstrates the use of B<pthread_setschedparam>()  and "
 "B<pthread_getschedparam>(), as well as the use of a number of other "
@@ -8267,7 +8448,7 @@ msgstr ""
 "他のいろいろな関数の使用例を示すものである。"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedparam.3:172
+#: build/C/man3/pthread_setschedparam.3:179
 msgid ""
 "In the following run, the main thread sets its scheduling policy to "
 "B<SCHED_FIFO> with a priority of 10, and initializes a thread attributes "
@@ -8293,7 +8474,7 @@ msgstr ""
 "作成したスレッドのスケジューリングポリシーと優先度を表示する。"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedparam.3:180
+#: build/C/man3/pthread_setschedparam.3:187
 #, no-wrap
 msgid ""
 "$ B<su>      # Need privilege to set real-time scheduling policies\n"
@@ -8309,7 +8490,7 @@ msgstr ""
 "    policy=SCHED_FIFO, priority=10\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedparam.3:184
+#: build/C/man3/pthread_setschedparam.3:191
 #, no-wrap
 msgid ""
 "Scheduler settings in \\(aqattr\\(aq\n"
@@ -8321,7 +8502,7 @@ msgstr ""
 "    inheritsched is EXPLICIT\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedparam.3:187
+#: build/C/man3/pthread_setschedparam.3:194
 #, no-wrap
 msgid ""
 "Scheduler attributes of new thread\n"
@@ -8331,7 +8512,7 @@ msgstr ""
 "    policy=SCHED_RR, priority=20\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedparam.3:192
+#: build/C/man3/pthread_setschedparam.3:199
 msgid ""
 "In the above output, one can see that the scheduling policy and priority "
 "were taken from the values specified in the thread attributes object."
@@ -8340,7 +8521,7 @@ msgstr ""
 "オブジェクトで指定された値から取られていることが分かる。"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedparam.3:199
+#: build/C/man3/pthread_setschedparam.3:206
 msgid ""
 "The next run is the same as the previous, except that the inherit scheduler "
 "attribute is set to B<PTHREAD_INHERIT_SCHED>, meaning that threads created "
@@ -8356,7 +8537,7 @@ msgstr ""
 "ことを意味する。"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedparam.3:205
+#: build/C/man3/pthread_setschedparam.3:212
 #, no-wrap
 msgid ""
 "# B<./a.out -mf10 -ar20 -i i>\n"
@@ -8368,7 +8549,7 @@ msgstr ""
 "    policy=SCHED_FIFO, priority=10\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedparam.3:209
+#: build/C/man3/pthread_setschedparam.3:216
 #, no-wrap
 msgid ""
 "Scheduler settings in \\(aqattr\\(aq\n"
@@ -8380,7 +8561,7 @@ msgstr ""
 "    inheritsched is INHERIT\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedparam.3:212
+#: build/C/man3/pthread_setschedparam.3:219
 #, no-wrap
 msgid ""
 "Scheduler attributes of new thread\n"
@@ -8390,7 +8571,7 @@ msgstr ""
 "    policy=SCHED_FIFO, priority=10\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedparam.3:218
+#: build/C/man3/pthread_setschedparam.3:225
 msgid ""
 "In the above output, one can see that the scheduling policy and priority "
 "were taken from the creating thread, rather than the thread attributes "
@@ -8401,7 +8582,7 @@ msgstr ""
 "スレッドを作成したスレッドから取れれていることが分かる。"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedparam.3:224
+#: build/C/man3/pthread_setschedparam.3:231
 msgid ""
 "Note that if we had omitted the I<-i\\ i> option, the output would have been "
 "the same, since B<PTHREAD_INHERIT_SCHED> is the default for the inherit "
@@ -8412,13 +8593,13 @@ msgstr ""
 "出力は同じになる。"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedparam.3:228
+#: build/C/man3/pthread_setschedparam.3:235
 #, no-wrap
 msgid "/* pthreads_sched_test.c */\n"
 msgstr "/* pthreads_sched_test.c */\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedparam.3:234
+#: build/C/man3/pthread_setschedparam.3:241
 #, no-wrap
 msgid ""
 "#include E<lt>pthread.hE<gt>\n"
@@ -8434,7 +8615,7 @@ msgstr ""
 "#include E<lt>errno.hE<gt>\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedparam.3:243
+#: build/C/man3/pthread_setschedparam.3:250
 #, no-wrap
 msgid ""
 "static void\n"
@@ -8450,7 +8631,7 @@ msgstr ""
 "        fputs(msg, stderr);\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedparam.3:260
+#: build/C/man3/pthread_setschedparam.3:267
 #, no-wrap
 msgid ""
 "    fprintf(stderr, \"Usage: %s [options]\\en\", prog_name);\n"
@@ -8488,7 +8669,7 @@ msgstr ""
 "}\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedparam.3:271
+#: build/C/man3/pthread_setschedparam.3:278
 #, no-wrap
 msgid ""
 "static int\n"
@@ -8514,7 +8695,7 @@ msgstr ""
 "}\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedparam.3:282
+#: build/C/man3/pthread_setschedparam.3:289
 #, no-wrap
 msgid ""
 "static void\n"
@@ -8540,7 +8721,7 @@ msgstr ""
 "}\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedparam.3:288
+#: build/C/man3/pthread_setschedparam.3:295
 #, no-wrap
 msgid ""
 "static void\n"
@@ -8556,7 +8737,7 @@ msgstr ""
 "    struct sched_param param;\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedparam.3:292
+#: build/C/man3/pthread_setschedparam.3:299
 #, no-wrap
 msgid ""
 "    s = pthread_getschedparam(pthread_self(), &policy, &param);\n"
@@ -8568,7 +8749,7 @@ msgstr ""
 "        handle_error_en(s, \"pthread_getschedparam\");\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedparam.3:296
+#: build/C/man3/pthread_setschedparam.3:303
 #, no-wrap
 msgid ""
 "    printf(\"%s\\en\", msg);\n"
@@ -8580,7 +8761,7 @@ msgstr ""
 "}\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedparam.3:301
+#: build/C/man3/pthread_setschedparam.3:308
 #, no-wrap
 msgid ""
 "static void *\n"
@@ -8594,7 +8775,7 @@ msgstr ""
 "    display_thread_sched_attr(\"Scheduler attributes of new thread\");\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedparam.3:304
+#: build/C/man3/pthread_setschedparam.3:311
 #, no-wrap
 msgid ""
 "    return NULL;\n"
@@ -8604,7 +8785,7 @@ msgstr ""
 "}\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedparam.3:314
+#: build/C/man3/pthread_setschedparam.3:321
 #, no-wrap
 msgid ""
 "int\n"
@@ -8628,13 +8809,13 @@ msgstr ""
 "    struct sched_param param;\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedparam.3:316
+#: build/C/man3/pthread_setschedparam.3:323
 #, no-wrap
 msgid "    /* Process command-line options */\n"
 msgstr "    /* Process command-line options */\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedparam.3:321
+#: build/C/man3/pthread_setschedparam.3:328
 #, no-wrap
 msgid ""
 "    use_null_attrib = 0;\n"
@@ -8648,7 +8829,7 @@ msgstr ""
 "    inheritsched_str = NULL;\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedparam.3:331
+#: build/C/man3/pthread_setschedparam.3:338
 #, no-wrap
 msgid ""
 "    while ((opt = getopt(argc, argv, \"a:Ai:m:\")) != -1) {\n"
@@ -8672,7 +8853,7 @@ msgstr ""
 "    }\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedparam.3:335
+#: build/C/man3/pthread_setschedparam.3:342
 #, no-wrap
 msgid ""
 "    if (use_null_attrib &&\n"
@@ -8684,7 +8865,7 @@ msgstr ""
 "        usage(argv[0], \"Can\\(aqt specify -A with -i or -a\\en\");\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedparam.3:338
+#: build/C/man3/pthread_setschedparam.3:345
 #, no-wrap
 msgid ""
 "    /* Optionally set scheduling attributes of main thread,\n"
@@ -8694,7 +8875,7 @@ msgstr ""
 "       and display the attributes */\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedparam.3:343
+#: build/C/man3/pthread_setschedparam.3:350
 #, no-wrap
 msgid ""
 "    if (main_sched_str != NULL) {\n"
@@ -8708,7 +8889,7 @@ msgstr ""
 "        param.sched_priority = strtol(&main_sched_str[1], NULL, 0);\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedparam.3:348
+#: build/C/man3/pthread_setschedparam.3:355
 #, no-wrap
 msgid ""
 "        s = pthread_setschedparam(pthread_self(), policy, &param);\n"
@@ -8722,7 +8903,7 @@ msgstr ""
 "    }\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedparam.3:351
+#: build/C/man3/pthread_setschedparam.3:358
 #, no-wrap
 msgid ""
 "    display_thread_sched_attr(\"Scheduler settings of main thread\");\n"
@@ -8732,13 +8913,13 @@ msgstr ""
 "    printf(\"\\en\");\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedparam.3:353
+#: build/C/man3/pthread_setschedparam.3:360
 #, no-wrap
 msgid "    /* Initialize thread attributes object according to options */\n"
 msgstr "    /* Initialize thread attributes object according to options */\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedparam.3:362
+#: build/C/man3/pthread_setschedparam.3:369
 #, no-wrap
 msgid ""
 "    if (!use_null_attrib) {\n"
@@ -8756,7 +8937,7 @@ msgstr ""
 "    }\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedparam.3:370
+#: build/C/man3/pthread_setschedparam.3:377
 #, no-wrap
 msgid ""
 "    if (inheritsched_str != NULL) {\n"
@@ -8776,7 +8957,7 @@ msgstr ""
 "            usage(argv[0], \"Value for -i must be \\(aqe\\(aq or \\(aqi\\(aq\\en\");\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedparam.3:375
+#: build/C/man3/pthread_setschedparam.3:382
 #, no-wrap
 msgid ""
 "        s = pthread_attr_setinheritsched(&attr, inheritsched);\n"
@@ -8790,7 +8971,7 @@ msgstr ""
 "    }\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedparam.3:381
+#: build/C/man3/pthread_setschedparam.3:388
 #, no-wrap
 msgid ""
 "    if (attr_sched_str != NULL) {\n"
@@ -8806,7 +8987,7 @@ msgstr ""
 "        param.sched_priority = strtol(&attr_sched_str[1], NULL, 0);\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedparam.3:389
+#: build/C/man3/pthread_setschedparam.3:396
 #, no-wrap
 msgid ""
 "        s = pthread_attr_setschedpolicy(&attr, policy);\n"
@@ -8826,7 +9007,7 @@ msgstr ""
 "    }\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedparam.3:392
+#: build/C/man3/pthread_setschedparam.3:399
 #, no-wrap
 msgid ""
 "    /* If we initialized a thread attributes object, display\n"
@@ -8836,7 +9017,7 @@ msgstr ""
 "       the scheduling attributes that were set in the object */\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedparam.3:400
+#: build/C/man3/pthread_setschedparam.3:407
 #, no-wrap
 msgid ""
 "    if (attrp != NULL) {\n"
@@ -8856,7 +9037,7 @@ msgstr ""
 "            handle_error_en(s, \"pthread_attr_getschedpolicy\");\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedparam.3:403
+#: build/C/man3/pthread_setschedparam.3:410
 #, no-wrap
 msgid ""
 "        printf(\"Scheduler settings in \\(aqattr\\(aq\\en\");\n"
@@ -8866,7 +9047,7 @@ msgstr ""
 "        display_sched_attr(policy, &param);\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedparam.3:411
+#: build/C/man3/pthread_setschedparam.3:418
 #, no-wrap
 msgid ""
 "        s = pthread_attr_getinheritsched(&attr, &inheritsched);\n"
@@ -8886,13 +9067,13 @@ msgstr ""
 "    }\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedparam.3:413
+#: build/C/man3/pthread_setschedparam.3:420
 #, no-wrap
 msgid "    /* Create a thread that will display its scheduling attributes */\n"
 msgstr "    /* Create a thread that will display its scheduling attributes */\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedparam.3:417
+#: build/C/man3/pthread_setschedparam.3:424
 #, no-wrap
 msgid ""
 "    s = pthread_create(&thread, attrp, &thread_start, NULL);\n"
@@ -8904,13 +9085,13 @@ msgstr ""
 "        handle_error_en(s, \"pthread_create\");\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedparam.3:419
+#: build/C/man3/pthread_setschedparam.3:426
 #, no-wrap
 msgid "    /* Destroy unneeded thread attributes object */\n"
 msgstr "    /* Destroy unneeded thread attributes object */\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedparam.3:427
+#: build/C/man3/pthread_setschedparam.3:434
 #, no-wrap
 msgid ""
 "    s = pthread_join(thread, NULL);\n"
@@ -8922,19 +9103,17 @@ msgstr ""
 "        handle_error_en(s, \"pthread_join\");\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedparam.3:445
+#: build/C/man3/pthread_setschedparam.3:452
 msgid ""
-"B<getrlimit>(2), B<sched_get_priority_min>(2), B<sched_setscheduler>(2), "
-"B<pthread_attr_init>(3), B<pthread_attr_setinheritsched>(3), "
-"B<pthread_attr_setschedparam>(3), B<pthread_attr_setschedpolicy>(3), "
-"B<pthread_create>(3), B<pthread_self>(3), B<pthread_setschedprio>(3), "
-"B<pthreads>(7)"
+"B<getrlimit>(2), B<sched_get_priority_min>(2), B<pthread_attr_init>(3), "
+"B<pthread_attr_setinheritsched>(3), B<pthread_attr_setschedparam>(3), "
+"B<pthread_attr_setschedpolicy>(3), B<pthread_create>(3), B<pthread_self>(3), "
+"B<pthread_setschedprio>(3), B<pthreads>(7), B<sched>(7)"
 msgstr ""
-"B<getrlimit>(2), B<sched_get_priority_min>(2), B<sched_setscheduler>(2), "
-"B<pthread_attr_init>(3), B<pthread_attr_setinheritsched>(3), "
-"B<pthread_attr_setschedparam>(3), B<pthread_attr_setschedpolicy>(3), "
-"B<pthread_create>(3), B<pthread_self>(3), B<pthread_setschedprio>(3), "
-"B<pthreads>(7)"
+"B<getrlimit>(2), B<sched_get_priority_min>(2), B<pthread_attr_init>(3), "
+"B<pthread_attr_setinheritsched>(3), B<pthread_attr_setschedparam>(3), "
+"B<pthread_attr_setschedpolicy>(3), B<pthread_create>(3), B<pthread_self>(3), "
+"B<pthread_setschedprio>(3), B<pthreads>(7), B<sched>(7)"
 
 #. type: TH
 #: build/C/man3/pthread_setschedprio.3:26
@@ -8942,12 +9121,6 @@ msgstr ""
 msgid "PTHREAD_SETSCHEDPRIO"
 msgstr "PTHREAD_SETSCHEDPRIO"
 
-#. type: TH
-#: build/C/man3/pthread_setschedprio.3:26
-#, no-wrap
-msgid "2008-11-06"
-msgstr "2008-11-06"
-
 #. type: Plain text
 #: build/C/man3/pthread_setschedprio.3:29
 msgid "pthread_setschedprio - set scheduling priority of a thread"
@@ -8956,8 +9129,8 @@ msgstr "pthread_setschedprio - スレッドのスケジューリング優先度
 #. type: Plain text
 #: build/C/man3/pthread_setschedprio.3:34
 #, no-wrap
-msgid "B<pthread_setschedprio(pthread_t >I<thread>B<, int >I<prio>B<);>\n"
-msgstr "B<pthread_setschedprio(pthread_t >I<thread>B<, int >I<prio>B<);>\n"
+msgid "B<int pthread_setschedprio(pthread_t >I<thread>B<, int >I<prio>B<);>\n"
+msgstr "B<int pthread_setschedprio(pthread_t >I<thread>B<, int >I<prio>B<);>\n"
 
 #.  FIXME . nptl/pthread_setschedprio.c has the following
 #.    /* If the thread should have higher priority because of some
@@ -9019,30 +9192,33 @@ msgid "This function is available in glibc since version 2.3.4."
 msgstr "この関数は glibc バージョン 2.3.4 以降で利用できる。"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedprio.3:91
+#: build/C/man3/pthread_setschedprio.3:88
+msgid "The B<pthread_setschedprio>()  function is thread-safe."
+msgstr "B<pthread_setschedprio>() 関数はスレッドセーフである。"
+
+#. type: Plain text
+#: build/C/man3/pthread_setschedprio.3:96
 msgid ""
 "For a description of the permissions required to, and the effect of, "
 "changing a thread's scheduling priority, and details of the permitted ranges "
-"for priorities in each scheduling policy, see B<sched_setscheduler>(2)."
+"for priorities in each scheduling policy, see B<sched>(7)."
 msgstr ""
-"スレッドのスケジューリング優先度を変更するために必要な許可や\n"
-"変更した場合の影響、および各スケジューリングポリシーで認められる優先度\n"
-"ã\81®ç¯\84å\9b²ã\81®è©³ç´°ã\81«ã\81¤ã\81\84ã\81¦ã\81¯ã\80\81 B<sched_setscheduler>(2) を参照。"
+"スレッドのスケジューリング優先度を変更するために必要な許可や変更した場合の影"
+"響、および各スケジューリングポリシーで認められる優先度の範囲の詳細について"
+"ã\81¯ã\80\81 B<sched>(7) を参照。"
 
 #. type: Plain text
-#: build/C/man3/pthread_setschedprio.3:105
+#: build/C/man3/pthread_setschedprio.3:110
 msgid ""
-"B<getrlimit>(2), B<sched_get_priority_min>(2), B<sched_setscheduler>(2), "
-"B<pthread_attr_init>(3), B<pthread_attr_setinheritsched>(3), "
-"B<pthread_attr_setschedparam>(3), B<pthread_attr_setschedpolicy>(3), "
-"B<pthread_create>(3), B<pthread_self>(3), B<pthread_setschedparam>(3), "
-"B<pthreads>(7)"
+"B<getrlimit>(2), B<sched_get_priority_min>(2), B<pthread_attr_init>(3), "
+"B<pthread_attr_setinheritsched>(3), B<pthread_attr_setschedparam>(3), "
+"B<pthread_attr_setschedpolicy>(3), B<pthread_create>(3), B<pthread_self>(3), "
+"B<pthread_setschedparam>(3), B<pthreads>(7), B<sched>(7)"
 msgstr ""
-"B<getrlimit>(2), B<sched_get_priority_min>(2), B<sched_setscheduler>(2), "
-"B<pthread_attr_init>(3), B<pthread_attr_setinheritsched>(3), "
-"B<pthread_attr_setschedparam>(3), B<pthread_attr_setschedpolicy>(3), "
-"B<pthread_create>(3), B<pthread_self>(3), B<pthread_setschedparam>(3), "
-"B<pthreads>(7)"
+"B<getrlimit>(2), B<sched_get_priority_min>(2), B<pthread_attr_init>(3), "
+"B<pthread_attr_setinheritsched>(3), B<pthread_attr_setschedparam>(3), "
+"B<pthread_attr_setschedpolicy>(3), B<pthread_create>(3), B<pthread_self>(3), "
+"B<pthread_setschedparam>(3), B<pthreads>(7), B<sched>(7)"
 
 #. type: TH
 #: build/C/man3/pthread_sigmask.3:26
@@ -9050,6 +9226,12 @@ msgstr ""
 msgid "PTHREAD_SIGMASK"
 msgstr "PTHREAD_SIGMASK"
 
+#. type: TH
+#: build/C/man3/pthread_sigmask.3:26 build/C/man3/pthread_testcancel.3:26
+#, no-wrap
+msgid "2014-05-19"
+msgstr "2014-05-19"
+
 #. type: Plain text
 #: build/C/man3/pthread_sigmask.3:29
 msgid "pthread_sigmask - examine and change mask of blocked signals"
@@ -9099,14 +9281,19 @@ msgid "See B<sigprocmask>(2)."
 msgstr "B<sigprocmask>(2) を参照。"
 
 #. type: Plain text
-#: build/C/man3/pthread_sigmask.3:73
+#: build/C/man3/pthread_sigmask.3:74
+msgid "The B<pthread_sigmask>()  function is thread-safe."
+msgstr "B<pthread_sigmask>() 関数はスレッドセーフである。"
+
+#. type: Plain text
+#: build/C/man3/pthread_sigmask.3:78
 msgid "A new thread inherits a copy of its creator's signal mask."
 msgstr ""
 "新しいスレッドは、スレッドを作成したスレッドのシグナルマスクのコピーを\n"
 "継承する。"
 
 #. type: Plain text
-#: build/C/man3/pthread_sigmask.3:78
+#: build/C/man3/pthread_sigmask.3:83
 msgid ""
 "The program below blocks some signals in the main thread, and then creates a "
 "dedicated thread to fetch those signals via B<sigwait>(3).  The following "
@@ -9118,7 +9305,7 @@ msgstr ""
 "下記のシェルのセッションはその利用例を示したものである。"
 
 #. type: Plain text
-#: build/C/man3/pthread_sigmask.3:89
+#: build/C/man3/pthread_sigmask.3:94
 #, no-wrap
 msgid ""
 "$B< ./a.out &>\n"
@@ -9140,7 +9327,7 @@ msgstr ""
 "[1]+  Terminated              ./a.out\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_sigmask.3:100
+#: build/C/man3/pthread_sigmask.3:105
 #, no-wrap
 msgid ""
 "#include E<lt>pthread.hE<gt>\n"
@@ -9158,13 +9345,13 @@ msgstr ""
 "#include E<lt>errno.hE<gt>\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_sigmask.3:102
+#: build/C/man3/pthread_sigmask.3:107
 #, no-wrap
 msgid "/* Simple error handling functions */\n"
 msgstr "/* Simple error handling functions */\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_sigmask.3:111
+#: build/C/man3/pthread_sigmask.3:116
 #, no-wrap
 msgid ""
 "static void *\n"
@@ -9180,7 +9367,7 @@ msgstr ""
 "    int s, sig;\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_sigmask.3:119
+#: build/C/man3/pthread_sigmask.3:124
 #, no-wrap
 msgid ""
 "    for (;;) {\n"
@@ -9200,7 +9387,7 @@ msgstr ""
 "}\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_sigmask.3:126
+#: build/C/man3/pthread_sigmask.3:131
 #, no-wrap
 msgid ""
 "int\n"
@@ -9218,7 +9405,7 @@ msgstr ""
 "    int s;\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_sigmask.3:129
+#: build/C/man3/pthread_sigmask.3:134
 #, no-wrap
 msgid ""
 "    /* Block SIGQUIT and SIGUSR1; other threads created by main()\n"
@@ -9228,7 +9415,7 @@ msgstr ""
 "       will inherit a copy of the signal mask. */\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_sigmask.3:136
+#: build/C/man3/pthread_sigmask.3:141
 #, no-wrap
 msgid ""
 "    sigemptyset(&set);\n"
@@ -9246,7 +9433,7 @@ msgstr ""
 "        handle_error_en(s, \"pthread_sigmask\");\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_sigmask.3:140
+#: build/C/man3/pthread_sigmask.3:145
 #, no-wrap
 msgid ""
 "    s = pthread_create(&thread, NULL, &sig_thread, (void *) &set);\n"
@@ -9258,7 +9445,7 @@ msgstr ""
 "        handle_error_en(s, \"pthread_create\");\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_sigmask.3:143
+#: build/C/man3/pthread_sigmask.3:148
 #, no-wrap
 msgid ""
 "    /* Main thread carries on to create other threads and/or do\n"
@@ -9268,7 +9455,7 @@ msgstr ""
 "       other work */\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_sigmask.3:146
+#: build/C/man3/pthread_sigmask.3:151
 #, no-wrap
 msgid ""
 "    pause();            /* Dummy pause so we can test program */\n"
@@ -9278,7 +9465,7 @@ msgstr ""
 "}\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_sigmask.3:156
+#: build/C/man3/pthread_sigmask.3:161
 msgid ""
 "B<sigaction>(2), B<sigpending>(2), B<sigprocmask>(2), B<pthread_create>(3), "
 "B<pthread_kill>(3), B<sigsetops>(3), B<pthreads>(7), B<signal>(7)"
@@ -9292,19 +9479,23 @@ msgstr ""
 msgid "PTHREAD_SIGQUEUE"
 msgstr "PTHREAD_SIGQUEUE"
 
-#. type: TH
-#: build/C/man3/pthread_sigqueue.3:25
-#, no-wrap
-msgid "2012-08-19"
-msgstr "2012-08-19"
-
 #. type: Plain text
 #: build/C/man3/pthread_sigqueue.3:28
 msgid "pthread_sigqueue - queue a signal and data to a thread"
 msgstr "pthread_sigqueue - スレッドに対するシグナルとデータをキューに入れる"
 
 #. type: Plain text
-#: build/C/man3/pthread_sigqueue.3:34
+#: build/C/man3/pthread_sigqueue.3:32
+#, no-wrap
+msgid ""
+"B<#include E<lt>signal.hE<gt>>\n"
+"B<#include E<lt>pthread.hE<gt>>\n"
+msgstr ""
+"B<#include E<lt>signal.hE<gt>>\n"
+"B<#include E<lt>pthread.hE<gt>>\n"
+
+#. type: Plain text
+#: build/C/man3/pthread_sigqueue.3:35
 #, no-wrap
 msgid ""
 "B<int pthread_sigqueue(pthread_t >I<thread>B<, int >I<sig>B<,>\n"
@@ -9314,23 +9505,23 @@ msgstr ""
 "B<                     const union sigval >I<value>B<);>\n"
 
 #. type: Plain text
-#: build/C/man3/pthread_sigqueue.3:45
+#: build/C/man3/pthread_sigqueue.3:46
 msgid "B<pthread_sigqueue>(): _GNU_SOURCE"
 msgstr "B<pthread_sigqueue>(): _GNU_SOURCE"
 
 #. type: Plain text
-#: build/C/man3/pthread_sigqueue.3:53
+#: build/C/man3/pthread_sigqueue.3:54
 msgid ""
-"The B<pthread_sigqueue>()  function performs a similar task to B<sigqueue>"
-"(3), but, rather than sending a signal to a process, it sends a signal to a "
-"thread in the same process as the calling thread."
+"The B<pthread_sigqueue>()  function performs a similar task to "
+"B<sigqueue>(3), but, rather than sending a signal to a process, it sends a "
+"signal to a thread in the same process as the calling thread."
 msgstr ""
 "B<pthread_sigqueue>() 関数は B<sigqueue>(3) と同様の処理を実行するが、\n"
 "プロセスにシグナルを送信するのではなく、呼び出したスレッドと\n"
 "同じプロセス内のスレッドにシグナルを送信する。"
 
 #. type: Plain text
-#: build/C/man3/pthread_sigqueue.3:65
+#: build/C/man3/pthread_sigqueue.3:66
 msgid ""
 "The I<thread> argument is the ID of a thread in the same process as the "
 "caller.  The I<sig> argument specifies the signal to be sent.  The I<value> "
@@ -9343,7 +9534,7 @@ msgstr ""
 "詳細は B<sigqueue>(3) を参照。"
 
 #. type: Plain text
-#: build/C/man3/pthread_sigqueue.3:70
+#: build/C/man3/pthread_sigqueue.3:71
 msgid ""
 "On success, B<pthread_sigqueue>()  returns 0; on error, it returns an error "
 "number."
@@ -9352,50 +9543,55 @@ msgstr ""
 "エラーの場合、エラー番号を返す。"
 
 #. type: Plain text
-#: build/C/man3/pthread_sigqueue.3:77
+#: build/C/man3/pthread_sigqueue.3:78
 msgid ""
-"The limit of signals which may be queued has been reached.  (See B<signal>"
-"(7)  for further information.)"
+"The limit of signals which may be queued has been reached.  (See "
+"B<signal>(7)  for further information.)"
 msgstr ""
 "キューに入れられるシグナル数が上限に達していた\n"
 "(詳しい情報は (B<signal>(7) を参照)。"
 
 #. type: Plain text
-#: build/C/man3/pthread_sigqueue.3:81
+#: build/C/man3/pthread_sigqueue.3:82
 msgid "I<sig> was invalid."
 msgstr "I<sig> が無効であった。"
 
 #. type: TP
-#: build/C/man3/pthread_sigqueue.3:81
+#: build/C/man3/pthread_sigqueue.3:82
 #, no-wrap
 msgid "B<ENOSYS>"
 msgstr "B<ENOSYS>"
 
 #. type: Plain text
-#: build/C/man3/pthread_sigqueue.3:85
+#: build/C/man3/pthread_sigqueue.3:86
 msgid "B<pthread_sigqueue>()  is not supported on this system."
 msgstr "B<pthread_sigqueue>() がこのシステムではサポートされていない。"
 
 #. type: Plain text
-#: build/C/man3/pthread_sigqueue.3:89
+#: build/C/man3/pthread_sigqueue.3:90
 msgid "I<thread> is not valid."
 msgstr "I<thread> が無効である。"
 
 #. type: Plain text
-#: build/C/man3/pthread_sigqueue.3:93
+#: build/C/man3/pthread_sigqueue.3:94
 msgid "The B<pthread_sigqueue>()  function first appeared in glibc 2.11."
 msgstr "B<pthread_sigqueue>() 関数は glibc 2.11 で初めて登場した。"
 
 #. type: Plain text
-#: build/C/man3/pthread_sigqueue.3:95
+#: build/C/man3/pthread_sigqueue.3:99
+msgid "The B<pthread_sigqueue>()  function is thread-safe."
+msgstr "B<pthread_sigqueue>() 関数はスレッドセーフである。"
+
+#. type: Plain text
+#: build/C/man3/pthread_sigqueue.3:101
 msgid "This function is a GNU extension."
 msgstr "この関数は GNU による拡張である。"
 
 #. type: Plain text
-#: build/C/man3/pthread_sigqueue.3:103
+#: build/C/man3/pthread_sigqueue.3:109
 msgid ""
-"B<rt_tgsigqueueinfo>(2), B<sigaction>(2), B<pthread_sigmask>(3), B<sigqueue>"
-"(3), B<sigwait>(3), B<pthreads>(7), B<signal>(7)"
+"B<rt_tgsigqueueinfo>(2), B<sigaction>(2), B<pthread_sigmask>(3), "
+"B<sigqueue>(3), B<sigwait>(3), B<pthreads>(7), B<signal>(7)"
 msgstr ""
 "B<rt_tgsigqueueinfo>(2), B<sigaction>(2), B<pthread_sigmask>(3), \n"
 "B<sigqueue>(3), B<sigwait>(3), B<pthreads>(7), B<signal>(7)"
@@ -9406,12 +9602,6 @@ msgstr ""
 msgid "PTHREAD_TESTCANCEL"
 msgstr "PTHREAD_TESTCANCEL"
 
-#. type: TH
-#: build/C/man3/pthread_testcancel.3:26
-#, no-wrap
-msgid "2012-04-14"
-msgstr "2012-04-14"
-
 #. type: Plain text
 #: build/C/man3/pthread_testcancel.3:29
 msgid ""
@@ -9458,17 +9648,22 @@ msgstr ""
 
 #. type: Plain text
 #: build/C/man3/pthread_testcancel.3:63
+msgid "The B<pthread_testcancel>()  function is thread-safe."
+msgstr "B<pthread_testcancel>() 関数はスレッドセーフである。"
+
+#. type: Plain text
+#: build/C/man3/pthread_testcancel.3:68
 msgid "See B<pthread_cleanup_push>(3)."
 msgstr "B<pthread_cleanup_push>(3) を参照。"
 
 #. type: Plain text
-#: build/C/man3/pthread_testcancel.3:68
+#: build/C/man3/pthread_testcancel.3:73
 msgid ""
-"B<pthread_cancel>(3), B<pthread_cleanup_push>(3), B<pthread_setcancelstate>"
-"(3), B<pthreads>(7)"
+"B<pthread_cancel>(3), B<pthread_cleanup_push>(3), "
+"B<pthread_setcancelstate>(3), B<pthreads>(7)"
 msgstr ""
-"B<pthread_cancel>(3), B<pthread_cleanup_push>(3), B<pthread_setcancelstate>"
-"(3), B<pthreads>(7)"
+"B<pthread_cancel>(3), B<pthread_cleanup_push>(3), "
+"B<pthread_setcancelstate>(3), B<pthreads>(7)"
 
 #. type: TH
 #: build/C/man3/pthread_tryjoin_np.3:26
@@ -9674,12 +9869,6 @@ msgstr ""
 msgid "PTHREAD_YIELD"
 msgstr "PTHREAD_YIELD"
 
-#. type: TH
-#: build/C/man3/pthread_yield.3:25
-#, no-wrap
-msgid "2013-03-05"
-msgstr "2013-03-05"
-
 #. type: Plain text
 #: build/C/man3/pthread_yield.3:28
 msgid "pthread_yield - yield the processor"
@@ -9696,8 +9885,8 @@ msgstr "B<int pthread_yield(void);>\n"
 msgid ""
 "B<pthread_yield>()  causes the calling thread to relinquish the CPU.  The "
 "thread is placed at the end of the run queue for its static priority and "
-"another thread is scheduled to run.  For further details, see B<sched_yield>"
-"(2)"
+"another thread is scheduled to run.  For further details, see "
+"B<sched_yield>(2)"
 msgstr ""
 "B<pthread_yield>() を呼び出すと、呼び出したスレッドは CPU を手放す。\n"
 "スレッドはそのスレッドの静的優先度の実行キューの末尾に回り、\n"
@@ -9723,9 +9912,14 @@ msgstr ""
 "(ただし、移植性や将来も動作することを保証したいアプリケーションでは\n"
 "正のエラーの返り値を処理するようにすべきである)。"
 
+#. type: Plain text
+#: build/C/man3/pthread_yield.3:58
+msgid "The B<pthread_yield>()  function is thread-safe."
+msgstr "B<pthread_yield>() 関数はスレッドセーフである。"
+
 #.  e.g., the BSDs, Tru64, AIX, and Irix.
 #. type: Plain text
-#: build/C/man3/pthread_yield.3:59
+#: build/C/man3/pthread_yield.3:64
 msgid ""
 "This call is nonstandard, but present on several other systems.  Use the "
 "standardized B<sched_yield>(2)  instead."
@@ -9734,15 +9928,15 @@ msgstr ""
 "代わりに、標準化されている B<sched_yield>(2) を使うこと。"
 
 #. type: Plain text
-#: build/C/man3/pthread_yield.3:62
+#: build/C/man3/pthread_yield.3:67
 msgid "On Linux, this function is implemented as a call to B<sched_yield>(2)."
 msgstr ""
 "Linux では、この関数は B<sched_yield>(2) を呼び出す形で実装されている。"
 
 #. type: Plain text
-#: build/C/man3/pthread_yield.3:66
-msgid "B<sched_setscheduler>(2), B<sched_yield>(2), B<pthreads>(7)"
-msgstr "B<sched_setscheduler>(2), B<sched_yield>(2), B<pthreads>(7)"
+#: build/C/man3/pthread_yield.3:71
+msgid "B<sched_yield>(2), B<pthreads>(7), B<sched>(7)"
+msgstr "B<sched_yield>(2), B<pthreads>(7), B<sched>(7)"
 
 #. type: TH
 #: build/C/man7/pthreads.7:26
@@ -9750,12 +9944,6 @@ msgstr "B<sched_setscheduler>(2), B<sched_yield>(2), B<pthreads>(7)"
 msgid "PTHREADS"
 msgstr "PTHREADS"
 
-#. type: TH
-#: build/C/man7/pthreads.7:26
-#, no-wrap
-msgid "2010-11-14"
-msgstr "2010-11-14"
-
 #. type: Plain text
 #: build/C/man7/pthreads.7:29
 msgid "pthreads - POSIX threads"
@@ -9795,20 +9983,20 @@ msgstr ""
 #: build/C/man7/pthreads.7:73 build/C/man7/pthreads.7:76
 #: build/C/man7/pthreads.7:84 build/C/man7/pthreads.7:88
 #: build/C/man7/pthreads.7:91 build/C/man7/pthreads.7:95
-#: build/C/man7/pthreads.7:98 build/C/man7/pthreads.7:105
-#: build/C/man7/pthreads.7:108 build/C/man7/pthreads.7:685
-#: build/C/man7/pthreads.7:692 build/C/man7/pthreads.7:704
-#: build/C/man7/pthreads.7:714 build/C/man7/pthreads.7:718
-#: build/C/man7/pthreads.7:727 build/C/man7/pthreads.7:737
-#: build/C/man7/pthreads.7:744 build/C/man7/pthreads.7:751
-#: build/C/man7/pthreads.7:753 build/C/man7/pthreads.7:756
-#: build/C/man7/pthreads.7:762 build/C/man7/pthreads.7:765
-#: build/C/man7/pthreads.7:767 build/C/man7/pthreads.7:769
-#: build/C/man7/pthreads.7:779 build/C/man7/pthreads.7:799
-#: build/C/man7/pthreads.7:808 build/C/man7/pthreads.7:814
-#: build/C/man7/pthreads.7:816 build/C/man7/pthreads.7:818
-#: build/C/man7/pthreads.7:822 build/C/man7/pthreads.7:827
-#: build/C/man7/pthreads.7:835
+#: build/C/man7/pthreads.7:98 build/C/man7/pthreads.7:103
+#: build/C/man7/pthreads.7:106 build/C/man7/pthreads.7:683
+#: build/C/man7/pthreads.7:690 build/C/man7/pthreads.7:702
+#: build/C/man7/pthreads.7:712 build/C/man7/pthreads.7:716
+#: build/C/man7/pthreads.7:725 build/C/man7/pthreads.7:735
+#: build/C/man7/pthreads.7:742 build/C/man7/pthreads.7:749
+#: build/C/man7/pthreads.7:751 build/C/man7/pthreads.7:754
+#: build/C/man7/pthreads.7:760 build/C/man7/pthreads.7:763
+#: build/C/man7/pthreads.7:765 build/C/man7/pthreads.7:767
+#: build/C/man7/pthreads.7:777 build/C/man7/pthreads.7:797
+#: build/C/man7/pthreads.7:806 build/C/man7/pthreads.7:812
+#: build/C/man7/pthreads.7:814 build/C/man7/pthreads.7:816
+#: build/C/man7/pthreads.7:820 build/C/man7/pthreads.7:825
+#: build/C/man7/pthreads.7:833
 #, no-wrap
 msgid "-"
 msgstr "-"
@@ -9918,37 +10106,33 @@ msgid "alternate signal stack (B<sigaltstack>(2))"
 msgstr "代替シグナルスタック (B<sigaltstack>(2))"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:103
-msgid ""
-"real-time scheduling policy and priority (B<sched_setscheduler>(2)  and "
-"B<sched_setparam>(2))"
-msgstr ""
-"リアルタイム・スケジューリングのポリシーと優先度 (B<sched_setscheduler>(2)  "
-"と B<sched_setparam>(2))"
+#: build/C/man7/pthreads.7:101
+msgid "real-time scheduling policy and priority (B<sched>(7))"
+msgstr "リアルタイム・スケジューリングのポリシーと優先度 (B<sched>(7))"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:105
+#: build/C/man7/pthreads.7:103
 msgid "The following Linux-specific features are also per-thread:"
 msgstr "以下の Linux 特有の機能もスレッド単位である:"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:108
+#: build/C/man7/pthreads.7:106
 msgid "capabilities (see B<capabilities>(7))"
 msgstr "ケーパビリティ (B<capabilities>(7)  参照)"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:111
+#: build/C/man7/pthreads.7:109
 msgid "CPU affinity (B<sched_setaffinity>(2))"
 msgstr "CPU affinity (親和度)  (B<sched_setaffinity>(2))"
 
 #. type: SS
-#: build/C/man7/pthreads.7:111
+#: build/C/man7/pthreads.7:109
 #, no-wrap
 msgid "Pthreads function return values"
 msgstr "pthreads 関数の返り値"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:118
+#: build/C/man7/pthreads.7:116
 msgid ""
 "Most pthreads functions return 0 on success, and an error number of "
 "failure.  Note that the pthreads functions do not set I<errno>.  For each of "
@@ -9961,13 +10145,13 @@ msgstr ""
 "は決してないと規定している。"
 
 #. type: SS
-#: build/C/man7/pthreads.7:118
+#: build/C/man7/pthreads.7:116
 #, no-wrap
 msgid "Thread IDs"
 msgstr "スレッド ID"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:132
+#: build/C/man7/pthreads.7:130
 msgid ""
 "Each of the threads in a process has a unique thread identifier (stored in "
 "the type I<pthread_t>).  This identifier is returned to the caller of "
@@ -9987,13 +10171,13 @@ msgstr ""
 "じプロセス内の一つのスレッドを参照する。"
 
 #. type: SS
-#: build/C/man7/pthreads.7:132
+#: build/C/man7/pthreads.7:130
 #, no-wrap
 msgid "Thread-safe functions"
 msgstr "スレッドセーフな関数"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:136
+#: build/C/man7/pthreads.7:134
 msgid ""
 "A thread-safe function is one that can be safely (i.e., it will deliver the "
 "same results regardless of whether it is)  called from multiple threads at "
@@ -10003,7 +10187,7 @@ msgstr ""
 "ち、同時に呼び出されたかに関わらず、同じ結果を返す) 関数のことである。"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:140
+#: build/C/man7/pthreads.7:138
 msgid ""
 "POSIX.1-2001 and POSIX.1-2008 require that all functions specified in the "
 "standard shall be thread-safe, except for the following functions:"
@@ -10012,7 +10196,7 @@ msgstr ""
 "の関数がスレッドセーフであることを要求している。 以下の関数が例外である。"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:234
+#: build/C/man7/pthreads.7:232
 #, no-wrap
 msgid ""
 "asctime()\n"
@@ -10200,13 +10384,13 @@ msgstr ""
 "wctomb()\n"
 
 #. type: SS
-#: build/C/man7/pthreads.7:236
+#: build/C/man7/pthreads.7:234
 #, no-wrap
 msgid "Async-cancel-safe functions"
 msgstr "async-cancel-safe 関数"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:240
+#: build/C/man7/pthreads.7:238
 msgid ""
 "An async-cancel-safe function is one that can be safely called in an "
 "application where asynchronous cancelability is enabled (see "
@@ -10218,7 +10402,7 @@ msgstr ""
 "(B<pthread_setcancelstate>(3) を参照)。"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:243
+#: build/C/man7/pthreads.7:241
 msgid ""
 "Only the following functions are required to be async-cancel-safe by "
 "POSIX.1-2001 and POSIX.1-2008:"
@@ -10227,7 +10411,7 @@ msgstr ""
 "なければならないとされている。"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:249
+#: build/C/man7/pthreads.7:247
 #, no-wrap
 msgid ""
 "pthread_cancel()\n"
@@ -10239,13 +10423,13 @@ msgstr ""
 "pthread_setcanceltype()\n"
 
 #. type: SS
-#: build/C/man7/pthreads.7:251
+#: build/C/man7/pthreads.7:249
 #, no-wrap
 msgid "Cancellation points"
 msgstr "取り消しポイント (cancellation points)"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:258
+#: build/C/man7/pthreads.7:256
 msgid ""
 "POSIX.1 specifies that certain functions must, and certain other functions "
 "may, be cancellation points.  If a thread is cancelable, its cancelability "
@@ -10259,7 +10443,7 @@ msgstr ""
 "時点で、そのスレッドのキャンセルが 行われる。"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:261
+#: build/C/man7/pthreads.7:259
 msgid ""
 "The following functions are required to be cancellation points by "
 "POSIX.1-2001 and/or POSIX.1-2008:"
@@ -10268,7 +10452,7 @@ msgstr ""
 "は、取り消しポイント (cancellation points) で あることが必須となっている。"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:324
+#: build/C/man7/pthreads.7:322
 #, no-wrap
 msgid ""
 "accept()\n"
@@ -10390,7 +10574,7 @@ msgstr ""
 "writev()\n"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:329
+#: build/C/man7/pthreads.7:327
 msgid ""
 "The following functions may be cancellation points according to POSIX.1-2001 "
 "and/or POSIX.1-2008:"
@@ -10399,7 +10583,7 @@ msgstr ""
 "は、取り消しポイント (cancellation points) で あってもよいことになっている。"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:557
+#: build/C/man7/pthreads.7:555
 #, no-wrap
 msgid ""
 "access()\n"
@@ -10945,7 +11129,7 @@ msgstr ""
 #.  vsyslog
 #.  vwscanf
 #. type: Plain text
-#: build/C/man7/pthreads.7:655
+#: build/C/man7/pthreads.7:653
 msgid ""
 "An implementation may also mark other functions not specified in the "
 "standard as cancellation points.  In particular, an implementation is likely "
@@ -10958,13 +11142,13 @@ msgstr ""
 "関数がこれに含まれる)。"
 
 #. type: SS
-#: build/C/man7/pthreads.7:655
+#: build/C/man7/pthreads.7:653
 #, no-wrap
 msgid "Compiling on Linux"
 msgstr "Linux でのコンパイル"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:658
+#: build/C/man7/pthreads.7:656
 msgid ""
 "On Linux, programs that use the Pthreads API should be compiled using I<cc -"
 "pthread>."
@@ -10973,13 +11157,13 @@ msgstr ""
 "きである。"
 
 #. type: SS
-#: build/C/man7/pthreads.7:658
+#: build/C/man7/pthreads.7:656
 #, no-wrap
 msgid "Linux implementations of POSIX threads"
 msgstr "POSIX スレッドの Linux での実装"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:661
+#: build/C/man7/pthreads.7:659
 msgid ""
 "Over time, two threading implementations have been provided by the GNU C "
 "library on Linux:"
@@ -10988,13 +11172,13 @@ msgstr ""
 "た。"
 
 #. type: TP
-#: build/C/man7/pthreads.7:661
+#: build/C/man7/pthreads.7:659
 #, no-wrap
 msgid "B<LinuxThreads>"
 msgstr "B<LinuxThreads>"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:665
+#: build/C/man7/pthreads.7:663
 msgid ""
 "This is the original Pthreads implementation.  Since glibc 2.4, this "
 "implementation is no longer supported."
@@ -11003,13 +11187,13 @@ msgstr ""
 "glibc 2.4 以降は、この実装はもはやサポートされていない。"
 
 #. type: TP
-#: build/C/man7/pthreads.7:665
+#: build/C/man7/pthreads.7:663
 #, no-wrap
 msgid "B<NPTL> (Native POSIX Threads Library)"
 msgstr "B<NPTL> (Native POSIX Threads Library)"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:673
+#: build/C/man7/pthreads.7:671
 msgid ""
 "This is the modern Pthreads implementation.  By comparison with "
 "LinuxThreads, NPTL provides closer conformance to the requirements of the "
@@ -11023,7 +11207,7 @@ msgstr ""
 "装されている機能が必要である。"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:683
+#: build/C/man7/pthreads.7:681
 msgid ""
 "Both of these are so-called 1:1 implementations, meaning that each thread "
 "maps to a kernel scheduling entity.  Both threading implementations employ "
@@ -11038,18 +11222,18 @@ msgstr ""
 "使って実装されている。"
 
 #. type: SS
-#: build/C/man7/pthreads.7:683
+#: build/C/man7/pthreads.7:681
 #, no-wrap
 msgid "LinuxThreads"
 msgstr "LinuxThreads"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:685
+#: build/C/man7/pthreads.7:683
 msgid "The notable features of this implementation are the following:"
 msgstr "この実装の大きな特徴は以下の通りである:"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:692
+#: build/C/man7/pthreads.7:690
 msgid ""
 "In addition to the main (initial) thread, and the threads that the program "
 "creates using B<pthread_create>(3), the implementation creates a \"manager\" "
@@ -11062,7 +11246,7 @@ msgstr ""
 "kill されると、問題が起こることがある)。"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:704
+#: build/C/man7/pthreads.7:702
 msgid ""
 "Signals are used internally by the implementation.  On Linux 2.2 and later, "
 "the first three real-time signals are used (see also B<signal>(7)).  On "
@@ -11075,7 +11259,7 @@ msgstr ""
 "用されているシグナルを どれも使わないようにしなければならない。"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:711
+#: build/C/man7/pthreads.7:709
 msgid ""
 "Threads do not share process IDs.  (In effect, LinuxThreads threads are "
 "implemented as processes which share more information than usual, but which "
@@ -11088,7 +11272,7 @@ msgstr ""
 "を使うと別のプロセスのように見える。"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:714
+#: build/C/man7/pthreads.7:712
 msgid ""
 "The LinuxThreads implementation deviates from the POSIX.1 specification in a "
 "number of ways, including the following:"
@@ -11097,12 +11281,12 @@ msgstr ""
 "示すような点がある:"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:718
+#: build/C/man7/pthreads.7:716
 msgid "Calls to B<getpid>(2)  return a different value in each thread."
 msgstr "B<getpid>(2)  を呼び出したときに、スレッド毎に異なる値が返される。"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:727
+#: build/C/man7/pthreads.7:725
 msgid ""
 "Calls to B<getppid>(2)  in threads other than the main thread return the "
 "process ID of the manager thread; instead B<getppid>(2)  in these threads "
@@ -11113,7 +11297,7 @@ msgstr ""
 "にはメインスレッドでの B<getppid>(2)  と同じ値が返るべきである。"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:737
+#: build/C/man7/pthreads.7:735
 msgid ""
 "When one thread creates a new child process using B<fork>(2), any thread "
 "should be able to B<wait>(2)  on the child.  However, the implementation "
@@ -11125,7 +11309,7 @@ msgstr ""
 "る。"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:744
+#: build/C/man7/pthreads.7:742
 msgid ""
 "When a thread calls B<execve>(2), all other threads are terminated (as "
 "required by POSIX.1).  However, the resulting process has the same PID as "
@@ -11138,7 +11322,7 @@ msgstr ""
 "る。"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:751
+#: build/C/man7/pthreads.7:749
 msgid ""
 "Threads do not share user and group IDs.  This can cause complications with "
 "set-user-ID programs and can cause failures in Pthreads functions if an "
@@ -11149,18 +11333,18 @@ msgstr ""
 "て信用情報 (credentials) を変更した場合に Pthreads 関数が失敗する原因となる。"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:753
+#: build/C/man7/pthreads.7:751
 msgid "Threads do not share a common session ID and process group ID."
 msgstr "スレッド間で共通のセッション ID やプロセスグループ ID を共有しない。"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:756
+#: build/C/man7/pthreads.7:754
 msgid "Threads do not share record locks created using B<fcntl>(2)."
 msgstr ""
 "スレッド間で B<fcntl>(2)  を使って作成されるレコード・ロックを共有しない。"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:762
+#: build/C/man7/pthreads.7:760
 msgid ""
 "The information returned by B<times>(2)  and B<getrusage>(2)  is per-thread "
 "rather than process-wide."
@@ -11169,12 +11353,12 @@ msgstr ""
 "単位の情報である。"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:765
+#: build/C/man7/pthreads.7:763
 msgid "Threads do not share semaphore undo values (see B<semop>(2))."
 msgstr "スレッド間でセマフォのアンドゥ値 (B<semop>(2)  参照) を共有しない。"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:767
+#: build/C/man7/pthreads.7:765
 msgid "Threads do not share interval timers."
 msgstr "スレッド間でインターバル・タイマを共有しない。"
 
@@ -11184,12 +11368,12 @@ msgstr "スレッド間でインターバル・タイマを共有しない。"
 #.  "make setpriority POSIX compliant; introduce PRIO_THREAD extension"
 #.  Monitor this to see if it makes it into mainline.
 #. type: Plain text
-#: build/C/man7/pthreads.7:769 build/C/man7/pthreads.7:806
+#: build/C/man7/pthreads.7:767 build/C/man7/pthreads.7:804
 msgid "Threads do not share a common nice value."
 msgstr "スレッドは共通の nice 値を共有しない。"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:779
+#: build/C/man7/pthreads.7:777
 msgid ""
 "POSIX.1 distinguishes the notions of signals that are directed to the "
 "process as a whole and signals that are directed to individual threads.  "
@@ -11206,7 +11390,7 @@ msgstr ""
 "ルは特定のスレッドにだけ送ることができる。"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:788
+#: build/C/man7/pthreads.7:786
 msgid ""
 "Threads have distinct alternate signal stack settings.  However, a new "
 "thread's alternate signal stack settings are copied from the thread that "
@@ -11223,13 +11407,13 @@ msgstr ""
 "シグナルの処理を行った場合、予測不可能なプログラムのエラーが 起こり得る。)"
 
 #. type: SS
-#: build/C/man7/pthreads.7:788
+#: build/C/man7/pthreads.7:786
 #, no-wrap
 msgid "NPTL"
 msgstr "NPTL"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:797
+#: build/C/man7/pthreads.7:795
 msgid ""
 "With NPTL, all of the threads in a process are placed in the same thread "
 "group; all members of a thread group share the same PID.  NPTL does not "
@@ -11244,17 +11428,17 @@ msgstr ""
 "ションでは使用できない。"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:799
+#: build/C/man7/pthreads.7:797
 msgid "NPTL still has at least one nonconformance with POSIX.1:"
 msgstr "NPTL にも POSIX.1 に準拠していない点が少なくとも一つある:"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:808
+#: build/C/man7/pthreads.7:806
 msgid "Some NPTL nonconformances occur only with older kernels:"
 msgstr "NPTL の標準非準拠な点のうちいくつかは以前のカーネルでのみ発生する:"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:814
+#: build/C/man7/pthreads.7:812
 msgid ""
 "The information returned by B<times>(2)  and B<getrusage>(2)  is per-thread "
 "rather than process-wide (fixed in kernel 2.6.9)."
@@ -11263,18 +11447,18 @@ msgstr ""
 "単位の情報である (カーネル 2.6.9 で修正された)。"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:816
+#: build/C/man7/pthreads.7:814
 msgid "Threads do not share resource limits (fixed in kernel 2.6.10)."
 msgstr "スレッド間でリソース制限を共有しない (カーネル 2.6.10 で修正された)。"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:818
+#: build/C/man7/pthreads.7:816
 msgid "Threads do not share interval timers (fixed in kernel 2.6.12)."
 msgstr ""
 "スレッド間でインターバル・タイマを共有しない (カーネル 2.6.12 で修正された)。"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:822
+#: build/C/man7/pthreads.7:820
 msgid ""
 "Only the main thread is permitted to start a new session using B<setsid>(2)  "
 "(fixed in kernel 2.6.16)."
@@ -11283,7 +11467,7 @@ msgstr ""
 "きる (カーネル 2.6.16 で修正された)。"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:827
+#: build/C/man7/pthreads.7:825
 msgid ""
 "Only the main thread is permitted to make the process into a process group "
 "leader using B<setpgid>(2)  (fixed in kernel 2.6.16)."
@@ -11292,7 +11476,7 @@ msgstr ""
 "プ・リーダーにすることができる (カーネル 2.6.16 で修正された)。"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:833
+#: build/C/man7/pthreads.7:831
 msgid ""
 "Threads have distinct alternate signal stack settings.  However, a new "
 "thread's alternate signal stack settings are copied from the thread that "
@@ -11305,12 +11489,12 @@ msgstr ""
 "ル 2.6.16 で修正された)。"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:835
+#: build/C/man7/pthreads.7:833
 msgid "Note the following further points about the NPTL implementation:"
 msgstr "NPTL の実装では以下の点についても注意すること:"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:849
+#: build/C/man7/pthreads.7:847
 msgid ""
 "If the stack size soft resource limit (see the description of "
 "B<RLIMIT_STACK> in B<setrlimit>(2))  is set to a value other than "
@@ -11327,13 +11511,13 @@ msgstr ""
 "は I<limit stacksize>)  を使って設定する。"
 
 #. type: SS
-#: build/C/man7/pthreads.7:849
+#: build/C/man7/pthreads.7:847
 #, no-wrap
 msgid "Determining the threading implementation"
 msgstr "スレッド実装の判定"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:854
+#: build/C/man7/pthreads.7:852
 msgid ""
 "Since glibc 2.3.2, the B<getconf>(1)  command can be used to determine the "
 "system's threading implementation, for example:"
@@ -11342,7 +11526,7 @@ msgstr ""
 "装を判定することができる。 以下に例を示す:"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:859
+#: build/C/man7/pthreads.7:857
 #, no-wrap
 msgid ""
 "bash$ getconf GNU_LIBPTHREAD_VERSION\n"
@@ -11352,7 +11536,7 @@ msgstr ""
 "NPTL 2.3.4\n"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:864
+#: build/C/man7/pthreads.7:862
 msgid ""
 "With older glibc versions, a command such as the following should be "
 "sufficient to determine the default threading implementation:"
@@ -11361,7 +11545,7 @@ msgstr ""
 "ド実装を判定することができる。"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:870
+#: build/C/man7/pthreads.7:868
 #, no-wrap
 msgid ""
 "bash$ $( ldd /bin/ls | grep libc.so | awk \\(aq{print $3}\\(aq ) | \\e\n"
@@ -11373,13 +11557,13 @@ msgstr ""
 "        Native POSIX Threads Library by Ulrich Drepper et al\n"
 
 #. type: SS
-#: build/C/man7/pthreads.7:872
+#: build/C/man7/pthreads.7:870
 #, no-wrap
 msgid "Selecting the threading implementation: LD_ASSUME_KERNEL"
 msgstr "スレッドの実装の選択: LD_ASSUME_KERNEL"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:887
+#: build/C/man7/pthreads.7:885
 msgid ""
 "On systems with a glibc that supports both LinuxThreads and NPTL (i.e., "
 "glibc 2.3.I<x>), the B<LD_ASSUME_KERNEL> environment variable can be used to "
@@ -11401,7 +11585,7 @@ msgstr ""
 "ン を動作させる場合だろう)。 以下に例を示す:"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:893
+#: build/C/man7/pthreads.7:891
 #, no-wrap
 msgid ""
 "bash$ $( LD_ASSUME_KERNEL=2.2.5 ldd /bin/ls | grep libc.so | \\e\n"
@@ -11413,25 +11597,26 @@ msgstr ""
 "        linuxthreads-0.10 by Xavier Leroy\n"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:905
+#: build/C/man7/pthreads.7:903
 msgid ""
-"B<clone>(2), B<futex>(2), B<gettid>(2), B<proc>(5), B<futex>(7), B<sigevent>"
-"(7), B<signal>(7),"
+"B<clone>(2), B<futex>(2), B<gettid>(2), B<proc>(5), B<futex>(7), "
+"B<sigevent>(7), B<signal>(7),"
 msgstr ""
 "B<clone>(2), B<futex>(2), B<gettid>(2), B<futex>(7), B<sigevent>(7), "
 "B<signal>(7),"
 
 #. type: Plain text
-#: build/C/man7/pthreads.7:929
+#: build/C/man7/pthreads.7:927
 msgid ""
 "Various Pthreads manual pages, for example: B<pthread_attr_init>(3), "
 "B<pthread_atfork>(3), B<pthread_cancel>(3), B<pthread_cleanup_push>(3), "
 "B<pthread_cond_signal>(3), B<pthread_cond_wait>(3), B<pthread_create>(3), "
 "B<pthread_detach>(3), B<pthread_equal>(3), B<pthread_exit>(3), "
 "B<pthread_key_create>(3), B<pthread_kill>(3), B<pthread_mutex_lock>(3), "
-"B<pthread_mutex_unlock>(3), B<pthread_once>(3), B<pthread_setcancelstate>"
-"(3), B<pthread_setcanceltype>(3), B<pthread_setspecific>(3), "
-"B<pthread_sigmask>(3), B<pthread_sigqueue>(3), and B<pthread_testcancel>(3)"
+"B<pthread_mutex_unlock>(3), B<pthread_once>(3), "
+"B<pthread_setcancelstate>(3), B<pthread_setcanceltype>(3), "
+"B<pthread_setspecific>(3), B<pthread_sigmask>(3), B<pthread_sigqueue>(3), "
+"and B<pthread_testcancel>(3)"
 msgstr ""
 "pthreads の各種マニュアルページ、例えば: B<pthread_attr_init>(3),\n"
 "B<pthread_atfork>(3), B<pthread_cancel>(3), B<pthread_cleanup_push>(3),\n"