OSDN Git Service

LDP: Update POT and ja.po to LDP v3.79
[linuxjm/LDP_man-pages.git] / po4a / sched / po / ja.po
index 11b3ca1..0d68f6b 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2015-01-23 22:25+0900\n"
+"POT-Creation-Date: 2015-02-04 23:31+0900\n"
 "PO-Revision-Date: 2015-01-25 07:23+0900\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -62,8 +62,16 @@ msgstr "名前"
 
 #. type: Plain text
 #: build/C/man3/CPU_SET.3:35
-msgid "CPU_SET, CPU_CLR, CPU_ISSET, CPU_ZERO, CPU_COUNT, CPU_AND, CPU_OR, CPU_XOR, CPU_EQUAL, CPU_ALLOC, CPU_ALLOC_SIZE, CPU_FREE, CPU_SET_S, CPU_CLR_S, CPU_ISSET_S, CPU_ZERO_S, CPU_COUNT_S, CPU_AND_S, CPU_OR_S, CPU_XOR_S, CPU_EQUAL_S - macros for manipulating CPU sets"
-msgstr "CPU_SET, CPU_CLR, CPU_ISSET, CPU_ZERO, CPU_COUNT, CPU_AND, CPU_OR, CPU_XOR, CPU_EQUAL, CPU_ALLOC, CPU_ALLOC_SIZE, CPU_FREE, CPU_SET_S, CPU_CLR_S, CPU_ISSET_S, CPU_ZERO_S, CPU_COUNT_S, CPU_AND_S, CPU_OR_S, CPU_XOR_S, CPU_EQUAL_S - CPU 集合を操作するためのマクロ"
+msgid ""
+"CPU_SET, CPU_CLR, CPU_ISSET, CPU_ZERO, CPU_COUNT, CPU_AND, CPU_OR, CPU_XOR, "
+"CPU_EQUAL, CPU_ALLOC, CPU_ALLOC_SIZE, CPU_FREE, CPU_SET_S, CPU_CLR_S, "
+"CPU_ISSET_S, CPU_ZERO_S, CPU_COUNT_S, CPU_AND_S, CPU_OR_S, CPU_XOR_S, "
+"CPU_EQUAL_S - macros for manipulating CPU sets"
+msgstr ""
+"CPU_SET, CPU_CLR, CPU_ISSET, CPU_ZERO, CPU_COUNT, CPU_AND, CPU_OR, CPU_XOR, "
+"CPU_EQUAL, CPU_ALLOC, CPU_ALLOC_SIZE, CPU_FREE, CPU_SET_S, CPU_CLR_S, "
+"CPU_ISSET_S, CPU_ZERO_S, CPU_COUNT_S, CPU_AND_S, CPU_OR_S, CPU_XOR_S, "
+"CPU_EQUAL_S - CPU 集合を操作するためのマクロ"
 
 #. type: SH
 #: build/C/man3/CPU_SET.3:35 build/C/man2/clone.2:45 build/C/man2/kcmp.2:31
@@ -208,13 +216,23 @@ msgstr "説明"
 
 #. type: Plain text
 #: build/C/man3/CPU_SET.3:86
-msgid "The I<cpu_set_t> data structure represents a set of CPUs.  CPU sets are used by B<sched_setaffinity>(2)  and similar interfaces."
-msgstr "I<cpu_set_t> データ構造体は CPU 集合を表現している。 CPU 集合は B<sched_setaffinity>(2) や同様のインタフェースで使用されている。"
+msgid ""
+"The I<cpu_set_t> data structure represents a set of CPUs.  CPU sets are used "
+"by B<sched_setaffinity>(2)  and similar interfaces."
+msgstr ""
+"I<cpu_set_t> データ構造体は CPU 集合を表現している。 CPU 集合は "
+"B<sched_setaffinity>(2) や同様のインターフェースで使用されている。"
 
 #. type: Plain text
 #: build/C/man3/CPU_SET.3:93
-msgid "The I<cpu_set_t> data type is implemented as a bit set.  However, the data structure treated as considered opaque: all manipulation of CPU sets should be done via the macros described in this page."
-msgstr "I<cpu_set_t> データ型はビット集合として実装されている。 しかし、 データ構造体はその実装を意識せずに扱うものとされており、 CPU 集合のすべての操作は、 このページで説明されているマクロを通して行うべきである。"
+msgid ""
+"The I<cpu_set_t> data type is implemented as a bit set.  However, the data "
+"structure treated as considered opaque: all manipulation of CPU sets should "
+"be done via the macros described in this page."
+msgstr ""
+"I<cpu_set_t> データ型はビット集合として実装されている。 しかし、 データ構造体"
+"はその実装を意識せずに扱うものとされており、 CPU 集合のすべての操作は、 この"
+"ページで説明されているマクロを通して行うべきである。"
 
 #. type: Plain text
 #: build/C/man3/CPU_SET.3:96
@@ -278,13 +296,24 @@ msgstr "I<set> に含まれる CPU 数を返す。"
 
 #. type: Plain text
 #: build/C/man3/CPU_SET.3:128
-msgid "Where a I<cpu> argument is specified, it should not produce side effects, since the above macros may evaluate the argument more than once."
-msgstr "I<cpu> 引き数が指定する場合、 その引き数は副作用を伴うべきではない。 上記のマクロは引き数を複数回評価する可能性があるからである。"
+msgid ""
+"Where a I<cpu> argument is specified, it should not produce side effects, "
+"since the above macros may evaluate the argument more than once."
+msgstr ""
+"I<cpu> 引き数が指定する場合、 その引き数は副作用を伴うべきではない。 上記のマ"
+"クロは引き数を複数回評価する可能性があるからである。"
 
 #. type: Plain text
 #: build/C/man3/CPU_SET.3:139
-msgid "The first available CPU on the system corresponds to a I<cpu> value of 0, the next CPU corresponds to a I<cpu> value of 1, and so on.  The constant B<CPU_SETSIZE> (currently 1024) specifies a value one greater than the maximum CPU number that can be stored in I<cpu_set_t>."
-msgstr "そのシステムで利用可能な最初の CPU が I<cpu> 値 0 に対応し、 次の CPU が I<cpu> 値 1 に対応し、 以降も同様である。 定数 B<CPU_SETSIZE> (現在のところ 1024) は I<cpu_set_t> に格納できる最大 CPU 数よりも大きな値である。"
+msgid ""
+"The first available CPU on the system corresponds to a I<cpu> value of 0, "
+"the next CPU corresponds to a I<cpu> value of 1, and so on.  The constant "
+"B<CPU_SETSIZE> (currently 1024) specifies a value one greater than the "
+"maximum CPU number that can be stored in I<cpu_set_t>."
+msgstr ""
+"そのシステムで利用可能な最初の CPU が I<cpu> 値 0 に対応し、 次の CPU が "
+"I<cpu> 値 1 に対応し、 以降も同様である。 定数 B<CPU_SETSIZE> (現在のところ "
+"1024) は I<cpu_set_t> に格納できる最大 CPU 数よりも大きな値である。"
 
 #. type: Plain text
 #: build/C/man3/CPU_SET.3:141
@@ -299,8 +328,12 @@ msgstr "B<CPU_AND>()"
 
 #. type: Plain text
 #: build/C/man3/CPU_SET.3:150
-msgid "Store the intersection of the sets I<srcset1> and I<srcset2> in I<destset> (which may be one of the source sets)."
-msgstr "集合 I<srcset1> と I<srcset2> の積集合を I<destset> に格納する (元の集合のいずれかが I<destset> として使用される場合もある)。"
+msgid ""
+"Store the intersection of the sets I<srcset1> and I<srcset2> in I<destset> "
+"(which may be one of the source sets)."
+msgstr ""
+"集合 I<srcset1> と I<srcset2> の積集合を I<destset> に格納する (元の集合のい"
+"ずれかが I<destset> として使用される場合もある)。"
 
 #. type: TP
 #: build/C/man3/CPU_SET.3:150
@@ -310,8 +343,12 @@ msgstr "B<CPU_OR>()"
 
 #. type: Plain text
 #: build/C/man3/CPU_SET.3:159
-msgid "Store the union of the sets I<srcset1> and I<srcset2> in I<destset> (which may be one of the source sets)."
-msgstr "集合 I<srcset1> と I<srcset2> の和集合を I<destset> に格納する (元の集合のいずれかが I<destset> として使用される場合もある)。"
+msgid ""
+"Store the union of the sets I<srcset1> and I<srcset2> in I<destset> (which "
+"may be one of the source sets)."
+msgstr ""
+"集合 I<srcset1> と I<srcset2> の和集合を I<destset> に格納する (元の集合のい"
+"ずれかが I<destset> として使用される場合もある)。"
 
 #. type: TP
 #: build/C/man3/CPU_SET.3:159
@@ -321,8 +358,14 @@ msgstr "B<CPU_XOR>()"
 
 #. type: Plain text
 #: build/C/man3/CPU_SET.3:173
-msgid "Store the XOR of the sets I<srcset1> and I<srcset2> in I<destset> (which may be one of the source sets).  The XOR means the set of CPUs that are in either I<srcset1> or I<srcset2>, but not both."
-msgstr "集合 I<srcset1> と I<srcset2> の XOR を I<destset> に格納する (元の集合のいずれかが I<destset> として使用される場合もある)。 XOR とは、 I<srcset1> か I<srcset2> のいずれかに含まれるが、両方には含まれない集合のことである。"
+msgid ""
+"Store the XOR of the sets I<srcset1> and I<srcset2> in I<destset> (which may "
+"be one of the source sets).  The XOR means the set of CPUs that are in "
+"either I<srcset1> or I<srcset2>, but not both."
+msgstr ""
+"集合 I<srcset1> と I<srcset2> の XOR を I<destset> に格納する (元の集合のいず"
+"れかが I<destset> として使用される場合もある)。 XOR とは、 I<srcset1> か "
+"I<srcset2> のいずれかに含まれるが、両方には含まれない集合のことである。"
 
 #. type: TP
 #: build/C/man3/CPU_SET.3:173
@@ -343,8 +386,16 @@ msgstr "動的に大きさが決まる CPU 集合"
 
 #. type: Plain text
 #: build/C/man3/CPU_SET.3:182
-msgid "Because some applications may require the ability to dynamically size CPU sets (e.g., to allocate sets larger than that defined by the standard I<cpu_set_t> data type), glibc nowadays provides a set of macros to support this."
-msgstr "いくつかのアプリケーションでは CPU 集合の大きさを動的に決める能力 (例えば、 標準の I<cpu_set_t> データ型で定義されたよりも大きい集合を割り当てるなど) が必要となることがあるため、 現在 glibc はこれに対応するためにいくつかのマクロを提供している。"
+msgid ""
+"Because some applications may require the ability to dynamically size CPU "
+"sets (e.g., to allocate sets larger than that defined by the standard "
+"I<cpu_set_t> data type), glibc nowadays provides a set of macros to support "
+"this."
+msgstr ""
+"いくつかのアプリケーションでは CPU 集合の大きさを動的に決める能力 (例えば、 "
+"標準の I<cpu_set_t> データ型で定義されたよりも大きい集合を割り当てるなど) が"
+"必要となることがあるため、 現在 glibc はこれに対応するためにいくつかのマクロ"
+"を提供している。"
 
 #. type: Plain text
 #: build/C/man3/CPU_SET.3:184
@@ -359,8 +410,11 @@ msgstr "B<CPU_ALLOC>()"
 
 #. type: Plain text
 #: build/C/man3/CPU_SET.3:189
-msgid "Allocate a CPU set large enough to hold CPUs in the range 0 to I<num_cpus-1>."
-msgstr "0 から I<num_cpus-1> までの範囲の CPU を保持するのに十分な大きさの CPU 集合を割り当てる。"
+msgid ""
+"Allocate a CPU set large enough to hold CPUs in the range 0 to I<num_cpus-1>."
+msgstr ""
+"0 から I<num_cpus-1> までの範囲の CPU を保持するのに十分な大きさの CPU 集合を"
+"割り当てる。"
 
 #. type: TP
 #: build/C/man3/CPU_SET.3:189
@@ -370,8 +424,14 @@ msgstr "B<CPU_ALLOC_SIZE>()"
 
 #. type: Plain text
 #: build/C/man3/CPU_SET.3:199
-msgid "Return the size in bytes of the CPU set that would be needed to hold CPUs in the range 0 to I<num_cpus-1>.  This macro provides the value that can be used for the I<setsize> argument in the B<CPU_*_S>()  macros described below."
-msgstr "0 から I<num_cpus-1> までの範囲の CPU を保持するのに必要な CPU 集合の大きさをバイト数で返す。 このマクロが返す値は、 後述の B<CPU_*_S>() マクロの I<setsize> 引き数として使用できる。"
+msgid ""
+"Return the size in bytes of the CPU set that would be needed to hold CPUs in "
+"the range 0 to I<num_cpus-1>.  This macro provides the value that can be "
+"used for the I<setsize> argument in the B<CPU_*_S>()  macros described below."
+msgstr ""
+"0 から I<num_cpus-1> までの範囲の CPU を保持するのに必要な CPU 集合の大きさを"
+"バイト数で返す。 このマクロが返す値は、 後述の B<CPU_*_S>() マクロの "
+"I<setsize> 引き数として使用できる。"
 
 #. type: TP
 #: build/C/man3/CPU_SET.3:199
@@ -386,8 +446,15 @@ msgstr "以前に B<CPU_ALLOC>() で割り当てられた CPU 集合を解放す
 
 #. type: Plain text
 #: build/C/man3/CPU_SET.3:210
-msgid "The macros whose names end with \"_S\" are the analogs of the similarly named macros without the suffix.  These macros perform the same tasks as their analogs, but operate on the dynamically allocated CPU set(s) whose size is I<setsize> bytes."
-msgstr "名前が \"_S\" で終わるマクロは \"_S\" なしの同じ名前のマクロと同等である。 これらのマクロは \"_S\" なしのものと同じ動作をするが、 動的に割り当てられた、 大きさが I<setsize> バイトの CPU 集合に対して操作を行う点が異なる。"
+msgid ""
+"The macros whose names end with \"_S\" are the analogs of the similarly "
+"named macros without the suffix.  These macros perform the same tasks as "
+"their analogs, but operate on the dynamically allocated CPU set(s) whose "
+"size is I<setsize> bytes."
+msgstr ""
+"名前が \"_S\" で終わるマクロは \"_S\" なしの同じ名前のマクロと同等である。 こ"
+"れらのマクロは \"_S\" なしのものと同じ動作をするが、 動的に割り当てられた、 "
+"大きさが I<setsize> バイトの CPU 集合に対して操作を行う点が異なる。"
 
 #. type: SH
 #: build/C/man3/CPU_SET.3:210 build/C/man2/clone.2:873 build/C/man2/kcmp.2:127
@@ -403,28 +470,45 @@ msgstr "返り値"
 
 #. type: Plain text
 #: build/C/man3/CPU_SET.3:219
-msgid "B<CPU_ISSET>()  and B<CPU_ISSET_S>()  return nonzero if I<cpu> is in I<set>; otherwise, it returns 0."
-msgstr "B<CPU_ISSET>() と B<CPU_ISSET_S>() は、 I<cpu> が I<set> に含まれていれば 0 以外を返し、含まれない場合 0 を返す。"
+msgid ""
+"B<CPU_ISSET>()  and B<CPU_ISSET_S>()  return nonzero if I<cpu> is in I<set>; "
+"otherwise, it returns 0."
+msgstr ""
+"B<CPU_ISSET>() と B<CPU_ISSET_S>() は、 I<cpu> が I<set> に含まれていれば 0 "
+"以外を返し、含まれない場合 0 を返す。"
 
 #. type: Plain text
 #: build/C/man3/CPU_SET.3:225
-msgid "B<CPU_COUNT>()  and B<CPU_COUNT_S>()  return the number of CPUs in I<set>."
+msgid ""
+"B<CPU_COUNT>()  and B<CPU_COUNT_S>()  return the number of CPUs in I<set>."
 msgstr "B<CPU_COUNT>() と B<CPU_COUNT_S>() は I<set> に含まれる CPU 数を返す。"
 
 #. type: Plain text
 #: build/C/man3/CPU_SET.3:230
-msgid "B<CPU_EQUAL>()  and B<CPU_EQUAL_S>()  return nonzero if the two CPU sets are equal; otherwise it returns 0."
-msgstr "B<CPU_EQUAL>() と B<CPU_EQUAL_S>() は、 二つの CPU 集合が等しければ 0 以外を返し、 等しくない場合 0 を返す。"
+msgid ""
+"B<CPU_EQUAL>()  and B<CPU_EQUAL_S>()  return nonzero if the two CPU sets are "
+"equal; otherwise it returns 0."
+msgstr ""
+"B<CPU_EQUAL>() と B<CPU_EQUAL_S>() は、 二つの CPU 集合が等しければ 0 以外を"
+"返し、 等しくない場合 0 を返す。"
 
 #. type: Plain text
 #: build/C/man3/CPU_SET.3:235
-msgid "B<CPU_ALLOC>()  returns a pointer on success, or NULL on failure.  (Errors are as for B<malloc>(3).)"
-msgstr "B<CPU_ALLOC>() は成功するとポインターを返し、 失敗すると NULL を返す (エラーは B<malloc>(3) と同じである)。"
+msgid ""
+"B<CPU_ALLOC>()  returns a pointer on success, or NULL on failure.  (Errors "
+"are as for B<malloc>(3).)"
+msgstr ""
+"B<CPU_ALLOC>() は成功するとポインターを返し、 失敗すると NULL を返す (エラー"
+"は B<malloc>(3) と同じである)。"
 
 #. type: Plain text
 #: build/C/man3/CPU_SET.3:239
-msgid "B<CPU_ALLOC_SIZE>()  returns the number of bytes required to store a CPU set of the specified cardinality."
-msgstr "B<CPU_ALLOC_SIZE>() は指定された大きさの CPU 集合を格納するのに必要なバイト数を返す。"
+msgid ""
+"B<CPU_ALLOC_SIZE>()  returns the number of bytes required to store a CPU set "
+"of the specified cardinality."
+msgstr ""
+"B<CPU_ALLOC_SIZE>() は指定された大きさの CPU 集合を格納するのに必要なバイト数"
+"を返す。"
 
 #. type: Plain text
 #: build/C/man3/CPU_SET.3:241
@@ -442,8 +526,12 @@ msgstr "バージョン"
 
 #. type: Plain text
 #: build/C/man3/CPU_SET.3:249
-msgid "The B<CPU_ZERO>(), B<CPU_SET>(), B<CPU_CLR>(), and B<CPU_ISSET>()  macros were added in glibc 2.3.3."
-msgstr "マクロ B<CPU_ZERO>(), B<CPU_SET>(), B<CPU_CLR>(), B<CPU_ISSET>() は glibc 2.3.3 で追加された。"
+msgid ""
+"The B<CPU_ZERO>(), B<CPU_SET>(), B<CPU_CLR>(), and B<CPU_ISSET>()  macros "
+"were added in glibc 2.3.3."
+msgstr ""
+"マクロ B<CPU_ZERO>(), B<CPU_SET>(), B<CPU_CLR>(), B<CPU_ISSET>() は glibc "
+"2.3.3 で追加された。"
 
 #. type: Plain text
 #: build/C/man3/CPU_SET.3:252
@@ -452,8 +540,16 @@ msgstr "B<CPU_COUNT>() は glibc 2.6 で初めて登場した。"
 
 #. type: Plain text
 #: build/C/man3/CPU_SET.3:270
-msgid "B<CPU_AND>(), B<CPU_OR>(), B<CPU_XOR>(), B<CPU_EQUAL>(), B<CPU_ALLOC>(), B<CPU_ALLOC_SIZE>(), B<CPU_FREE>(), B<CPU_ZERO_S>(), B<CPU_SET_S>(), B<CPU_CLR_S>(), B<CPU_ISSET_S>(), B<CPU_AND_S>(), B<CPU_OR_S>(), B<CPU_XOR_S>(), and B<CPU_EQUAL_S>()  first appeared in glibc 2.7."
-msgstr "B<CPU_AND>(), B<CPU_OR>(), B<CPU_XOR>(), B<CPU_EQUAL>(), B<CPU_ALLOC>(), B<CPU_ALLOC_SIZE>(), B<CPU_FREE>(), B<CPU_ZERO_S>(), B<CPU_SET_S>(), B<CPU_CLR_S>(), B<CPU_ISSET_S>(), B<CPU_AND_S>(), B<CPU_OR_S>(), B<CPU_XOR_S>(), B<CPU_EQUAL_S>() は glibc 2.7 で初めて登場した。"
+msgid ""
+"B<CPU_AND>(), B<CPU_OR>(), B<CPU_XOR>(), B<CPU_EQUAL>(), B<CPU_ALLOC>(), "
+"B<CPU_ALLOC_SIZE>(), B<CPU_FREE>(), B<CPU_ZERO_S>(), B<CPU_SET_S>(), "
+"B<CPU_CLR_S>(), B<CPU_ISSET_S>(), B<CPU_AND_S>(), B<CPU_OR_S>(), "
+"B<CPU_XOR_S>(), and B<CPU_EQUAL_S>()  first appeared in glibc 2.7."
+msgstr ""
+"B<CPU_AND>(), B<CPU_OR>(), B<CPU_XOR>(), B<CPU_EQUAL>(), B<CPU_ALLOC>(), "
+"B<CPU_ALLOC_SIZE>(), B<CPU_FREE>(), B<CPU_ZERO_S>(), B<CPU_SET_S>(), "
+"B<CPU_CLR_S>(), B<CPU_ISSET_S>(), B<CPU_AND_S>(), B<CPU_OR_S>(), "
+"B<CPU_XOR_S>(), B<CPU_EQUAL_S>() は glibc 2.7 で初めて登場した。"
 
 #. type: SH
 #: build/C/man3/CPU_SET.3:270 build/C/man2/clone.2:1038
@@ -470,7 +566,7 @@ msgstr "準拠"
 #. type: Plain text
 #: build/C/man3/CPU_SET.3:272
 msgid "These interfaces are Linux-specific."
-msgstr "これらのインタフェースは Linux 固有である。"
+msgstr "ã\81\93ã\82\8cã\82\89ã\81®ã\82¤ã\83³ã\82¿ã\83¼ã\83\95ã\82§ã\83¼ã\82¹ã\81¯ Linux å\9bºæ\9c\89ã\81§ã\81\82ã\82\8bã\80\82"
 
 #. type: SH
 #: build/C/man3/CPU_SET.3:272 build/C/man2/clone.2:1042
@@ -491,18 +587,42 @@ msgstr "CPU 集合を複製するには、 B<memcpy>(3) を使用する。"
 
 #. type: Plain text
 #: build/C/man3/CPU_SET.3:282
-msgid "Since CPU sets are bit sets allocated in units of long words, the actual number of CPUs in a dynamically allocated CPU set will be rounded up to the next multiple of I<sizeof(unsigned long)>.  An application should consider the contents of these extra bits to be undefined."
-msgstr "CPU 集合はロングワード単位に割り当てられるビット集合なので、 動的に割り当てられた CPU 集合の実際の CPU 数は I<sizeof(unsigned long)> の次の倍数に切り上げられることになる。 アプリケーションは、 これらの余分なビットの内容は不定と考えるべきである。"
+msgid ""
+"Since CPU sets are bit sets allocated in units of long words, the actual "
+"number of CPUs in a dynamically allocated CPU set will be rounded up to the "
+"next multiple of I<sizeof(unsigned long)>.  An application should consider "
+"the contents of these extra bits to be undefined."
+msgstr ""
+"CPU 集合はロングワード単位に割り当てられるビット集合なので、 動的に割り当てら"
+"れた CPU 集合の実際の CPU 数は I<sizeof(unsigned long)> の次の倍数に切り上げ"
+"られることになる。 アプリケーションは、 これらの余分なビットの内容は不定と考"
+"えるべきである。"
 
 #. type: Plain text
 #: build/C/man3/CPU_SET.3:294
-msgid "Notwithstanding the similarity in the names, note that the constant B<CPU_SETSIZE> indicates the number of CPUs in the I<cpu_set_t> data type (thus, it is effectively a count of bits in the bit set), while the I<setsize> argument of the B<CPU_*_S>()  macros is a size in bytes."
-msgstr "名前は似ているが、 定数 B<CPU_SETSIZE> は I<cpu_set_t> データ型に含まれる CPU 数 (つまり、事実上ビット集合内のビットカウント) を示すのに対して、 マクロ B<CPU_*_S>() の I<setsize> 引き数はバイト単位のサイズである点に注意すること。"
+msgid ""
+"Notwithstanding the similarity in the names, note that the constant "
+"B<CPU_SETSIZE> indicates the number of CPUs in the I<cpu_set_t> data type "
+"(thus, it is effectively a count of bits in the bit set), while the "
+"I<setsize> argument of the B<CPU_*_S>()  macros is a size in bytes."
+msgstr ""
+"名前は似ているが、 定数 B<CPU_SETSIZE> は I<cpu_set_t> データ型に含まれる "
+"CPU 数 (つまり、事実上ビット集合内のビットカウント) を示すのに対して、 マク"
+"ロ B<CPU_*_S>() の I<setsize> 引き数はバイト単位のサイズである点に注意するこ"
+"と。"
 
 #. type: Plain text
 #: build/C/man3/CPU_SET.3:300
-msgid "The data types for arguments and return values shown in the SYNOPSIS are hints what about is expected in each case.  However, since these interfaces are implemented as macros, the compiler won't necessarily catch all type errors if you violate the suggestions."
-msgstr "「書式」に書かれている引き数と返り値のデータ型は、それぞれの場合でどんな型が期待されるかのヒントである。 しかしながら、 これらのインタフェースはマクロとして実装されているため、 このヒントを守らなかった場合に、 コンパイラが必ずしも全ての型エラーを捕捉できるとは限らない。"
+msgid ""
+"The data types for arguments and return values shown in the SYNOPSIS are "
+"hints what about is expected in each case.  However, since these interfaces "
+"are implemented as macros, the compiler won't necessarily catch all type "
+"errors if you violate the suggestions."
+msgstr ""
+"「書式」に書かれている引き数と返り値のデータ型は、それぞれの場合でどんな型が"
+"期待されるかのヒントである。 しかしながら、 これらのインターフェースはマクロ"
+"として実装されているため、 このヒントを守らなかった場合に、 コンパイラが必ず"
+"しも全ての型エラーを捕捉できるとは限らない。"
 
 #. type: SH
 #: build/C/man3/CPU_SET.3:300 build/C/man2/clone.2:1067
@@ -514,8 +634,19 @@ msgstr "バグ"
 #.  http://sourceware.org/bugzilla/show_bug.cgi?id=7029
 #. type: Plain text
 #: build/C/man3/CPU_SET.3:312
-msgid "On 32-bit platforms with glibc 2.8 and earlier, B<CPU_ALLOC>()  allocates twice as much space as is required, and B<CPU_ALLOC_SIZE>()  returns a value twice as large as it should.  This bug should not affect the semantics of a program, but does result in wasted memory and less efficient operation of the macros that operate on dynamically allocated CPU sets.  These bugs are fixed in glibc 2.9."
-msgstr "glibc 2.8 以前の 32 ビットプラットフォームでは、 B<CPU_ALLOC>() は必要な空間の割り当てを二度行い、 B<CPU_ALLOC_SIZE>() は本来あるべき値の二倍の値を返す。 このバグはプログラムの動作には影響を与えないはずだが、 無駄にメモリを消費し、 動的に割り当てられた CPU 集合に対して操作を行うマクロの動作の効率が下がる結果となる。 これらのバグは glibc 2.9 で修正された。"
+msgid ""
+"On 32-bit platforms with glibc 2.8 and earlier, B<CPU_ALLOC>()  allocates "
+"twice as much space as is required, and B<CPU_ALLOC_SIZE>()  returns a value "
+"twice as large as it should.  This bug should not affect the semantics of a "
+"program, but does result in wasted memory and less efficient operation of "
+"the macros that operate on dynamically allocated CPU sets.  These bugs are "
+"fixed in glibc 2.9."
+msgstr ""
+"glibc 2.8 以前の 32 ビットプラットフォームでは、 B<CPU_ALLOC>() は必要な空間"
+"の割り当てを二度行い、 B<CPU_ALLOC_SIZE>() は本来あるべき値の二倍の値を返"
+"す。 このバグはプログラムの動作には影響を与えないはずだが、 無駄にメモリーを"
+"消費し、 動的に割り当てられた CPU 集合に対して操作を行うマクロの動作の効率が"
+"下がる結果となる。 これらのバグは glibc 2.9 で修正された。"
 
 #. type: SH
 #: build/C/man3/CPU_SET.3:312 build/C/man2/clone.2:1109
@@ -526,8 +657,12 @@ msgstr "例"
 
 #. type: Plain text
 #: build/C/man3/CPU_SET.3:315
-msgid "The following program demonstrates the use of some of the macros used for dynamically allocated CPU sets."
-msgstr "以下のプログラムは、動的に割り当てた CPU 集合に対していくつかのマクロを使用する例を示している。"
+msgid ""
+"The following program demonstrates the use of some of the macros used for "
+"dynamically allocated CPU sets."
+msgstr ""
+"以下のプログラムは、動的に割り当てた CPU 集合に対していくつかのマクロを使用す"
+"る例を示している。"
 
 #. type: Plain text
 #: build/C/man3/CPU_SET.3:323
@@ -651,8 +786,12 @@ msgstr "関連項目"
 
 #. type: Plain text
 #: build/C/man3/CPU_SET.3:361
-msgid "B<sched_setaffinity>(2), B<pthread_attr_setaffinity_np>(3), B<pthread_setaffinity_np>(3), B<cpuset>(7)"
-msgstr "B<sched_setaffinity>(2), B<pthread_attr_setaffinity_np>(3), B<pthread_setaffinity_np>(3), B<cpuset>(7)"
+msgid ""
+"B<sched_setaffinity>(2), B<pthread_attr_setaffinity_np>(3), "
+"B<pthread_setaffinity_np>(3), B<cpuset>(7)"
+msgstr ""
+"B<sched_setaffinity>(2), B<pthread_attr_setaffinity_np>(3), "
+"B<pthread_setaffinity_np>(3), B<cpuset>(7)"
 
 #. type: SH
 #: build/C/man3/CPU_SET.3:361 build/C/man2/clone.2:1221
@@ -674,7 +813,17 @@ msgstr "この文書について"
 #: build/C/man2/sched_setparam.2:150 build/C/man2/sched_setscheduler.2:250
 #: build/C/man2/sched_yield.2:89 build/C/man7/sched.7:710
 #: build/C/man2/setns.2:303 build/C/man2/unshare.2:478
-msgid "This page is part of release 3.78 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/."
+#, fuzzy
+#| msgid ""
+#| "This page is part of release 3.78 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/."
+msgid ""
+"This page is part of release 3.79 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.78 の一部\n"
 "である。プロジェクトの説明とバグ報告に関する情報は\n"
@@ -743,8 +892,11 @@ msgstr ""
 
 #. type: Plain text
 #: build/C/man2/clone.2:66
-msgid "Feature Test Macro Requirements for glibc wrapper function (see B<feature_test_macros>(7)):"
-msgstr "glibc ラッパー関数の機能検査マクロの要件 (B<feature_test_macros>(7) 参照):"
+msgid ""
+"Feature Test Macro Requirements for glibc wrapper function (see "
+"B<feature_test_macros>(7)):"
+msgstr ""
+"glibc ラッパー関数の機能検査マクロの要件 (B<feature_test_macros>(7) 参照):"
 
 #. type: Plain text
 #: build/C/man2/clone.2:69
@@ -790,43 +942,116 @@ msgstr "B<clone>() は、 B<fork>(2) と似た方法で新しいプロセスを
 
 #. type: Plain text
 #: build/C/man2/clone.2:94
-msgid "This page describes both the glibc B<clone>()  wrapper function and the underlying system call on which it is based.  The main text describes the wrapper function; the differences for the raw system call are described toward the end of this page."
-msgstr "このページでは、 glibc の B<clone>() ラッパー関数とその裏で呼ばれるシステムコールの両方について説明している。 メインの説明はラッパー関数に関するものである。 素のシステムコールにおける差分はこのページの最後の方で説明する。"
+msgid ""
+"This page describes both the glibc B<clone>()  wrapper function and the "
+"underlying system call on which it is based.  The main text describes the "
+"wrapper function; the differences for the raw system call are described "
+"toward the end of this page."
+msgstr ""
+"このページでは、 glibc の B<clone>() ラッパー関数とその裏で呼ばれるシステム"
+"コールの両方について説明している。 メインの説明はラッパー関数に関するものであ"
+"る。 素のシステムコールにおける差分はこのページの最後の方で説明する。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:106
-msgid "Unlike B<fork>(2), B<clone>()  allows the child process to share parts of its execution context with the calling process, such as the memory space, the table of file descriptors, and the table of signal handlers.  (Note that on this manual page, \"calling process\" normally corresponds to \"parent process\".  But see the description of B<CLONE_PARENT> below.)"
-msgstr "B<fork>(2) とは異なり、B<clone>() では、子プロセス (child process)  と呼び出し元のプロセスとが、メモリ空間、ファイルディスクリプターのテーブル、シグナルハンドラのテーブルなどの 実行コンテキストの一部を共有できる。 (このマニュアルにおける「呼び出し元のプロセス」は、通常は 「親プロセス」と一致する。但し、後述の B<CLONE_PARENT> の項も参照のこと)"
+msgid ""
+"Unlike B<fork>(2), B<clone>()  allows the child process to share parts of "
+"its execution context with the calling process, such as the memory space, "
+"the table of file descriptors, and the table of signal handlers.  (Note that "
+"on this manual page, \"calling process\" normally corresponds to \"parent "
+"process\".  But see the description of B<CLONE_PARENT> below.)"
+msgstr ""
+"B<fork>(2) とは異なり、B<clone>() では、子プロセス (child process)  と呼び出"
+"し元のプロセスとが、メモリー空間、ファイルディスクリプターのテーブル、シグナ"
+"ルハンドラーのテーブルなどの 実行コンテキストの一部を共有できる。 (このマニュ"
+"アルにおける「呼び出し元のプロセス」は、通常は 「親プロセス」と一致する。但"
+"し、後述の B<CLONE_PARENT> の項も参照のこと)"
 
 #. type: Plain text
 #: build/C/man2/clone.2:111
-msgid "The main use of B<clone>()  is to implement threads: multiple threads of control in a program that run concurrently in a shared memory space."
-msgstr "B<clone>()  の主要な使用法はスレッド (threads) を実装することである: 一つのプログラムの中の複数のスレッドは共有されたメモリ空間で 同時に実行される。"
+msgid ""
+"The main use of B<clone>()  is to implement threads: multiple threads of "
+"control in a program that run concurrently in a shared memory space."
+msgstr ""
+"B<clone>()  の主要な使用法はスレッド (threads) を実装することである: 一つのプ"
+"ログラムの中の複数のスレッドは共有されたメモリー空間で 同時に実行される。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:131
-msgid "When the child process is created with B<clone>(), it executes the function I<fn>(I<arg>).  (This differs from B<fork>(2), where execution continues in the child from the point of the B<fork>(2)  call.)  The I<fn> argument is a pointer to a function that is called by the child process at the beginning of its execution.  The I<arg> argument is passed to the I<fn> function."
-msgstr "B<clone>()  で子プロセスが作成された時に、作成された子プロセスは関数 I<fn>(I<arg>)  を実行する。 (この点が B<fork>(2)  とは異なる。 B<fork>(2)  の場合、子プロセスは B<fork>(2)  が呼び出された場所から実行を続ける。)  I<fn> 引き数は、子プロセスが実行を始める時に子プロセスが呼び出す 関数へのポインターである。 I<arg> 引き数はそのまま I<fn> 関数へと渡される。"
+msgid ""
+"When the child process is created with B<clone>(), it executes the function "
+"I<fn>(I<arg>).  (This differs from B<fork>(2), where execution continues in "
+"the child from the point of the B<fork>(2)  call.)  The I<fn> argument is a "
+"pointer to a function that is called by the child process at the beginning "
+"of its execution.  The I<arg> argument is passed to the I<fn> function."
+msgstr ""
+"B<clone>()  で子プロセスが作成された時に、作成された子プロセスは関数 "
+"I<fn>(I<arg>)  を実行する。 (この点が B<fork>(2)  とは異なる。 B<fork>(2)  の"
+"場合、子プロセスは B<fork>(2)  が呼び出された場所から実行を続ける。)  I<fn> "
+"引き数は、子プロセスが実行を始める時に子プロセスが呼び出す 関数へのポインター"
+"である。 I<arg> 引き数はそのまま I<fn> 関数へと渡される。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:141
-msgid "When the I<fn>(I<arg>)  function application returns, the child process terminates.  The integer returned by I<fn> is the exit code for the child process.  The child process may also terminate explicitly by calling B<exit>(2)  or after receiving a fatal signal."
-msgstr "I<fn>(I<arg>)  関数が終了すると、子プロセスは終了する。 I<fn> によって返された整数が子プロセスの終了コードとなる。 子プロセスは、 B<exit>(2)  を呼んで明示的に終了することもあるし、致命的なシグナルを受信した 場合に終了することもある。"
+msgid ""
+"When the I<fn>(I<arg>)  function application returns, the child process "
+"terminates.  The integer returned by I<fn> is the exit code for the child "
+"process.  The child process may also terminate explicitly by calling "
+"B<exit>(2)  or after receiving a fatal signal."
+msgstr ""
+"I<fn>(I<arg>)  関数が終了すると、子プロセスは終了する。 I<fn> によって返され"
+"た整数が子プロセスの終了コードとなる。 子プロセスは、 B<exit>(2)  を呼んで明"
+"示的に終了することもあるし、致命的なシグナルを受信した 場合に終了することもあ"
+"る。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:157
-msgid "The I<child_stack> argument specifies the location of the stack used by the child process.  Since the child and calling process may share memory, it is not possible for the child process to execute in the same stack as the calling process.  The calling process must therefore set up memory space for the child stack and pass a pointer to this space to B<clone>().  Stacks grow downward on all processors that run Linux (except the HP PA processors), so I<child_stack> usually points to the topmost address of the memory space set up for the child stack."
-msgstr "I<child_stack> 引き数は、子プロセスによって使用されるスタックの位置を指定する。 子プロセスと呼び出し元のプロセスはメモリを共有することがあるため、 子プロセスは呼び出し元のプロセスと同じスタックで実行することができない。 このため、呼び出し元のプロセスは子プロセスのスタックのためのメモリ空間を 用意して、この空間へのポインターを B<clone>()  へ渡さなければならない。 (HP PA プロセッサ以外の) Linux が動作する全てのプロセッサでは、 スタックは下方 (アドレスが小さい方向) へと伸びる。このため、普通は I<child_stack> は子プロセスのスタックのために用意したメモリ空間の一番大きい アドレスを指すようにする。"
+msgid ""
+"The I<child_stack> argument specifies the location of the stack used by the "
+"child process.  Since the child and calling process may share memory, it is "
+"not possible for the child process to execute in the same stack as the "
+"calling process.  The calling process must therefore set up memory space for "
+"the child stack and pass a pointer to this space to B<clone>().  Stacks grow "
+"downward on all processors that run Linux (except the HP PA processors), so "
+"I<child_stack> usually points to the topmost address of the memory space set "
+"up for the child stack."
+msgstr ""
+"I<child_stack> 引き数は、子プロセスによって使用されるスタックの位置を指定す"
+"る。 子プロセスと呼び出し元のプロセスはメモリーを共有することがあるため、 子"
+"プロセスは呼び出し元のプロセスと同じスタックで実行することができない。 このた"
+"め、呼び出し元のプロセスは子プロセスのスタックのためのメモリー空間を 用意し"
+"て、この空間へのポインターを B<clone>()  へ渡さなければならない。 (HP PA プロ"
+"セッサ以外の) Linux が動作する全てのプロセッサでは、 スタックは下方 (アドレス"
+"が小さい方向) へと伸びる。このため、普通は I<child_stack> は子プロセスのス"
+"タックのために用意したメモリー空間の一番大きい アドレスを指すようにする。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:173
-msgid "The low byte of I<flags> contains the number of the I<termination signal> sent to the parent when the child dies.  If this signal is specified as anything other than B<SIGCHLD>, then the parent process must specify the B<__WALL> or B<__WCLONE> options when waiting for the child with B<wait>(2).  If no signal is specified, then the parent process is not signaled when the child terminates."
-msgstr "I<flags> の下位 1 バイトは子プロセスが死んだ場合に親プロセスへと送られる I<終了シグナル (termination signal)> の番号を指定する。このシグナルとして B<SIGCHLD> 以外が指定された場合、親プロセスは、 B<wait>(2)  で子プロセスを待つ際に、オプションとして B<__WALL> または B<__WCLONE> を指定しなければならない。 どのシグナルも指定されなかった場合、子プロセスが終了した時に親プロセス にシグナルは送られない。"
+msgid ""
+"The low byte of I<flags> contains the number of the I<termination signal> "
+"sent to the parent when the child dies.  If this signal is specified as "
+"anything other than B<SIGCHLD>, then the parent process must specify the "
+"B<__WALL> or B<__WCLONE> options when waiting for the child with "
+"B<wait>(2).  If no signal is specified, then the parent process is not "
+"signaled when the child terminates."
+msgstr ""
+"I<flags> の下位 1 バイトは子プロセスが死んだ場合に親プロセスへと送られる I<終"
+"了シグナル (termination signal)> の番号を指定する。このシグナルとして "
+"B<SIGCHLD> 以外が指定された場合、親プロセスは、 B<wait>(2)  で子プロセスを待"
+"つ際に、オプションとして B<__WALL> または B<__WCLONE> を指定しなければならな"
+"い。 どのシグナルも指定されなかった場合、子プロセスが終了した時に親プロセス "
+"にシグナルは送られない。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:178
-msgid "I<flags> may also be bitwise-or'ed with zero or more of the following constants, in order to specify what is shared between the calling process and the child process:"
-msgstr "I<flags> には、以下の定数のうち 0個以上をビット毎の論理和 (bitwise-or)  をとったものを指定できる。これらの定数は呼び出し元のプロセスと 子プロセスの間で何を共有するかを指定する:"
+msgid ""
+"I<flags> may also be bitwise-or'ed with zero or more of the following "
+"constants, in order to specify what is shared between the calling process "
+"and the child process:"
+msgstr ""
+"I<flags> には、以下の定数のうち 0個以上をビット毎の論理和 (bitwise-or)  を"
+"とったものを指定できる。これらの定数は呼び出し元のプロセスと 子プロセスの間で"
+"何を共有するかを指定する:"
 
 #. type: TP
 #: build/C/man2/clone.2:178
@@ -836,8 +1061,16 @@ msgstr "B<CLONE_CHILD_CLEARTID> (Linux 2.5.49 以降)"
 
 #. type: Plain text
 #: build/C/man2/clone.2:188
-msgid "Erase child thread ID at location I<ctid> in child memory when the child exits, and do a wakeup on the futex at that address.  The address involved may be changed by the B<set_tid_address>(2)  system call.  This is used by threading libraries."
-msgstr "子プロセスが終了したときに子プロセスのメモリ内の I<ctid> が指す場所にある子プロセスのスレッド ID を消去し、 そのアドレスで futex を wake (起床) させる。 このアドレスは B<set_tid_address>(2)  システムコールで変更することができる。 この機能はスレッドライブラリで使用される。"
+msgid ""
+"Erase child thread ID at location I<ctid> in child memory when the child "
+"exits, and do a wakeup on the futex at that address.  The address involved "
+"may be changed by the B<set_tid_address>(2)  system call.  This is used by "
+"threading libraries."
+msgstr ""
+"子プロセスが終了したときに子プロセスのメモリー内の I<ctid> が指す場所にある子"
+"プロセスのスレッド ID を消去し、 そのアドレスで futex を wake (起床) させ"
+"る。 このアドレスは B<set_tid_address>(2)  システムコールで変更することができ"
+"る。 この機能はスレッドライブラリで使用される。"
 
 #. type: TP
 #: build/C/man2/clone.2:188
@@ -848,7 +1081,9 @@ msgstr "B<CLONE_CHILD_SETTID> (Linux 2.5.49 以降)"
 #. type: Plain text
 #: build/C/man2/clone.2:193
 msgid "Store child thread ID at location I<ctid> in child memory."
-msgstr "子プロセスのメモリ内の I<ctid> が指す場所に子プロセスのスレッド ID を格納する。"
+msgstr ""
+"子プロセスのメモリー内の I<ctid> が指す場所に子プロセスのスレッド ID を格納す"
+"る。"
 
 #. type: TP
 #: build/C/man2/clone.2:193
@@ -858,13 +1093,40 @@ msgstr "B<CLONE_FILES> (Linux 2.0 以降)"
 
 #. type: Plain text
 #: build/C/man2/clone.2:206
-msgid "If B<CLONE_FILES> is set, the calling process and the child process share the same file descriptor table.  Any file descriptor created by the calling process or by the child process is also valid in the other process.  Similarly, if one of the processes closes a file descriptor, or changes its associated flags (using the B<fcntl>(2)  B<F_SETFD> operation), the other process is also affected."
-msgstr "B<CLONE_FILES> が設定された場合、呼び出し元のプロセスと子プロセスはファイルディスクリプターの テーブルを共有する。 呼び出し元プロセスとその子プロセスの一方が作成した ファイルディスクリプターは、もう一方においても有効である。 同じように、一方のプロセスがファイルディスクリプターを閉じたり、 (B<fcntl>(2)  B<F_SETFD> 操作を使って) ディスクリプターに関連するフラグを変更したりすると、 もう一方のプロセスにも影響する。"
+msgid ""
+"If B<CLONE_FILES> is set, the calling process and the child process share "
+"the same file descriptor table.  Any file descriptor created by the calling "
+"process or by the child process is also valid in the other process.  "
+"Similarly, if one of the processes closes a file descriptor, or changes its "
+"associated flags (using the B<fcntl>(2)  B<F_SETFD> operation), the other "
+"process is also affected."
+msgstr ""
+"B<CLONE_FILES> が設定された場合、呼び出し元のプロセスと子プロセスはファイル"
+"ディスクリプターの テーブルを共有する。 呼び出し元プロセスとその子プロセスの"
+"一方が作成した ファイルディスクリプターは、もう一方においても有効である。 同"
+"じように、一方のプロセスがファイルディスクリプターを閉じたり、 (B<fcntl>(2)  "
+"B<F_SETFD> 操作を使って) ディスクリプターに関連するフラグを変更したりする"
+"と、 もう一方のプロセスにも影響する。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:220
-msgid "If B<CLONE_FILES> is not set, the child process inherits a copy of all file descriptors opened in the calling process at the time of B<clone>().  (The duplicated file descriptors in the child refer to the same open file descriptions (see B<open>(2))  as the corresponding file descriptors in the calling process.)  Subsequent operations that open or close file descriptors, or change file descriptor flags, performed by either the calling process or the child process do not affect the other process."
-msgstr "B<CLONE_FILES> が設定されていない場合、子プロセスは、 B<clone>()  が実行された時点で、呼び出し元のプロセスがオープンしている全ての ファイルディスクリプターのコピーを継承する (子プロセスの複製されたファイルディスクリプターは、 対応する呼び出し元のプロセスのファイルディスクリプターと 同じファイル記述 (B<open>(2)  参照) を参照する)。 これ以降に、呼び出し元のプロセスと子プロセスの一方が ファイルディスクリプターの操作 (ファイルディスクリプターの オープン・クローズや、ファイルディスクリプターフラグの変更)  を行っても、もう一方のプロセスには影響を与えない。"
+msgid ""
+"If B<CLONE_FILES> is not set, the child process inherits a copy of all file "
+"descriptors opened in the calling process at the time of B<clone>().  (The "
+"duplicated file descriptors in the child refer to the same open file "
+"descriptions (see B<open>(2))  as the corresponding file descriptors in the "
+"calling process.)  Subsequent operations that open or close file "
+"descriptors, or change file descriptor flags, performed by either the "
+"calling process or the child process do not affect the other process."
+msgstr ""
+"B<CLONE_FILES> が設定されていない場合、子プロセスは、 B<clone>()  が実行され"
+"た時点で、呼び出し元のプロセスがオープンしている全ての ファイルディスクリプ"
+"ターのコピーを継承する (子プロセスの複製されたファイルディスクリプターは、 対"
+"応する呼び出し元のプロセスのファイルディスクリプターと 同じファイル記述 "
+"(B<open>(2)  参照) を参照する)。 これ以降に、呼び出し元のプロセスと子プロセス"
+"の一方が ファイルディスクリプターの操作 (ファイルディスクリプターの オープ"
+"ン・クローズや、ファイルディスクリプターフラグの変更)  を行っても、もう一方の"
+"プロセスには影響を与えない。"
 
 #. type: TP
 #: build/C/man2/clone.2:220
@@ -874,13 +1136,32 @@ msgstr "B<CLONE_FS> (Linux 2.0 以降)"
 
 #. type: Plain text
 #: build/C/man2/clone.2:235
-msgid "If B<CLONE_FS> is set, the caller and the child process share the same filesystem information.  This includes the root of the filesystem, the current working directory, and the umask.  Any call to B<chroot>(2), B<chdir>(2), or B<umask>(2)  performed by the calling process or the child process also affects the other process."
-msgstr "B<CLONE_FS> が設定された場合、呼び出し元のプロセスと子プロセスが同じファイルシステム 情報を共有する。ファイルシステム情報は、ファイルシステムのルート (root)、 カレントワーキングディレクトリ (current working directory)  や umask などである。 呼び出し元のプロセスや子プロセスのどちらか一方によって B<chroot>(2), B<chdir>(2), B<umask>(2)  が呼び出されると、もう一方のプロセスにも影響が及ぶ。"
+msgid ""
+"If B<CLONE_FS> is set, the caller and the child process share the same "
+"filesystem information.  This includes the root of the filesystem, the "
+"current working directory, and the umask.  Any call to B<chroot>(2), "
+"B<chdir>(2), or B<umask>(2)  performed by the calling process or the child "
+"process also affects the other process."
+msgstr ""
+"B<CLONE_FS> が設定された場合、呼び出し元のプロセスと子プロセスが同じファイル"
+"システム 情報を共有する。ファイルシステム情報は、ファイルシステムのルート "
+"(root)、 カレントワーキングディレクトリ (current working directory)  や "
+"umask などである。 呼び出し元のプロセスや子プロセスのどちらか一方によって "
+"B<chroot>(2), B<chdir>(2), B<umask>(2)  が呼び出されると、もう一方のプロセス"
+"にも影響が及ぶ。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:247
-msgid "If B<CLONE_FS> is not set, the child process works on a copy of the filesystem information of the calling process at the time of the B<clone>()  call.  Calls to B<chroot>(2), B<chdir>(2), B<umask>(2)  performed later by one of the processes do not affect the other process."
-msgstr "B<CLONE_FS> が設定されていない場合、子プロセスは、 B<clone>()  が実行された時点での、呼び出し元のプロセスのファイルシステム情報のコピーを 使用する。 これ以降は、呼び出し元のプロセスと子プロセスの一方が B<chroot>(2), B<chdir>(2), B<umask>(2)  を呼び出しても、もう一方のプロセスには影響を与えない。"
+msgid ""
+"If B<CLONE_FS> is not set, the child process works on a copy of the "
+"filesystem information of the calling process at the time of the B<clone>()  "
+"call.  Calls to B<chroot>(2), B<chdir>(2), B<umask>(2)  performed later by "
+"one of the processes do not affect the other process."
+msgstr ""
+"B<CLONE_FS> が設定されていない場合、子プロセスは、 B<clone>()  が実行された時"
+"点での、呼び出し元のプロセスのファイルシステム情報のコピーを 使用する。 これ"
+"以降は、呼び出し元のプロセスと子プロセスの一方が B<chroot>(2), B<chdir>(2), "
+"B<umask>(2)  を呼び出しても、もう一方のプロセスには影響を与えない。"
 
 #. type: TP
 #: build/C/man2/clone.2:247
@@ -890,21 +1171,48 @@ msgstr "B<CLONE_IO> (Linux 2.6.25 以降)"
 
 #. type: Plain text
 #: build/C/man2/clone.2:256
-msgid "If B<CLONE_IO> is set, then the new process shares an I/O context with the calling process.  If this flag is not set, then (as with B<fork>(2))  the new process has its own I/O context."
-msgstr "B<CLONE_IO> が設定された場合、新しいプロセスは呼び出し元のプロセスと I/O コンテキストを共有する。 このフラグが設定されていない場合には、 (B<fork>(2)  の場合と同様) 新しいプロセスは自分専用の I/O コンテキストを持つ。"
+msgid ""
+"If B<CLONE_IO> is set, then the new process shares an I/O context with the "
+"calling process.  If this flag is not set, then (as with B<fork>(2))  the "
+"new process has its own I/O context."
+msgstr ""
+"B<CLONE_IO> が設定された場合、新しいプロセスは呼び出し元のプロセスと I/O コン"
+"テキストを共有する。 このフラグが設定されていない場合には、 (B<fork>(2)  の場"
+"合と同様) 新しいプロセスは自分専用の I/O コンテキストを持つ。"
 
 #.  The following based on text from Jens Axboe
 #.  the anticipatory and CFQ scheduler
 #.  with CFQ and AS.
 #. type: Plain text
 #: build/C/man2/clone.2:273
-msgid "The I/O context is the I/O scope of the disk scheduler (i.e, what the I/O scheduler uses to model scheduling of a process's I/O).  If processes share the same I/O context, they are treated as one by the I/O scheduler.  As a consequence, they get to share disk time.  For some I/O schedulers, if two processes share an I/O context, they will be allowed to interleave their disk access.  If several threads are doing I/O on behalf of the same process (B<aio_read>(3), for instance), they should employ B<CLONE_IO> to get better I/O performance."
-msgstr "I/O コンテキストは、ディスクスケジュールの I/O スコープである (言い換えると、I/O コンテキストは I/O スケジューラがプロセス I/O の スケジューリングをモデル化するのに使用される)。 複数のプロセスが同じ I/O コンテキストを共有する場合、 これらのプロセスは I/O スケジューラからは一つとして扱われる。 結果として、これらのプロセスはディスクアクセスの時間を共有するようになる。 いくつかの I/O スケジューラでは、 二つのプロセスが I/O コンテキストを共有している場合、 これらのプロセスはディスクアクセスを交互に行うことができる。 同じプロセスの複数のスレッドが I/O を実行している場合 (例えば B<aio_read>(3))、 B<CLONE_IO> を利用することで I/O 性能を良くすることができる。"
+msgid ""
+"The I/O context is the I/O scope of the disk scheduler (i.e, what the I/O "
+"scheduler uses to model scheduling of a process's I/O).  If processes share "
+"the same I/O context, they are treated as one by the I/O scheduler.  As a "
+"consequence, they get to share disk time.  For some I/O schedulers, if two "
+"processes share an I/O context, they will be allowed to interleave their "
+"disk access.  If several threads are doing I/O on behalf of the same process "
+"(B<aio_read>(3), for instance), they should employ B<CLONE_IO> to get better "
+"I/O performance."
+msgstr ""
+"I/O コンテキストは、ディスクスケジュールの I/O スコープである (言い換えると、"
+"I/O コンテキストは I/O スケジューラがプロセス I/O の スケジューリングをモデル"
+"化するのに使用される)。 複数のプロセスが同じ I/O コンテキストを共有する場"
+"合、 これらのプロセスは I/O スケジューラからは一つとして扱われる。 結果とし"
+"て、これらのプロセスはディスクアクセスの時間を共有するようになる。 いくつか"
+"の I/O スケジューラでは、 二つのプロセスが I/O コンテキストを共有している場"
+"合、 これらのプロセスはディスクアクセスを交互に行うことができる。 同じプロセ"
+"スの複数のスレッドが I/O を実行している場合 (例えば B<aio_read>(3))、 "
+"B<CLONE_IO> を利用することで I/O 性能を良くすることができる。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:277
-msgid "If the kernel is not configured with the B<CONFIG_BLOCK> option, this flag is a no-op."
-msgstr "カーネルの設定が B<CONFIG_BLOCK> オプション付きでない場合、 このフラグは何の意味も持たない。"
+msgid ""
+"If the kernel is not configured with the B<CONFIG_BLOCK> option, this flag "
+"is a no-op."
+msgstr ""
+"カーネルの設定が B<CONFIG_BLOCK> オプション付きでない場合、 このフラグは何の"
+"意味も持たない。"
 
 #. type: TP
 #: build/C/man2/clone.2:277 build/C/man2/unshare.2:96
@@ -914,30 +1222,63 @@ msgstr "B<CLONE_NEWIPC> (Linux 2.6.19 以降)"
 
 #. type: Plain text
 #: build/C/man2/clone.2:287
-msgid "If B<CLONE_NEWIPC> is set, then create the process in a new IPC namespace.  If this flag is not set, then (as with B<fork>(2)), the process is created in the same IPC namespace as the calling process.  This flag is intended for the implementation of containers."
-msgstr "B<CLONE_NEWIPC> が設定された場合、新しい IPC 名前空間 (namespace) でプロセスを作成する。 このフラグが設定されていない場合、 (B<fork>(2)  の場合と同様) 呼び出し元のプロセスと同じ IPC 名前空間でプロセスが 作成される。 このフラグは、コンテナの実装での使用を意図して用意されたものである。"
+msgid ""
+"If B<CLONE_NEWIPC> is set, then create the process in a new IPC namespace.  "
+"If this flag is not set, then (as with B<fork>(2)), the process is created "
+"in the same IPC namespace as the calling process.  This flag is intended for "
+"the implementation of containers."
+msgstr ""
+"B<CLONE_NEWIPC> が設定された場合、新しい IPC 名前空間 (namespace) でプロセス"
+"を作成する。 このフラグが設定されていない場合、 (B<fork>(2)  の場合と同様) 呼"
+"び出し元のプロセスと同じ IPC 名前空間でプロセスが 作成される。 このフラグは、"
+"コンテナの実装での使用を意図して用意されたものである。"
 
 #.  commit 7eafd7c74c3f2e67c27621b987b28397110d643f
 #.  https://lwn.net/Articles/312232/
 #. type: Plain text
 #: build/C/man2/clone.2:299
-msgid "An IPC namespace provides an isolated view of System\\ V IPC objects (see B<svipc>(7))  and (since Linux 2.6.30)  POSIX message queues (see B<mq_overview>(7)).  The common characteristic of these IPC mechanisms is that IPC objects are identified by mechanisms other than filesystem pathnames."
-msgstr "IPC 名前空間は、独立の System\\ V IPC オブジェクト空間 (B<svipc>(7) 参照) を提供する 。 (Linux 2.6.30 以降では) 独立した POSIX メッセージキュー空間 (B<mq_overview>(7) 参照) も提供される。 これらの IPC 機構に共通の特徴として、 IPC オブジェクトはファイルシステムのパス名とは違った仕組みで識別されるという点がある。"
+msgid ""
+"An IPC namespace provides an isolated view of System\\ V IPC objects (see "
+"B<svipc>(7))  and (since Linux 2.6.30)  POSIX message queues (see "
+"B<mq_overview>(7)).  The common characteristic of these IPC mechanisms is "
+"that IPC objects are identified by mechanisms other than filesystem "
+"pathnames."
+msgstr ""
+"IPC 名前空間は、独立の System\\ V IPC オブジェクト空間 (B<svipc>(7) 参照) を"
+"提供する 。 (Linux 2.6.30 以降では) 独立した POSIX メッセージキュー空間 "
+"(B<mq_overview>(7) 参照) も提供される。 これらの IPC 機構に共通の特徴とし"
+"て、 IPC オブジェクトはファイルシステムのパス名とは違った仕組みで識別されると"
+"いう点がある。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:303
-msgid "Objects created in an IPC namespace are visible to all other processes that are members of that namespace, but are not visible to processes in other IPC namespaces."
-msgstr "ある IPC 名前空間に作成されたオブジェクトは、 その名前空間のメンバーである他のすべてのプロセスからも見えるが、 違う IPC 名前空間のプロセスからは見えない。"
+msgid ""
+"Objects created in an IPC namespace are visible to all other processes that "
+"are members of that namespace, but are not visible to processes in other IPC "
+"namespaces."
+msgstr ""
+"ある IPC 名前空間に作成されたオブジェクトは、 その名前空間のメンバーである他"
+"のすべてのプロセスからも見えるが、 違う IPC 名前空間のプロセスからは見えな"
+"い。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:307
-msgid "When an IPC namespace is destroyed (i.e., when the last process that is a member of the namespace terminates), all IPC objects in the namespace are automatically destroyed."
-msgstr "IPC 名前空間が破棄される時 (すなわち、その名前空間のメンバーの最後のプロセスが終了する時)、 その名前空間の全ての IPC オブジェクトは自動的に破棄される。"
+msgid ""
+"When an IPC namespace is destroyed (i.e., when the last process that is a "
+"member of the namespace terminates), all IPC objects in the namespace are "
+"automatically destroyed."
+msgstr ""
+"IPC 名前空間が破棄される時 (すなわち、その名前空間のメンバーの最後のプロセス"
+"が終了する時)、 その名前空間の全ての IPC オブジェクトは自動的に破棄される。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:314
-msgid "Only a privileged process (B<CAP_SYS_ADMIN>)  can employ B<CLONE_NEWIPC>.  This flag can't be specified in conjunction with B<CLONE_SYSVSEM>."
-msgstr "特権プロセス (B<CAP_SYS_ADMIN>) だけが B<CLONE_NEWIPC> を使用できる。 このフラグは B<CLONE_SYSVSEM> と組み合わせて指定することはできない。"
+msgid ""
+"Only a privileged process (B<CAP_SYS_ADMIN>)  can employ B<CLONE_NEWIPC>.  "
+"This flag can't be specified in conjunction with B<CLONE_SYSVSEM>."
+msgstr ""
+"特権プロセス (B<CAP_SYS_ADMIN>) だけが B<CLONE_NEWIPC> を使用できる。 このフ"
+"ラグは B<CLONE_SYSVSEM> と組み合わせて指定することはできない。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:317
@@ -952,28 +1293,64 @@ msgstr "B<CLONE_NEWNET> (Linux 2.6.24 以降)"
 
 #. type: Plain text
 #: build/C/man2/clone.2:321
-msgid "(The implementation of this flag was completed only by about kernel version 2.6.29.)"
+msgid ""
+"(The implementation of this flag was completed only by about kernel version "
+"2.6.29.)"
 msgstr "(このフラグの実装は、Linux 2.6.29 あたりまでには完成した。)"
 
 #. type: Plain text
 #: build/C/man2/clone.2:330
-msgid "If B<CLONE_NEWNET> is set, then create the process in a new network namespace.  If this flag is not set, then (as with B<fork>(2))  the process is created in the same network namespace as the calling process.  This flag is intended for the implementation of containers."
-msgstr "B<CLONE_NEWNET> が設定された場合、新しいネットワーク名前空間 (network namaspace)  でプロセスを作成する。 このフラグが設定されていない場合、 (B<fork>(2)  の場合と同様) 呼び出し元のプロセスと同じネットワーク名前空間でプロセスが 作成される。 このフラグは、コンテナの実装での使用を意図して用意されたものである。"
+msgid ""
+"If B<CLONE_NEWNET> is set, then create the process in a new network "
+"namespace.  If this flag is not set, then (as with B<fork>(2))  the process "
+"is created in the same network namespace as the calling process.  This flag "
+"is intended for the implementation of containers."
+msgstr ""
+"B<CLONE_NEWNET> が設定された場合、新しいネットワーク名前空間 (network "
+"namaspace)  でプロセスを作成する。 このフラグが設定されていない場合、 "
+"(B<fork>(2)  の場合と同様) 呼び出し元のプロセスと同じネットワーク名前空間でプ"
+"ロセスが 作成される。 このフラグは、コンテナの実装での使用を意図して用意され"
+"たものである。"
 
 #.  FIXME . Add pointer to veth(4) page when it is eventually completed
 #. type: Plain text
 #: build/C/man2/clone.2:345
-msgid "A network namespace provides an isolated view of the networking stack (network device interfaces, IPv4 and IPv6 protocol stacks, IP routing tables, firewall rules, the I</proc/net> and I</sys/class/net> directory trees, sockets, etc.).  A physical network device can live in exactly one network namespace.  A virtual network device (\"veth\") pair provides a pipe-like abstraction that can be used to create tunnels between network namespaces, and can be used to create a bridge to a physical network device in another namespace."
-msgstr "ネットワーク名前空間は、分離されたネットワークスタックを提供するものである (ネットワークスタックとは、 ネットワークデバイスインタフェース、IPv4 や IPv6 プロトコルスタック、 I</proc/net>、 I</sys/class/net> ディレクトリツリー、ソケットなどである)。 物理ネットワークデバイスが所属できるネットワーク名前空間は一つだけである。 仮想ネットワークデバイス (\"veth\") のペアにより パイプ風の抽象化 (abstraction) が実現されており、 これを使うことで、ネットワーク名前空間間のトンネルを作成したり、 別の名前空間の物理ネットワークデバイスへのブリッジを作成したり することができる。"
+msgid ""
+"A network namespace provides an isolated view of the networking stack "
+"(network device interfaces, IPv4 and IPv6 protocol stacks, IP routing "
+"tables, firewall rules, the I</proc/net> and I</sys/class/net> directory "
+"trees, sockets, etc.).  A physical network device can live in exactly one "
+"network namespace.  A virtual network device (\"veth\") pair provides a pipe-"
+"like abstraction that can be used to create tunnels between network "
+"namespaces, and can be used to create a bridge to a physical network device "
+"in another namespace."
+msgstr ""
+"ネットワーク名前空間は、分離されたネットワークスタックを提供するものである "
+"(ネットワークスタックとは、 ネットワークデバイスインターフェース、IPv4 や "
+"IPv6 プロトコルスタック、 I</proc/net>、 I</sys/class/net> ディレクトリツ"
+"リー、ソケットなどである)。 物理ネットワークデバイスが所属できるネットワーク"
+"名前空間は一つだけである。 仮想ネットワークデバイス (\"veth\") のペアにより "
+"パイプ風の抽象化 (abstraction) が実現されており、 これを使うことで、ネット"
+"ワーク名前空間間のトンネルを作成したり、 別の名前空間の物理ネットワークデバイ"
+"スへのブリッジを作成したり することができる。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:352
-msgid "When a network namespace is freed (i.e., when the last process in the namespace terminates), its physical network devices are moved back to the initial network namespace (not to the parent of the process).  For further information on network namespaces, see B<namespaces>(7)."
-msgstr "ネットワーク名前空間が解放される時 (すなわち、その名前空間の最後のプロセスが終了する時)、 物理ネットワークデバイスは初期ネットワーク名前空間 (initial network namespace) に戻される (親プロセスのネットワーク名前空間に戻される訳ではない)。 ネットワーク名前空間のさらなる情報は B<namespaces>(7) を参照。"
+msgid ""
+"When a network namespace is freed (i.e., when the last process in the "
+"namespace terminates), its physical network devices are moved back to the "
+"initial network namespace (not to the parent of the process).  For further "
+"information on network namespaces, see B<namespaces>(7)."
+msgstr ""
+"ネットワーク名前空間が解放される時 (すなわち、その名前空間の最後のプロセスが"
+"終了する時)、 物理ネットワークデバイスは初期ネットワーク名前空間 (initial "
+"network namespace) に戻される (親プロセスのネットワーク名前空間に戻される訳で"
+"はない)。 ネットワーク名前空間のさらなる情報は B<namespaces>(7) を参照。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:357
-msgid "Only a privileged process (B<CAP_SYS_ADMIN>)  can employ B<CLONE_NEWNET>."
+msgid ""
+"Only a privileged process (B<CAP_SYS_ADMIN>)  can employ B<CLONE_NEWNET>."
 msgstr "特権プロセス (B<CAP_SYS_ADMIN>) だけが B<CLONE_NEWNET> を使用できる。"
 
 #. type: TP
@@ -984,8 +1361,16 @@ msgstr "B<CLONE_NEWNS> (Linux 2.4.19 以降)"
 
 #. type: Plain text
 #: build/C/man2/clone.2:367
-msgid "If B<CLONE_NEWNS> is set, the cloned child is started in a new mount namespace, initialized with a copy of the namespace of the parent.  If B<CLONE_NEWNS> is not set, the child lives in the same mount namespace as the parent."
-msgstr "B<CLONE_NEWNS> がセットされている場合、 clone で作成された子プロセスは新しいマウント名前空間で開始され、 新しい名前空間は親プロセスの名前空間のコピーで初期化される。 B<CLONE_NEWNS> がセットされていない場合、 子プロセスは親プロセスと同じマウント名前空間となる。"
+msgid ""
+"If B<CLONE_NEWNS> is set, the cloned child is started in a new mount "
+"namespace, initialized with a copy of the namespace of the parent.  If "
+"B<CLONE_NEWNS> is not set, the child lives in the same mount namespace as "
+"the parent."
+msgstr ""
+"B<CLONE_NEWNS> がセットされている場合、 clone で作成された子プロセスは新しい"
+"マウント名前空間で開始され、 新しい名前空間は親プロセスの名前空間のコピーで初"
+"期化される。 B<CLONE_NEWNS> がセットされていない場合、 子プロセスは親プロセス"
+"と同じマウント名前空間となる。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:370
@@ -995,8 +1380,14 @@ msgstr "マウント名前空間の詳細は B<namespaces>(7) を参照。"
 #.  See https://lwn.net/Articles/543273/
 #. type: Plain text
 #: build/C/man2/clone.2:383
-msgid "Only a privileged process (B<CAP_SYS_ADMIN>)  can employ B<CLONE_NEWNS>.  It is not permitted to specify both B<CLONE_NEWNS> and B<CLONE_FS> in the same B<clone>()  call."
-msgstr "特権プロセス (B<CAP_SYS_ADMIN>) のみが B<CLONE_NEWNS> を指定することができる。 一つの B<clone>()  呼び出しで、 B<CLONE_NEWNS> と B<CLONE_FS> の両方を指定することはできない。"
+msgid ""
+"Only a privileged process (B<CAP_SYS_ADMIN>)  can employ B<CLONE_NEWNS>.  It "
+"is not permitted to specify both B<CLONE_NEWNS> and B<CLONE_FS> in the same "
+"B<clone>()  call."
+msgstr ""
+"特権プロセス (B<CAP_SYS_ADMIN>) のみが B<CLONE_NEWNS> を指定することができ"
+"る。 一つの B<clone>()  呼び出しで、 B<CLONE_NEWNS> と B<CLONE_FS> の両方を指"
+"定することはできない。"
 
 #. type: TP
 #: build/C/man2/clone.2:383
@@ -1012,18 +1403,34 @@ msgstr "B<CLONE_NEWPID> (Linux 2.6.24 以降)"
 #.  Author: Pavel Emelyanov <xemul@openvz.org>
 #. type: Plain text
 #: build/C/man2/clone.2:400
-msgid "If B<CLONE_NEWPID> is set, then create the process in a new PID namespace.  If this flag is not set, then (as with B<fork>(2))  the process is created in the same PID namespace as the calling process.  This flag is intended for the implementation of containers."
-msgstr "B<CLONE_NEWPID> が設定された場合、新しい PID 名前空間でプロセスを作成する。 このフラグが設定されていない場合、 (B<fork>(2)  の場合と同様) 呼び出し元のプロセスと同じ PID 名前空間で プロセスが作成される。 このフラグは、コンテナの実装での使用を意図して用意されたものである。"
+msgid ""
+"If B<CLONE_NEWPID> is set, then create the process in a new PID namespace.  "
+"If this flag is not set, then (as with B<fork>(2))  the process is created "
+"in the same PID namespace as the calling process.  This flag is intended for "
+"the implementation of containers."
+msgstr ""
+"B<CLONE_NEWPID> が設定された場合、新しい PID 名前空間でプロセスを作成する。 "
+"このフラグが設定されていない場合、 (B<fork>(2)  の場合と同様) 呼び出し元のプ"
+"ロセスと同じ PID 名前空間で プロセスが作成される。 このフラグは、コンテナの実"
+"装での使用を意図して用意されたものである。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:405
-msgid "For further information on PID namespaces, see B<namespaces>(7)  and B<pid_namespaces>(7)"
+msgid ""
+"For further information on PID namespaces, see B<namespaces>(7)  and "
+"B<pid_namespaces>(7)"
 msgstr "PID 名前空間の詳細は B<namespaces>(7) と B<pid_namespaces>(7) を参照。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:414
-msgid "Only a privileged process (B<CAP_SYS_ADMIN>)  can employ B<CLONE_NEWPID>.  This flag can't be specified in conjunction with B<CLONE_THREAD> or B<CLONE_PARENT>."
-msgstr "特権プロセス (B<CAP_SYS_ADMIN>) だけが B<CLONE_NEWPID> を使用できる。 このフラグは B<CLONE_THREAD> や B<CLONE_PARENT> と組み合わせて指定することはできない。"
+msgid ""
+"Only a privileged process (B<CAP_SYS_ADMIN>)  can employ B<CLONE_NEWPID>.  "
+"This flag can't be specified in conjunction with B<CLONE_THREAD> or "
+"B<CLONE_PARENT>."
+msgstr ""
+"特権プロセス (B<CAP_SYS_ADMIN>) だけが B<CLONE_NEWPID> を使用できる。 このフ"
+"ラグは B<CLONE_THREAD> や B<CLONE_PARENT> と組み合わせて指定することはできな"
+"い。"
 
 #. type: TP
 #: build/C/man2/clone.2:414
@@ -1033,24 +1440,46 @@ msgstr "B<CLONE_NEWUSER>"
 
 #. type: Plain text
 #: build/C/man2/clone.2:424
-msgid "(This flag first became meaningful for B<clone>()  in Linux 2.6.23, the current B<clone>()  semantics were merged in Linux 3.5, and the final pieces to make the user namespaces completely usable were merged in Linux 3.8.)"
-msgstr "(このフラグが B<clone>() で意味を持つようになったのは Linux 2.6.23 である。 現在の B<clone>() の動作が取り込まれたのは Linux 3.5 であり、 ユーザー名前空間が完全に機能するようにする最後の機能が取り込まれたのは Linux 3.8 である。)"
+msgid ""
+"(This flag first became meaningful for B<clone>()  in Linux 2.6.23, the "
+"current B<clone>()  semantics were merged in Linux 3.5, and the final pieces "
+"to make the user namespaces completely usable were merged in Linux 3.8.)"
+msgstr ""
+"(このフラグが B<clone>() で意味を持つようになったのは Linux 2.6.23 である。 "
+"現在の B<clone>() の動作が取り込まれたのは Linux 3.5 であり、 ユーザー名前空"
+"間が完全に機能するようにする最後の機能が取り込まれたのは Linux 3.8 である。)"
 
 #. type: Plain text
 #: build/C/man2/clone.2:431
-msgid "If B<CLONE_NEWUSER> is set, then create the process in a new user namespace.  If this flag is not set, then (as with B<fork>(2))  the process is created in the same user namespace as the calling process."
-msgstr "B<CLONE_NEWUSER> がセットされている場合、新しいユーザー名前空間でプロセスを作成する。 このフラグがセットされていない場合、 (B<fork>(2)  の場合と同様に) 呼び出し元のプロセスと同じユーザー名前空間でプロセスが作成される。"
+msgid ""
+"If B<CLONE_NEWUSER> is set, then create the process in a new user "
+"namespace.  If this flag is not set, then (as with B<fork>(2))  the process "
+"is created in the same user namespace as the calling process."
+msgstr ""
+"B<CLONE_NEWUSER> がセットされている場合、新しいユーザー名前空間でプロセスを作"
+"成する。 このフラグがセットされていない場合、 (B<fork>(2)  の場合と同様に) 呼"
+"び出し元のプロセスと同じユーザー名前空間でプロセスが作成される。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:436
-msgid "For further information on user namespaces, see B<namespaces>(7)  and B<user_namespaces>(7)"
-msgstr "ユーザー名前空間の詳細は B<namespaces>(7) と B<user_namespaces>(7) を参照。"
+msgid ""
+"For further information on user namespaces, see B<namespaces>(7)  and "
+"B<user_namespaces>(7)"
+msgstr ""
+"ユーザー名前空間の詳細は B<namespaces>(7) と B<user_namespaces>(7) を参照。"
 
 #.  Before Linux 2.6.29, it appears that only CAP_SYS_ADMIN was needed
 #. type: Plain text
 #: build/C/man2/clone.2:447
-msgid "Before Linux 3.8, use of B<CLONE_NEWUSER> required that the caller have three capabilities: B<CAP_SYS_ADMIN>, B<CAP_SETUID>, and B<CAP_SETGID>.  Starting with Linux 3.8, no privileges are needed to create a user namespace."
-msgstr "Linux 3.8 より前では、 B<CLONE_NEWUSER> を使用するには、 呼び出し元は B<CAP_SYS_ADMIN>, B<CAP_SETUID>, B<CAP_SETGID> の 3 つのケーパリビティを持っている必要があった。 Linux 3.8 以降では、 ユーザー名前空間を作成するのに特権は必要なくなった。"
+msgid ""
+"Before Linux 3.8, use of B<CLONE_NEWUSER> required that the caller have "
+"three capabilities: B<CAP_SYS_ADMIN>, B<CAP_SETUID>, and B<CAP_SETGID>.  "
+"Starting with Linux 3.8, no privileges are needed to create a user namespace."
+msgstr ""
+"Linux 3.8 より前では、 B<CLONE_NEWUSER> を使用するには、 呼び出し元は "
+"B<CAP_SYS_ADMIN>, B<CAP_SETUID>, B<CAP_SETGID> の 3 つのケーパリビティを持っ"
+"ている必要があった。 Linux 3.8 以降では、 ユーザー名前空間を作成するのに特権"
+"は必要なくなった。"
 
 #.  commit e66eded8309ebf679d3d3c1f5820d1f2ca332c71
 #.  https://lwn.net/Articles/543273/
@@ -1059,8 +1488,14 @@ msgstr "Linux 3.8 より前では、 B<CLONE_NEWUSER> を使用するには、 
 #.  various filesystems that didn't support userns.
 #. type: Plain text
 #: build/C/man2/clone.2:461
-msgid "This flag can't be specified in conjunction with B<CLONE_THREAD> or B<CLONE_PARENT>.  For security reasons, B<CLONE_NEWUSER> cannot be specified in conjunction with B<CLONE_FS>."
-msgstr "このフラグは B<CLONE_THREAD> や B<CLONE_PARENT> と組み合わせて指定することはできない。 セキュリティ上の理由から、 B<CLONE_NEWUSER> は B<CLONE_FS> と組み合わせて指定することはできない。"
+msgid ""
+"This flag can't be specified in conjunction with B<CLONE_THREAD> or "
+"B<CLONE_PARENT>.  For security reasons, B<CLONE_NEWUSER> cannot be specified "
+"in conjunction with B<CLONE_FS>."
+msgstr ""
+"このフラグは B<CLONE_THREAD> や B<CLONE_PARENT> と組み合わせて指定することは"
+"できない。 セキュリティ上の理由から、 B<CLONE_NEWUSER> は B<CLONE_FS> と組み"
+"合わせて指定することはできない。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:464 build/C/man2/unshare.2:209
@@ -1075,17 +1510,37 @@ msgstr "B<CLONE_NEWUTS> (Linux 2.6.19 以降)"
 
 #. type: Plain text
 #: build/C/man2/clone.2:476
-msgid "If B<CLONE_NEWUTS> is set, then create the process in a new UTS namespace, whose identifiers are initialized by duplicating the identifiers from the UTS namespace of the calling process.  If this flag is not set, then (as with B<fork>(2))  the process is created in the same UTS namespace as the calling process.  This flag is intended for the implementation of containers."
-msgstr "B<CLONE_NEWUTS> が設定された場合、新しい UTS 名前空間でプロセスを作成する。 新しい UTS 名前空間の識別子の初期値は、呼び出し元のプロセスの UTS 名前空間の識別子を複製したものとなる。 このフラグが設定されていない場合、 (B<fork>(2)  の場合と同様) 呼び出し元のプロセスと同じ UTS 名前空間で プロセスが作成される。 このフラグは、コンテナの実装での使用を意図して用意されたものである。"
+msgid ""
+"If B<CLONE_NEWUTS> is set, then create the process in a new UTS namespace, "
+"whose identifiers are initialized by duplicating the identifiers from the "
+"UTS namespace of the calling process.  If this flag is not set, then (as "
+"with B<fork>(2))  the process is created in the same UTS namespace as the "
+"calling process.  This flag is intended for the implementation of containers."
+msgstr ""
+"B<CLONE_NEWUTS> が設定された場合、新しい UTS 名前空間でプロセスを作成する。 "
+"新しい UTS 名前空間の識別子の初期値は、呼び出し元のプロセスの UTS 名前空間の"
+"識別子を複製したものとなる。 このフラグが設定されていない場合、 (B<fork>(2)  "
+"の場合と同様) 呼び出し元のプロセスと同じ UTS 名前空間で プロセスが作成され"
+"る。 このフラグは、コンテナの実装での使用を意図して用意されたものである。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:487
-msgid "A UTS namespace is the set of identifiers returned by B<uname>(2); among these, the domain name and the hostname can be modified by B<setdomainname>(2)  and B<sethostname>(2), respectively.  Changes made to the identifiers in a UTS namespace are visible to all other processes in the same namespace, but are not visible to processes in other UTS namespaces."
-msgstr "UTS 名前空間は、 B<uname>(2)  が返す識別子の集合である。 識別子としてはドメイン名とホスト名があり、 それぞれ B<setdomainname>(2), B<sethostname>(2)  で修正することができる。 ある UTS 名前空間における識別子の変更は同じ名前空間の他のすべての プロセスに見えるが、別の UTS 名前空間のプロセスには見えない。"
+msgid ""
+"A UTS namespace is the set of identifiers returned by B<uname>(2); among "
+"these, the domain name and the hostname can be modified by "
+"B<setdomainname>(2)  and B<sethostname>(2), respectively.  Changes made to "
+"the identifiers in a UTS namespace are visible to all other processes in the "
+"same namespace, but are not visible to processes in other UTS namespaces."
+msgstr ""
+"UTS 名前空間は、 B<uname>(2)  が返す識別子の集合である。 識別子としてはドメイ"
+"ン名とホスト名があり、 それぞれ B<setdomainname>(2), B<sethostname>(2)  で修"
+"正することができる。 ある UTS 名前空間における識別子の変更は同じ名前空間の他"
+"のすべての プロセスに見えるが、別の UTS 名前空間のプロセスには見えない。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:492
-msgid "Only a privileged process (B<CAP_SYS_ADMIN>)  can employ B<CLONE_NEWUTS>."
+msgid ""
+"Only a privileged process (B<CAP_SYS_ADMIN>)  can employ B<CLONE_NEWUTS>."
 msgstr "特権プロセス (B<CAP_SYS_ADMIN>) だけが B<CLONE_NEWUTS> を使用できる。"
 
 #. type: Plain text
@@ -1101,18 +1556,33 @@ msgstr "B<CLONE_PARENT> (Linux 2.3.12 以降)"
 
 #. type: Plain text
 #: build/C/man2/clone.2:502
-msgid "If B<CLONE_PARENT> is set, then the parent of the new child (as returned by B<getppid>(2))  will be the same as that of the calling process."
-msgstr "B<CLONE_PARENT> が設定された場合、新しい子供の (B<getppid>(2)  で返される) 親プロセスは呼び出し元のプロセスの親プロセスと同じになる。"
+msgid ""
+"If B<CLONE_PARENT> is set, then the parent of the new child (as returned by "
+"B<getppid>(2))  will be the same as that of the calling process."
+msgstr ""
+"B<CLONE_PARENT> が設定された場合、新しい子供の (B<getppid>(2)  で返される) 親"
+"プロセスは呼び出し元のプロセスの親プロセスと同じになる。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:508
-msgid "If B<CLONE_PARENT> is not set, then (as with B<fork>(2))  the child's parent is the calling process."
-msgstr "B<CLONE_PARENT> が設定されていない場合、 (B<fork>(2)  と同様に) 呼び出し元のプロセスがその子供の親になる。"
+msgid ""
+"If B<CLONE_PARENT> is not set, then (as with B<fork>(2))  the child's parent "
+"is the calling process."
+msgstr ""
+"B<CLONE_PARENT> が設定されていない場合、 (B<fork>(2)  と同様に) 呼び出し元の"
+"プロセスがその子供の親になる。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:516
-msgid "Note that it is the parent process, as returned by B<getppid>(2), which is signaled when the child terminates, so that if B<CLONE_PARENT> is set, then the parent of the calling process, rather than the calling process itself, will be signaled."
-msgstr "子供が終了した時にシグナルが送られるのは B<getppid>(2)  が返す親プロセスである点に注意すること。このため B<CLONE_PARENT> が設定された場合、呼び出し元のプロセスではなく呼び出し元のプロセスの 親プロセスにシグナルが送られる。"
+msgid ""
+"Note that it is the parent process, as returned by B<getppid>(2), which is "
+"signaled when the child terminates, so that if B<CLONE_PARENT> is set, then "
+"the parent of the calling process, rather than the calling process itself, "
+"will be signaled."
+msgstr ""
+"子供が終了した時にシグナルが送られるのは B<getppid>(2)  が返す親プロセスであ"
+"る点に注意すること。このため B<CLONE_PARENT> が設定された場合、呼び出し元のプ"
+"ロセスではなく呼び出し元のプロセスの 親プロセスにシグナルが送られる。"
 
 #. type: TP
 #: build/C/man2/clone.2:516
@@ -1122,8 +1592,13 @@ msgstr "B<CLONE_PARENT_SETTID> (Linux 2.5.49 以降)"
 
 #. type: Plain text
 #: build/C/man2/clone.2:524
-msgid "Store child thread ID at location I<ptid> in parent and child memory.  (In Linux 2.5.32-2.5.48 there was a flag B<CLONE_SETTID> that did this.)"
-msgstr "親プロセスと子プロセスのメモリ内の I<ptid> が指す領域に子プロセスのスレッド ID を格納する。 (Linux 2.5.32-2.5.48 では、 同じことをする B<CLONE_SETTID> というフラグが存在した。)"
+msgid ""
+"Store child thread ID at location I<ptid> in parent and child memory.  (In "
+"Linux 2.5.32-2.5.48 there was a flag B<CLONE_SETTID> that did this.)"
+msgstr ""
+"親プロセスと子プロセスのメモリー内の I<ptid> が指す領域に子プロセスのスレッ"
+"ド ID を格納する。 (Linux 2.5.32-2.5.48 では、 同じことをする "
+"B<CLONE_SETTID> というフラグが存在した。)"
 
 #. type: TP
 #: build/C/man2/clone.2:524
@@ -1133,8 +1608,16 @@ msgstr "B<CLONE_PID> (廃止予定)"
 
 #. type: Plain text
 #: build/C/man2/clone.2:535
-msgid "If B<CLONE_PID> is set, the child process is created with the same process ID as the calling process.  This is good for hacking the system, but otherwise of not much use.  Since 2.3.21 this flag can be specified only by the system boot process (PID 0).  It disappeared in Linux 2.5.16."
-msgstr "B<CLONE_PID> が設定された場合、子プロセスは呼び出し元のプロセスと同じプロセス ID で作成される。これはシステムをハッキングするのには便利だが、 それ以外にはあまり使われない。 Linux 2.3.21 以降では、 システムのブートプロセス (PID 0) だけがこのフラグを指定できる。 Linux 2.5.16 で削除された。"
+msgid ""
+"If B<CLONE_PID> is set, the child process is created with the same process "
+"ID as the calling process.  This is good for hacking the system, but "
+"otherwise of not much use.  Since 2.3.21 this flag can be specified only by "
+"the system boot process (PID 0).  It disappeared in Linux 2.5.16."
+msgstr ""
+"B<CLONE_PID> が設定された場合、子プロセスは呼び出し元のプロセスと同じプロセ"
+"ス ID で作成される。これはシステムをハッキングするのには便利だが、 それ以外に"
+"はあまり使われない。 Linux 2.3.21 以降では、 システムのブートプロセス (PID "
+"0) だけがこのフラグを指定できる。 Linux 2.5.16 で削除された。"
 
 #. type: TP
 #: build/C/man2/clone.2:535
@@ -1144,8 +1627,12 @@ msgstr "B<CLONE_PTRACE> (Linux 2.2 以降)"
 
 #. type: Plain text
 #: build/C/man2/clone.2:542
-msgid "If B<CLONE_PTRACE> is specified, and the calling process is being traced, then trace the child also (see B<ptrace>(2))."
-msgstr "B<CLONE_PTRACE> が指定され、かつ呼び出し元のプロセスが追跡 (trace) されていた場合、子プロセスも 同様に追跡される。 (B<ptrace>(2)  を参照のこと)"
+msgid ""
+"If B<CLONE_PTRACE> is specified, and the calling process is being traced, "
+"then trace the child also (see B<ptrace>(2))."
+msgstr ""
+"B<CLONE_PTRACE> が指定され、かつ呼び出し元のプロセスが追跡 (trace) されていた"
+"場合、子プロセスも 同様に追跡される。 (B<ptrace>(2)  を参照のこと)"
 
 #. type: TP
 #: build/C/man2/clone.2:542
@@ -1155,8 +1642,12 @@ msgstr "B<CLONE_SETTLS> (Linux 2.5.32 以降)"
 
 #. type: Plain text
 #: build/C/man2/clone.2:549
-msgid "The I<newtls> argument is the new TLS (Thread Local Storage) descriptor.  (See B<set_thread_area>(2).)"
-msgstr "I<newtls> 引き数は、新しい TLS (Thread Local Storage) ディスクリプターである。 (B<set_thread_area>(2)  を参照のこと)"
+msgid ""
+"The I<newtls> argument is the new TLS (Thread Local Storage) descriptor.  "
+"(See B<set_thread_area>(2).)"
+msgstr ""
+"I<newtls> 引き数は、新しい TLS (Thread Local Storage) ディスクリプターであ"
+"る。 (B<set_thread_area>(2)  を参照のこと)"
 
 #. type: TP
 #: build/C/man2/clone.2:549
@@ -1166,18 +1657,45 @@ msgstr "B<CLONE_SIGHAND> (Linux 2.0 以降)"
 
 #. type: Plain text
 #: build/C/man2/clone.2:565
-msgid "If B<CLONE_SIGHAND> is set, the calling process and the child process share the same table of signal handlers.  If the calling process or child process calls B<sigaction>(2)  to change the behavior associated with a signal, the behavior is changed in the other process as well.  However, the calling process and child processes still have distinct signal masks and sets of pending signals.  So, one of them may block or unblock some signals using B<sigprocmask>(2)  without affecting the other process."
-msgstr "B<CLONE_SIGHAND> が設定された場合、呼び出し元のプロセスと子プロセスは同じシグナルハン ドラのテーブルを共有する。呼び出し元のプロセスまたは子プロセスのどちらかが B<sigaction>(2)  を呼び出してシグナルに対応する動作を変更した場合、 もう一方のプロセスのシグナル動作も変更される。 但し、呼び出し元のプロセスと子プロセスは、 プロセス毎に、シグナルマスク (signal mask) と処理待ちシグナルの集合 を持っている。このため、あるプロセスは、 B<sigprocmask>(2)  を使用して、もう一方のプロセスに影響を与えずに シグナルを禁止 (block) したり許可 (unblock) したりできる。"
+msgid ""
+"If B<CLONE_SIGHAND> is set, the calling process and the child process share "
+"the same table of signal handlers.  If the calling process or child process "
+"calls B<sigaction>(2)  to change the behavior associated with a signal, the "
+"behavior is changed in the other process as well.  However, the calling "
+"process and child processes still have distinct signal masks and sets of "
+"pending signals.  So, one of them may block or unblock some signals using "
+"B<sigprocmask>(2)  without affecting the other process."
+msgstr ""
+"B<CLONE_SIGHAND> が設定された場合、呼び出し元のプロセスと子プロセスは同じシグ"
+"ナルハン ドラのテーブルを共有する。呼び出し元のプロセスまたは子プロセスのどち"
+"らかが B<sigaction>(2)  を呼び出してシグナルに対応する動作を変更した場合、 も"
+"う一方のプロセスのシグナル動作も変更される。 但し、呼び出し元のプロセスと子プ"
+"ロセスは、 プロセス毎に、シグナルマスク (signal mask) と処理待ちシグナルの集"
+"合 を持っている。このため、あるプロセスは、 B<sigprocmask>(2)  を使用して、も"
+"う一方のプロセスに影響を与えずに シグナルを禁止 (block) したり許可 (unblock) "
+"したりできる。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:576
-msgid "If B<CLONE_SIGHAND> is not set, the child process inherits a copy of the signal handlers of the calling process at the time B<clone>()  is called.  Calls to B<sigaction>(2)  performed later by one of the processes have no effect on the other process."
-msgstr "B<CLONE_SIGHAND> が設定されていない場合、子プロセスは B<clone>()  が実行された時点での、呼び出し元のプロセスのシグナルハンドラの コピーを継承する。これ以降は、一方のプロセスが B<sigaction>(2)  を呼び出しても、もう一方のプロセスには影響を与えない。"
+msgid ""
+"If B<CLONE_SIGHAND> is not set, the child process inherits a copy of the "
+"signal handlers of the calling process at the time B<clone>()  is called.  "
+"Calls to B<sigaction>(2)  performed later by one of the processes have no "
+"effect on the other process."
+msgstr ""
+"B<CLONE_SIGHAND> が設定されていない場合、子プロセスは B<clone>()  が実行され"
+"た時点での、呼び出し元のプロセスのシグナルハンドラーの コピーを継承する。これ"
+"以降は、一方のプロセスが B<sigaction>(2)  を呼び出しても、もう一方のプロセス"
+"には影響を与えない。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:584
-msgid "Since Linux 2.6.0-test6, I<flags> must also include B<CLONE_VM> if B<CLONE_SIGHAND> is specified"
-msgstr "Linux 2.6.0-test6 以降では、 B<CLONE_SIGHAND> を指定する場合、 B<CLONE_VM> も I<flags> に含めなければならない。"
+msgid ""
+"Since Linux 2.6.0-test6, I<flags> must also include B<CLONE_VM> if "
+"B<CLONE_SIGHAND> is specified"
+msgstr ""
+"Linux 2.6.0-test6 以降では、 B<CLONE_SIGHAND> を指定する場合、 B<CLONE_VM> "
+"も I<flags> に含めなければならない。"
 
 #. type: TP
 #: build/C/man2/clone.2:584
@@ -1187,13 +1705,21 @@ msgstr "B<CLONE_STOPPED> (Linux 2.6.0-test2 以降)"
 
 #. type: Plain text
 #: build/C/man2/clone.2:593
-msgid "If B<CLONE_STOPPED> is set, then the child is initially stopped (as though it was sent a B<SIGSTOP> signal), and must be resumed by sending it a B<SIGCONT> signal."
-msgstr "B<CLONE_STOPPED> が設定されると、子プロセスは最初 (B<SIGSTOP> シグナルを送られたかのように) 停止した状態となる。 子プロセスを再開させるには B<SIGCONT> シグナルを送信しなければならない。"
+msgid ""
+"If B<CLONE_STOPPED> is set, then the child is initially stopped (as though "
+"it was sent a B<SIGSTOP> signal), and must be resumed by sending it a "
+"B<SIGCONT> signal."
+msgstr ""
+"B<CLONE_STOPPED> が設定されると、子プロセスは最初 (B<SIGSTOP> シグナルを送ら"
+"れたかのように) 停止した状態となる。 子プロセスを再開させるには B<SIGCONT> シ"
+"グナルを送信しなければならない。"
 
 #.  glibc 2.8 removed this defn from bits/sched.h
 #. type: Plain text
 #: build/C/man2/clone.2:601
-msgid "This flag was I<deprecated> from Linux 2.6.25 onward, and was I<removed> altogether in Linux 2.6.38."
+msgid ""
+"This flag was I<deprecated> from Linux 2.6.25 onward, and was I<removed> "
+"altogether in Linux 2.6.38."
 msgstr ""
 "このフラグは Linux 2.6.25 以降ではI<非推奨>であり、\n"
 "Linux 2.6.38 で完全にI<削除>された。"
@@ -1206,8 +1732,22 @@ msgstr "B<CLONE_SYSVSEM> (Linux 2.5.10 以降)"
 
 #. type: Plain text
 #: build/C/man2/clone.2:619
-msgid "If B<CLONE_SYSVSEM> is set, then the child and the calling process share a single list of System V semaphore adjustment (I<semadj>)  values (see B<semop>(2)).  In this case, the shared list accumulates I<semadj> values across all processes sharing the list, and semaphore adjustments are performed only when the last process that is sharing the list terminates (or ceases sharing the list using B<unshare>(2)).  If this flag is not set, then the child has a separate I<semadj> list that is initially empty."
-msgstr "B<CLONE_SYSVSEM> がセットされると、子プロセスと呼び出し元プロセスは一つの System\\ V セマフォの調整値 (I<semadj>) (B<semop>(2)  参照) を共有する。 この場合、共有されたリストはこのリストを共有する全プロセスの I<semadj> 値を積算し、 セマフォ調整はこのリストを共有している最後のプロセスが終了した際 (または B<unshare>(2) を使ってリストの共有が中止された際) に実行される。 このフラグがセットされていなければ、 子プロセスは独自のセマフォ I<semadj> リストを持つ (リストの初期値は空である)。"
+msgid ""
+"If B<CLONE_SYSVSEM> is set, then the child and the calling process share a "
+"single list of System V semaphore adjustment (I<semadj>)  values (see "
+"B<semop>(2)).  In this case, the shared list accumulates I<semadj> values "
+"across all processes sharing the list, and semaphore adjustments are "
+"performed only when the last process that is sharing the list terminates (or "
+"ceases sharing the list using B<unshare>(2)).  If this flag is not set, then "
+"the child has a separate I<semadj> list that is initially empty."
+msgstr ""
+"B<CLONE_SYSVSEM> がセットされると、子プロセスと呼び出し元プロセスは一つの "
+"System\\ V セマフォの調整値 (I<semadj>) (B<semop>(2)  参照) を共有する。 この"
+"場合、共有されたリストはこのリストを共有する全プロセスの I<semadj> 値を積算"
+"し、 セマフォ調整はこのリストを共有している最後のプロセスが終了した際 (また"
+"は B<unshare>(2) を使ってリストの共有が中止された際) に実行される。 このフラ"
+"グがセットされていなければ、 子プロセスは独自のセマフォ I<semadj> リストを持"
+"つ (リストの初期値は空である)。"
 
 #. type: TP
 #: build/C/man2/clone.2:619
@@ -1217,68 +1757,172 @@ msgstr "B<CLONE_THREAD> (Linux 2.4.0-test8以降)"
 
 #. type: Plain text
 #: build/C/man2/clone.2:628
-msgid "If B<CLONE_THREAD> is set, the child is placed in the same thread group as the calling process.  To make the remainder of the discussion of B<CLONE_THREAD> more readable, the term \"thread\" is used to refer to the processes within a thread group."
-msgstr "B<CLONE_THREAD> が設定された場合、子プロセスは呼び出し元のプロセスと同じスレッドグループに 置かれる。 B<CLONE_THREAD> についての以降の議論を読みやすくするため、 「スレッド」という用語はスレッドグループの中のプロセスを 参照するのに使うこととする。"
+msgid ""
+"If B<CLONE_THREAD> is set, the child is placed in the same thread group as "
+"the calling process.  To make the remainder of the discussion of "
+"B<CLONE_THREAD> more readable, the term \"thread\" is used to refer to the "
+"processes within a thread group."
+msgstr ""
+"B<CLONE_THREAD> が設定された場合、子プロセスは呼び出し元のプロセスと同じス"
+"レッドグループに 置かれる。 B<CLONE_THREAD> についての以降の議論を読みやすく"
+"するため、 「スレッド」という用語はスレッドグループの中のプロセスを 参照する"
+"のに使うこととする。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:636
-msgid "Thread groups were a feature added in Linux 2.4 to support the POSIX threads notion of a set of threads that share a single PID.  Internally, this shared PID is the so-called thread group identifier (TGID) for the thread group.  Since Linux 2.4, calls to B<getpid>(2)  return the TGID of the caller."
-msgstr "スレッドグループは、 スレッド集合で一つの PID を共有するという POSIX スレッドの概念をサポートするために Linux 2.4 に加えられた機能であった。 内部的には、この共有 PID はいわゆるそのスレッドグループの スレッドグループ識別子 (TGID) である。 Linux 2.4 以降では、 B<getpid>(2)  の呼び出しではそのプロセスのスレッドグループ ID を返す。"
+msgid ""
+"Thread groups were a feature added in Linux 2.4 to support the POSIX threads "
+"notion of a set of threads that share a single PID.  Internally, this shared "
+"PID is the so-called thread group identifier (TGID) for the thread group.  "
+"Since Linux 2.4, calls to B<getpid>(2)  return the TGID of the caller."
+msgstr ""
+"スレッドグループは、 スレッド集合で一つの PID を共有するという POSIX スレッド"
+"の概念をサポートするために Linux 2.4 に加えられた機能であった。 内部的には、"
+"この共有 PID はいわゆるそのスレッドグループの スレッドグループ識別子 (TGID) "
+"である。 Linux 2.4 以降では、 B<getpid>(2)  の呼び出しではそのプロセスのス"
+"レッドグループ ID を返す。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:645
-msgid "The threads within a group can be distinguished by their (system-wide)  unique thread IDs (TID).  A new thread's TID is available as the function result returned to the caller of B<clone>(), and a thread can obtain its own TID using B<gettid>(2)."
-msgstr "あるグループに属するスレッドは (システム全体で) 一意なスレッド ID (TID)  で区別できる。新しいスレッドの TID は B<clone>()  の呼び出し元へ関数の結果として返され、 スレッドは自分自身の TID を B<gettid>(2)  で取得できる。"
+msgid ""
+"The threads within a group can be distinguished by their (system-wide)  "
+"unique thread IDs (TID).  A new thread's TID is available as the function "
+"result returned to the caller of B<clone>(), and a thread can obtain its own "
+"TID using B<gettid>(2)."
+msgstr ""
+"あるグループに属するスレッドは (システム全体で) 一意なスレッド ID (TID)  で区"
+"別できる。新しいスレッドの TID は B<clone>()  の呼び出し元へ関数の結果として"
+"返され、 スレッドは自分自身の TID を B<gettid>(2)  で取得できる。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:655
-msgid "When a call is made to B<clone>()  without specifying B<CLONE_THREAD>, then the resulting thread is placed in a new thread group whose TGID is the same as the thread's TID.  This thread is the I<leader> of the new thread group."
-msgstr "B<CLONE_THREAD> を指定せずに B<clone>()  の呼び出しが行われると、 生成されたスレッドはそのスレッドの TID と同じ値の TGID を持つ 新しいスレッドグループに置かれる。このスレッドは 新しいスレッドグループの「リーダー」である。"
+msgid ""
+"When a call is made to B<clone>()  without specifying B<CLONE_THREAD>, then "
+"the resulting thread is placed in a new thread group whose TGID is the same "
+"as the thread's TID.  This thread is the I<leader> of the new thread group."
+msgstr ""
+"B<CLONE_THREAD> を指定せずに B<clone>()  の呼び出しが行われると、 生成された"
+"スレッドはそのスレッドの TID と同じ値の TGID を持つ 新しいスレッドグループに"
+"置かれる。このスレッドは 新しいスレッドグループの「リーダー」である。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:677
-msgid "A new thread created with B<CLONE_THREAD> has the same parent process as the caller of B<clone>()  (i.e., like B<CLONE_PARENT>), so that calls to B<getppid>(2)  return the same value for all of the threads in a thread group.  When a B<CLONE_THREAD> thread terminates, the thread that created it using B<clone>()  is not sent a B<SIGCHLD> (or other termination) signal; nor can the status of such a thread be obtained using B<wait>(2).  (The thread is said to be I<detached>.)"
-msgstr "B<CLONE_THREAD> を指定して作成された新しいスレッドは、 (B<CLONE_PARENT> の場合と同様に)  B<clone>()  を呼び出し元と同じ親プロセスを持つ。 そのため、 B<getppid>(2)  を呼ぶと、一つのスレッドグループに属すスレッドは全て同じ値を返す。 B<CLONE_THREAD> で作られたスレッドが終了した際に、 そのスレッドを B<clone>()  を使って生成したスレッドには B<SIGCHLD> (もしくは他の終了シグナル) は送信されない。 また、 B<wait>(2)  を使って終了したスレッドの状態を取得することもできない (そのようなスレッドは I<detached> (分離された) といわれる)。"
+msgid ""
+"A new thread created with B<CLONE_THREAD> has the same parent process as the "
+"caller of B<clone>()  (i.e., like B<CLONE_PARENT>), so that calls to "
+"B<getppid>(2)  return the same value for all of the threads in a thread "
+"group.  When a B<CLONE_THREAD> thread terminates, the thread that created it "
+"using B<clone>()  is not sent a B<SIGCHLD> (or other termination) signal; "
+"nor can the status of such a thread be obtained using B<wait>(2).  (The "
+"thread is said to be I<detached>.)"
+msgstr ""
+"B<CLONE_THREAD> を指定して作成された新しいスレッドは、 (B<CLONE_PARENT> の場"
+"合と同様に)  B<clone>()  を呼び出し元と同じ親プロセスを持つ。 そのため、 "
+"B<getppid>(2)  を呼ぶと、一つのスレッドグループに属すスレッドは全て同じ値を返"
+"す。 B<CLONE_THREAD> で作られたスレッドが終了した際に、 そのスレッドを "
+"B<clone>()  を使って生成したスレッドには B<SIGCHLD> (もしくは他の終了シグナ"
+"ル) は送信されない。 また、 B<wait>(2)  を使って終了したスレッドの状態を取得"
+"することもできない (そのようなスレッドは I<detached> (分離された) といわれ"
+"る)。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:682
-msgid "After all of the threads in a thread group terminate the parent process of the thread group is sent a B<SIGCHLD> (or other termination) signal."
-msgstr "スレッドグループに属す全てのスレッドが終了した後、 そのスレッドグループの親プロセスに B<SIGCHLD> (もしくは他の終了シグナル) が送られる。"
+msgid ""
+"After all of the threads in a thread group terminate the parent process of "
+"the thread group is sent a B<SIGCHLD> (or other termination) signal."
+msgstr ""
+"スレッドグループに属す全てのスレッドが終了した後、 そのスレッドグループの親プ"
+"ロセスに B<SIGCHLD> (もしくは他の終了シグナル) が送られる。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:687
-msgid "If any of the threads in a thread group performs an B<execve>(2), then all threads other than the thread group leader are terminated, and the new program is executed in the thread group leader."
-msgstr "スレッドグループに属すいずれかのスレッドが B<execve>(2)  を実行すると、スレッドグループリーダー以外の全てのスレッドは 終了され、新しいプロセスがそのスレッドグループリーダーの下で 実行される。"
+msgid ""
+"If any of the threads in a thread group performs an B<execve>(2), then all "
+"threads other than the thread group leader are terminated, and the new "
+"program is executed in the thread group leader."
+msgstr ""
+"スレッドグループに属すいずれかのスレッドが B<execve>(2)  を実行すると、スレッ"
+"ドグループリーダー以外の全てのスレッドは 終了され、新しいプロセスがそのスレッ"
+"ドグループリーダーの下で 実行される。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:693
-msgid "If one of the threads in a thread group creates a child using B<fork>(2), then any thread in the group can B<wait>(2)  for that child."
-msgstr "スレッドグループに属すスレッドの一つが B<fork>(2)  を使って子プロセスを作成した場合、 スレッドグループのどのスレッドであっても その子供を B<wait>(2)  できる。"
+msgid ""
+"If one of the threads in a thread group creates a child using B<fork>(2), "
+"then any thread in the group can B<wait>(2)  for that child."
+msgstr ""
+"スレッドグループに属すスレッドの一つが B<fork>(2)  を使って子プロセスを作成し"
+"た場合、 スレッドグループのどのスレッドであっても その子供を B<wait>(2)  でき"
+"る。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:706
-msgid "Since Linux 2.5.35, I<flags> must also include B<CLONE_SIGHAND> if B<CLONE_THREAD> is specified (and note that, since Linux 2.6.0-test6, B<CLONE_SIGHAND> also requires B<CLONE_VM> to be included)."
-msgstr "Linux 2.5.35 以降では、 B<CLONE_THREAD> を指定する場合、 I<flags> に B<CLONE_SIGHAND> も含まれていなければならない (Linux 2.6.0-test6 以降では、 B<CLONE_SIGHAND> を指定する場合 B<CLONE_VM> も指定する必要がある点に注意すること)。"
+msgid ""
+"Since Linux 2.5.35, I<flags> must also include B<CLONE_SIGHAND> if "
+"B<CLONE_THREAD> is specified (and note that, since Linux 2.6.0-test6, "
+"B<CLONE_SIGHAND> also requires B<CLONE_VM> to be included)."
+msgstr ""
+"Linux 2.5.35 以降では、 B<CLONE_THREAD> を指定する場合、 I<flags> に "
+"B<CLONE_SIGHAND> も含まれていなければならない (Linux 2.6.0-test6 以降では、 "
+"B<CLONE_SIGHAND> を指定する場合 B<CLONE_VM> も指定する必要がある点に注意する"
+"こと)。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:711
-msgid "Signals may be sent to a thread group as a whole (i.e., a TGID) using B<kill>(2), or to a specific thread (i.e., TID) using B<tgkill>(2)."
-msgstr "B<kill>(2)  を使ってスレッドグループ全体 (つまり TGID) にシグナルを送ることもできれば、 B<tgkill>(2)  を使って特定のスレッド (つまり TID) にシグナルを送ることもできる。"
+msgid ""
+"Signals may be sent to a thread group as a whole (i.e., a TGID) using "
+"B<kill>(2), or to a specific thread (i.e., TID) using B<tgkill>(2)."
+msgstr ""
+"B<kill>(2)  を使ってスレッドグループ全体 (つまり TGID) にシグナルを送ることも"
+"できれば、 B<tgkill>(2)  を使って特定のスレッド (つまり TID) にシグナルを送る"
+"こともできる。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:716
-msgid "Signal dispositions and actions are process-wide: if an unhandled signal is delivered to a thread, then it will affect (terminate, stop, continue, be ignored in)  all members of the thread group."
-msgstr "シグナルの配送と処理はプロセス全体に影響する: ハンドラを設定していないシグナルがあるスレッドに配送されると、 そのシグナルはスレッドグループの全メンバーに影響を及ぼす (終了したり、停止したり、動作を継続したり、無視されたりする)。"
+msgid ""
+"Signal dispositions and actions are process-wide: if an unhandled signal is "
+"delivered to a thread, then it will affect (terminate, stop, continue, be "
+"ignored in)  all members of the thread group."
+msgstr ""
+"シグナルの配送と処理はプロセス全体に影響する: ハンドラーを設定していないシグ"
+"ナルがあるスレッドに配送されると、 そのシグナルはスレッドグループの全メンバー"
+"に影響を及ぼす (終了したり、停止したり、動作を継続したり、無視されたりする)。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:729
-msgid "Each thread has its own signal mask, as set by B<sigprocmask>(2), but signals can be pending either: for the whole process (i.e., deliverable to any member of the thread group), when sent with B<kill>(2); or for an individual thread, when sent with B<tgkill>(2).  A call to B<sigpending>(2)  returns a signal set that is the union of the signals pending for the whole process and the signals that are pending for the calling thread."
-msgstr "各々のスレッドは独自のシグナルマスクを持っており、 B<sigprocmask>(2)  で設定できる。 だが、処理待ちのシグナルには、 B<kill>(2)  で送信されるプロセス全体に対するもの (つまり、スレッドグループの どのメンバーにも配送できるもの) と、 B<tgkill>(2)  で送信される個々のスレッドに対するものがありえる。 B<sigpending>(2)  を呼び出すと、プロセス全体に対する処理待ちシグナルと呼び出し元の スレッドに対する処理待ちシグナルを結合したシグナル集合が返される。"
+msgid ""
+"Each thread has its own signal mask, as set by B<sigprocmask>(2), but "
+"signals can be pending either: for the whole process (i.e., deliverable to "
+"any member of the thread group), when sent with B<kill>(2); or for an "
+"individual thread, when sent with B<tgkill>(2).  A call to B<sigpending>(2)  "
+"returns a signal set that is the union of the signals pending for the whole "
+"process and the signals that are pending for the calling thread."
+msgstr ""
+"各々のスレッドは独自のシグナルマスクを持っており、 B<sigprocmask>(2)  で設定"
+"できる。 だが、処理待ちのシグナルには、 B<kill>(2)  で送信されるプロセス全体"
+"に対するもの (つまり、スレッドグループの どのメンバーにも配送できるもの) "
+"と、 B<tgkill>(2)  で送信される個々のスレッドに対するものがありえる。 "
+"B<sigpending>(2)  を呼び出すと、プロセス全体に対する処理待ちシグナルと呼び出"
+"し元の スレッドに対する処理待ちシグナルを結合したシグナル集合が返される。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:741
-msgid "If B<kill>(2)  is used to send a signal to a thread group, and the thread group has installed a handler for the signal, then the handler will be invoked in exactly one, arbitrarily selected member of the thread group that has not blocked the signal.  If multiple threads in a group are waiting to accept the same signal using B<sigwaitinfo>(2), the kernel will arbitrarily select one of these threads to receive a signal sent using B<kill>(2)."
-msgstr "B<kill>(2)  を使ってスレッドグループにシグナルが送られた場合で、 そのスレッドグループがそのシグナルに対するシグナルハンドラが 登録されていたときには、シグナルハンドラはスレッドグループの メンバーのうち、ただ一つのスレッドでだけ起動される。ハンドラが 起動されるスレッドは、そのシグナルを禁止 (block) していない メンバーの中から一つだけが勝手に (arbitrarily) 選ばれる。 スレッドグループに属す複数のスレッドが B<sigwaitinfo>(2)  を使って同じシグナルを待っている場合、 これらのスレッドの中から一つをカーネルが勝手に選択し、 そのスレッドが B<kill (2)> を使って送信されたシグナルを受信する。"
+msgid ""
+"If B<kill>(2)  is used to send a signal to a thread group, and the thread "
+"group has installed a handler for the signal, then the handler will be "
+"invoked in exactly one, arbitrarily selected member of the thread group that "
+"has not blocked the signal.  If multiple threads in a group are waiting to "
+"accept the same signal using B<sigwaitinfo>(2), the kernel will arbitrarily "
+"select one of these threads to receive a signal sent using B<kill>(2)."
+msgstr ""
+"B<kill>(2)  を使ってスレッドグループにシグナルが送られた場合で、 そのスレッド"
+"グループがそのシグナルに対するシグナルハンドラーが 登録されていたときには、シ"
+"グナルハンドラーはスレッドグループの メンバーのうち、ただ一つのスレッドでだけ"
+"起動される。ハンドラーが 起動されるスレッドは、そのシグナルを禁止 (block) し"
+"ていない メンバーの中から一つだけが勝手に (arbitrarily) 選ばれる。 スレッドグ"
+"ループに属す複数のスレッドが B<sigwaitinfo>(2)  を使って同じシグナルを待って"
+"いる場合、 これらのスレッドの中から一つをカーネルが勝手に選択し、 そのスレッ"
+"ドが B<kill (2)> を使って送信されたシグナルを受信する。"
 
 #. type: TP
 #: build/C/man2/clone.2:741
@@ -1288,8 +1932,12 @@ msgstr "B<CLONE_UNTRACED> (Linux 2.5.46 以降)"
 
 #. type: Plain text
 #: build/C/man2/clone.2:748
-msgid "If B<CLONE_UNTRACED> is specified, then a tracing process cannot force B<CLONE_PTRACE> on this child process."
-msgstr "B<CLONE_UNTRACED> が指定されると、 trace を行っているプロセスは この子プロセスに B<CLONE_PTRACE> を適用することができない。"
+msgid ""
+"If B<CLONE_UNTRACED> is specified, then a tracing process cannot force "
+"B<CLONE_PTRACE> on this child process."
+msgstr ""
+"B<CLONE_UNTRACED> が指定されると、 trace を行っているプロセスは この子プロセ"
+"スに B<CLONE_PTRACE> を適用することができない。"
 
 #. type: TP
 #: build/C/man2/clone.2:748
@@ -1299,13 +1947,25 @@ msgstr "B<CLONE_VFORK> (Linux 2.2 以降)"
 
 #. type: Plain text
 #: build/C/man2/clone.2:760
-msgid "If B<CLONE_VFORK> is set, the execution of the calling process is suspended until the child releases its virtual memory resources via a call to B<execve>(2)  or B<_exit>(2)  (as with B<vfork>(2))."
-msgstr "B<CLONE_VFORK> が設定された場合、 (B<vfork>(2)  と同様に) 子プロセスが B<execve>(2)  または B<_exit>(2)  によって仮想メモリを解放するまで、呼び出し元のプロセスの実行は停止される。"
+msgid ""
+"If B<CLONE_VFORK> is set, the execution of the calling process is suspended "
+"until the child releases its virtual memory resources via a call to "
+"B<execve>(2)  or B<_exit>(2)  (as with B<vfork>(2))."
+msgstr ""
+"B<CLONE_VFORK> が設定された場合、 (B<vfork>(2)  と同様に) 子プロセスが "
+"B<execve>(2)  または B<_exit>(2)  によって仮想メモリーを解放するまで、呼び出"
+"し元のプロセスの実行は停止される。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:766
-msgid "If B<CLONE_VFORK> is not set, then both the calling process and the child are schedulable after the call, and an application should not rely on execution occurring in any particular order."
-msgstr "B<CLONE_VFORK> が設定されていない場合、 B<clone>()  呼び出し後は、呼び出し元のプロセスと子プロセスの 両方がスケジュール対象となり、アプリケーションはこれらのプロセスの 実行順序に依存しないようにすべきである。"
+msgid ""
+"If B<CLONE_VFORK> is not set, then both the calling process and the child "
+"are schedulable after the call, and an application should not rely on "
+"execution occurring in any particular order."
+msgstr ""
+"B<CLONE_VFORK> が設定されていない場合、 B<clone>()  呼び出し後は、呼び出し元"
+"のプロセスと子プロセスの 両方がスケジュール対象となり、アプリケーションはこれ"
+"らのプロセスの 実行順序に依存しないようにすべきである。"
 
 #. type: TP
 #: build/C/man2/clone.2:766
@@ -1315,13 +1975,31 @@ msgstr "B<CLONE_VM> (Linux 2.0 以降)"
 
 #. type: Plain text
 #: build/C/man2/clone.2:779
-msgid "If B<CLONE_VM> is set, the calling process and the child process run in the same memory space.  In particular, memory writes performed by the calling process or by the child process are also visible in the other process.  Moreover, any memory mapping or unmapping performed with B<mmap>(2)  or B<munmap>(2)  by the child or calling process also affects the other process."
-msgstr "B<CLONE_VM> が設定された場合、呼び出し元のプロセスと子プロセスは同じメモリ空間で 実行される。特に、呼び出し元のプロセスや子プロセスの一方がメモリに 書き込んだ内容はもう一方のプロセスからも見ることができる。さらに、 子プロセスや呼び出し元のプロセスの一方が B<mmap>(2)  や B<munmap>(2)  を使ってメモリをマップしたりアンマップした場合、 もう一方のプロセスにも影響が及ぶ。"
+msgid ""
+"If B<CLONE_VM> is set, the calling process and the child process run in the "
+"same memory space.  In particular, memory writes performed by the calling "
+"process or by the child process are also visible in the other process.  "
+"Moreover, any memory mapping or unmapping performed with B<mmap>(2)  or "
+"B<munmap>(2)  by the child or calling process also affects the other process."
+msgstr ""
+"B<CLONE_VM> が設定された場合、呼び出し元のプロセスと子プロセスは同じメモリー"
+"空間で 実行される。特に、呼び出し元のプロセスや子プロセスの一方がメモリーに "
+"書き込んだ内容はもう一方のプロセスからも見ることができる。さらに、 子プロセス"
+"や呼び出し元のプロセスの一方が B<mmap>(2)  や B<munmap>(2)  を使ってメモリー"
+"をマップしたりアンマップした場合、 もう一方のプロセスにも影響が及ぶ。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:788
-msgid "If B<CLONE_VM> is not set, the child process runs in a separate copy of the memory space of the calling process at the time of B<clone>().  Memory writes or file mappings/unmappings performed by one of the processes do not affect the other, as with B<fork>(2)."
-msgstr "B<CLONE_VM> が設定されていない場合、子プロセスは B<clone>()  が実行された時点での、親プロセスのメモリ空間をコピーした 別のメモリ空間で実行される。 一方のプロセスが行ったメモリへの書き込みや ファイルのマップ/アンマップは、 B<fork>(2)  の場合と同様、もう一方のプロセスには影響しない。"
+msgid ""
+"If B<CLONE_VM> is not set, the child process runs in a separate copy of the "
+"memory space of the calling process at the time of B<clone>().  Memory "
+"writes or file mappings/unmappings performed by one of the processes do not "
+"affect the other, as with B<fork>(2)."
+msgstr ""
+"B<CLONE_VM> が設定されていない場合、子プロセスは B<clone>()  が実行された時点"
+"での、親プロセスのメモリー空間をコピーした 別のメモリー空間で実行される。 一"
+"方のプロセスが行ったメモリーへの書き込みや ファイルのマップ/アンマップは、 "
+"B<fork>(2)  の場合と同様、もう一方のプロセスには影響しない。"
 
 #. type: SS
 #: build/C/man2/clone.2:788 build/C/man2/sched_setaffinity.2:212
@@ -1331,8 +2009,18 @@ msgstr "C ライブラリとカーネル ABI の違い"
 
 #. type: Plain text
 #: build/C/man2/clone.2:804
-msgid "The raw B<clone>()  system call corresponds more closely to B<fork>(2)  in that execution in the child continues from the point of the call.  As such, the I<fn> and I<arg> arguments of the B<clone>()  wrapper function are omitted.  Furthermore, the argument order changes.  The raw system call interface on x86 and many other architectures is roughly:"
-msgstr "素の B<clone> システムコールは、より B<fork>(2) に近いかたちになっており、 子プロセスの実行が呼び出しが行われた場所から続けられる。 そのため、 B<clone>() ラッパー関数の引き数 I<fn> と I<arg> は省略される。 また、 引き数の順序も違っている。 x86 と他の多くのアーキテクチャーにおける、 素のシステムコールのインターフェースは、 おおまかには次のようになっている。"
+msgid ""
+"The raw B<clone>()  system call corresponds more closely to B<fork>(2)  in "
+"that execution in the child continues from the point of the call.  As such, "
+"the I<fn> and I<arg> arguments of the B<clone>()  wrapper function are "
+"omitted.  Furthermore, the argument order changes.  The raw system call "
+"interface on x86 and many other architectures is roughly:"
+msgstr ""
+"素の B<clone> システムコールは、より B<fork>(2) に近いかたちになっており、 子"
+"プロセスの実行が呼び出しが行われた場所から続けられる。 そのため、 B<clone>() "
+"ラッパー関数の引き数 I<fn> と I<arg> は省略される。 また、 引き数の順序も違っ"
+"ている。 x86 と他の多くのアーキテクチャーにおける、 素のシステムコールのイン"
+"ターフェースは、 おおまかには次のようになっている。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:810
@@ -1348,13 +2036,32 @@ msgstr ""
 
 #. type: Plain text
 #: build/C/man2/clone.2:821
-msgid "Another difference for the raw system call is that the I<child_stack> argument may be zero, in which case copy-on-write semantics ensure that the child gets separate copies of stack pages when either process modifies the stack.  In this case, for correct operation, the B<CLONE_VM> option should not be specified."
-msgstr "生のシステムコールのもう一つの違いは、 I<child_stack> 引き数がゼロでも良いことである。この場合には、どちらかのプロセスが スタックを変更した時に、書き込み時コピー (copy-on-write) 方式により 子プロセスがスタックページの独立したコピーを得られることが保証される。 この場合、正常に動作させるためには、 B<CLONE_VM> オプションを指定してはならない。"
+msgid ""
+"Another difference for the raw system call is that the I<child_stack> "
+"argument may be zero, in which case copy-on-write semantics ensure that the "
+"child gets separate copies of stack pages when either process modifies the "
+"stack.  In this case, for correct operation, the B<CLONE_VM> option should "
+"not be specified."
+msgstr ""
+"生のシステムコールのもう一つの違いは、 I<child_stack> 引き数がゼロでも良いこ"
+"とである。この場合には、どちらかのプロセスが スタックを変更した時に、書き込み"
+"時コピー (copy-on-write) 方式により 子プロセスがスタックページの独立したコ"
+"ピーを得られることが保証される。 この場合、正常に動作させるためには、 "
+"B<CLONE_VM> オプションを指定してはならない。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:829
-msgid "For some architectures, the order of the arguments for the system call differs from that shown above.  On the score, microblaze, ARM, ARM 64, PA-RISC, arc, Power PC, xtensa, and MIPS architectures, the order of the fourth and fifth arguments is reversed.  On the cris and s390 architectures, the order of the first and second arguments is reversed."
-msgstr "いくつかのアーキテクチャーでは、システムコールの引き数の順序は上記とは異なっている。 microblaze, ARM, ARM 64, PA-RISC, arc, Power PC, xtensa, MIPS アーキテクチャーでは、 4 番目と 5 番目の引き数の順番が逆である。 cris と s390 アーキテクチャーでは、最初と 2 番目の引き数の順番が逆である。"
+msgid ""
+"For some architectures, the order of the arguments for the system call "
+"differs from that shown above.  On the score, microblaze, ARM, ARM 64, PA-"
+"RISC, arc, Power PC, xtensa, and MIPS architectures, the order of the fourth "
+"and fifth arguments is reversed.  On the cris and s390 architectures, the "
+"order of the first and second arguments is reversed."
+msgstr ""
+"いくつかのアーキテクチャーでは、システムコールの引き数の順序は上記とは異なっ"
+"ている。 microblaze, ARM, ARM 64, PA-RISC, arc, Power PC, xtensa, MIPS アーキ"
+"テクチャーでは、 4 番目と 5 番目の引き数の順番が逆である。 cris と s390 アー"
+"キテクチャーでは、最初と 2 番目の引き数の順番が逆である。"
 
 #. type: SS
 #: build/C/man2/clone.2:829
@@ -1364,8 +2071,12 @@ msgstr "blackfin, m68k, sparc"
 
 #. type: Plain text
 #: build/C/man2/clone.2:833
-msgid "The argument-passing conventions on blackfin, m68k, and sparc are different from the descriptions above.  For details, see the kernel (and glibc) source."
-msgstr "blackfin, m68k, sparc では引き数渡しの規約が上記の説明とは異なる。 詳細は、カーネル (と glibc) のソースを参照のこと。"
+msgid ""
+"The argument-passing conventions on blackfin, m68k, and sparc are different "
+"from the descriptions above.  For details, see the kernel (and glibc) source."
+msgstr ""
+"blackfin, m68k, sparc では引き数渡しの規約が上記の説明とは異なる。 詳細は、"
+"カーネル (と glibc) のソースを参照のこと。"
 
 #. type: SS
 #: build/C/man2/clone.2:833
@@ -1394,13 +2105,27 @@ msgstr ""
 
 #. type: Plain text
 #: build/C/man2/clone.2:854
-msgid "The prototype shown above is for the glibc wrapper function; the raw system call interface has no I<fn> or I<arg> argument, and changes the order of the arguments so that I<flags> is the first argument, and I<tls> is the last argument."
-msgstr "上記のプロトタイプは glibc ラッパー関数用のものである。 素のシステムコールのインターフェースには引き数 I<fn> と I<arg> がない。 また、引き数の順序が変わり、 I<flags> が最初の引き数で、 I<tls> が最後の引き数である。"
+msgid ""
+"The prototype shown above is for the glibc wrapper function; the raw system "
+"call interface has no I<fn> or I<arg> argument, and changes the order of the "
+"arguments so that I<flags> is the first argument, and I<tls> is the last "
+"argument."
+msgstr ""
+"上記のプロトタイプは glibc ラッパー関数用のものである。 素のシステムコールの"
+"インターフェースには引き数 I<fn> と I<arg> がない。 また、引き数の順序が変わ"
+"り、 I<flags> が最初の引き数で、 I<tls> が最後の引き数である。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:865
-msgid "B<__clone2>()  operates in the same way as B<clone>(), except that I<child_stack_base> points to the lowest address of the child's stack area, and I<stack_size> specifies the size of the stack pointed to by I<child_stack_base>."
-msgstr "B<__clone2>() は B<clone>() と同じように動作するが、以下の点が異なる: I<child_stack_base> は子プロセスのスタックエリアの最小のアドレスを指し、 I<stack_size> は I<child_stack_base> が指し示すスタックエリアの大きさを示す。"
+msgid ""
+"B<__clone2>()  operates in the same way as B<clone>(), except that "
+"I<child_stack_base> points to the lowest address of the child's stack area, "
+"and I<stack_size> specifies the size of the stack pointed to by "
+"I<child_stack_base>."
+msgstr ""
+"B<__clone2>() は B<clone>() と同じように動作するが、以下の点が異なる: "
+"I<child_stack_base> は子プロセスのスタックエリアの最小のアドレスを指し、 "
+"I<stack_size> は I<child_stack_base> が指し示すスタックエリアの大きさを示す。"
 
 #. type: SS
 #: build/C/man2/clone.2:865
@@ -1410,15 +2135,25 @@ msgstr "Linux 2.4 以前"
 
 #. type: Plain text
 #: build/C/man2/clone.2:873
-msgid "In Linux 2.4 and earlier, B<clone>()  does not take arguments I<ptid>, I<tls>, and I<ctid>."
-msgstr "Linux 2.4 以前では、 B<clone>()  は引き数 I<ptid>, I<tls>, I<ctid> を取らない。"
+msgid ""
+"In Linux 2.4 and earlier, B<clone>()  does not take arguments I<ptid>, "
+"I<tls>, and I<ctid>."
+msgstr ""
+"Linux 2.4 以前では、 B<clone>()  は引き数 I<ptid>, I<tls>, I<ctid> を取らな"
+"い。"
 
 #.  gettid(2) returns current->pid;
 #.  getpid(2) returns current->tgid;
 #. type: Plain text
 #: build/C/man2/clone.2:882
-msgid "On success, the thread ID of the child process is returned in the caller's thread of execution.  On failure, -1 is returned in the caller's context, no child process will be created, and I<errno> will be set appropriately."
-msgstr "成功した場合、呼び出し元の実行スレッドには子プロセスのスレッドID が返される。 失敗した場合、 呼び出し元のコンテキストには -1 が返され、子プロセスは 作成されず、 I<errno> が適切に設定される。"
+msgid ""
+"On success, the thread ID of the child process is returned in the caller's "
+"thread of execution.  On failure, -1 is returned in the caller's context, no "
+"child process will be created, and I<errno> will be set appropriately."
+msgstr ""
+"成功した場合、呼び出し元の実行スレッドには子プロセスのスレッドID が返され"
+"る。 失敗した場合、 呼び出し元のコンテキストには -1 が返され、子プロセスは 作"
+"成されず、 I<errno> が適切に設定される。"
 
 #. type: SH
 #: build/C/man2/clone.2:882 build/C/man2/kcmp.2:170
@@ -1464,8 +2199,12 @@ msgstr "B<EINVAL>"
 
 #. type: Plain text
 #: build/C/man2/clone.2:894
-msgid "B<CLONE_SIGHAND> was specified, but B<CLONE_VM> was not.  (Since Linux 2.6.0-test6.)"
-msgstr "B<CLONE_SIGHAND> が指定されていたが、 B<CLONE_VM> が指定されていなかった。 (Linux 2.6.0-test6 以降)"
+msgid ""
+"B<CLONE_SIGHAND> was specified, but B<CLONE_VM> was not.  (Since Linux 2.6.0-"
+"test6.)"
+msgstr ""
+"B<CLONE_SIGHAND> が指定されていたが、 B<CLONE_VM> が指定されていなかった。 "
+"(Linux 2.6.0-test6 以降)"
 
 #.  .TP
 #.  .B EINVAL
@@ -1477,8 +2216,12 @@ msgstr "B<CLONE_SIGHAND> が指定されていたが、 B<CLONE_VM> が指定さ
 #.  (Since Linux 2.6.0-test6.)
 #. type: Plain text
 #: build/C/man2/clone.2:909
-msgid "B<CLONE_THREAD> was specified, but B<CLONE_SIGHAND> was not.  (Since Linux 2.5.35.)"
-msgstr "B<CLONE_THREAD> が指定されていたが、 B<CLONE_SIGHAND> が指定されていなかった。 (Linux 2.5.35 以降)"
+msgid ""
+"B<CLONE_THREAD> was specified, but B<CLONE_SIGHAND> was not.  (Since Linux "
+"2.5.35.)"
+msgstr ""
+"B<CLONE_THREAD> が指定されていたが、 B<CLONE_SIGHAND> が指定されていなかっ"
+"た。 (Linux 2.5.35 以降)"
 
 #.  commit e66eded8309ebf679d3d3c1f5820d1f2ca332c71
 #. type: Plain text
@@ -1504,33 +2247,55 @@ msgstr "B<CLONE_NEWIPC> と B<CLONE_SYSVSEM> の両方が I<flags> に指定さ
 
 #. type: Plain text
 #: build/C/man2/clone.2:946
-msgid "One (or both) of B<CLONE_NEWPID> or B<CLONE_NEWUSER> and one (or both) of B<CLONE_THREAD> or B<CLONE_PARENT> were specified in I<flags>."
-msgstr "B<CLONE_NEWPID> と B<CLONE_NEWUSER> の一方 (もしくは両方) と、 B<CLONE_THREAD> と B<CLONE_PARENT>  の一方 (もしくは両方) が、 I<flags> に指定された。"
+msgid ""
+"One (or both) of B<CLONE_NEWPID> or B<CLONE_NEWUSER> and one (or both) of "
+"B<CLONE_THREAD> or B<CLONE_PARENT> were specified in I<flags>."
+msgstr ""
+"B<CLONE_NEWPID> と B<CLONE_NEWUSER> の一方 (もしくは両方) と、 "
+"B<CLONE_THREAD> と B<CLONE_PARENT>  の一方 (もしくは両方) が、 I<flags> に指"
+"定された。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:952
-msgid "Returned by B<clone>()  when a zero value is specified for I<child_stack>."
+msgid ""
+"Returned by B<clone>()  when a zero value is specified for I<child_stack>."
 msgstr "I<child_stack> にゼロを指定した場合に B<clone>()  が返す。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:962
-msgid "B<CLONE_NEWIPC> was specified in I<flags>, but the kernel was not configured with the B<CONFIG_SYSVIPC> and B<CONFIG_IPC_NS> options."
-msgstr "I<flags> に B<CLONE_NEWIPC> が指定されたが、カーネルでオプション B<CONFIG_SYSVIPC> と B<CONFIG_IPC_NS> が有効になっていなかった。"
+msgid ""
+"B<CLONE_NEWIPC> was specified in I<flags>, but the kernel was not configured "
+"with the B<CONFIG_SYSVIPC> and B<CONFIG_IPC_NS> options."
+msgstr ""
+"I<flags> に B<CLONE_NEWIPC> が指定されたが、カーネルでオプション "
+"B<CONFIG_SYSVIPC> と B<CONFIG_IPC_NS> が有効になっていなかった。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:970
-msgid "B<CLONE_NEWNET> was specified in I<flags>, but the kernel was not configured with the B<CONFIG_NET_NS> option."
-msgstr "I<flags> に B<CLONE_NEWNET> が指定されたが、カーネルでオプション B<CONFIG_NET_NS> が有効になっていなかった。"
+msgid ""
+"B<CLONE_NEWNET> was specified in I<flags>, but the kernel was not configured "
+"with the B<CONFIG_NET_NS> option."
+msgstr ""
+"I<flags> に B<CLONE_NEWNET> が指定されたが、カーネルでオプション "
+"B<CONFIG_NET_NS> が有効になっていなかった。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:978
-msgid "B<CLONE_NEWPID> was specified in I<flags>, but the kernel was not configured with the B<CONFIG_PID_NS> option."
-msgstr "I<flags> に B<CLONE_NEWPID> が指定されたが、カーネルでオプション B<CONFIG_PID_NS> が有効になっていなかった。"
+msgid ""
+"B<CLONE_NEWPID> was specified in I<flags>, but the kernel was not configured "
+"with the B<CONFIG_PID_NS> option."
+msgstr ""
+"I<flags> に B<CLONE_NEWPID> が指定されたが、カーネルでオプション "
+"B<CONFIG_PID_NS> が有効になっていなかった。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:986
-msgid "B<CLONE_NEWUTS> was specified in I<flags>, but the kernel was not configured with the B<CONFIG_UTS> option."
-msgstr "I<flags> に B<CLONE_NEWUTS> が指定されたが、カーネルでオプション B<CONFIG_UTS> が有効になっていなかった。"
+msgid ""
+"B<CLONE_NEWUTS> was specified in I<flags>, but the kernel was not configured "
+"with the B<CONFIG_UTS> option."
+msgstr ""
+"I<flags> に B<CLONE_NEWUTS> が指定されたが、カーネルでオプション "
+"B<CONFIG_UTS> が有効になっていなかった。"
 
 #. type: TP
 #: build/C/man2/clone.2:986 build/C/man2/setns.2:179
@@ -1541,8 +2306,12 @@ msgstr "B<ENOMEM>"
 
 #. type: Plain text
 #: build/C/man2/clone.2:991
-msgid "Cannot allocate sufficient memory to allocate a task structure for the child, or to copy those parts of the caller's context that need to be copied."
-msgstr "子プロセスのために確保すべきタスク構造体や、呼び出し元のコンテキストの 一部をコピーするのに必要なメモリを十分に割り当てることができない。"
+msgid ""
+"Cannot allocate sufficient memory to allocate a task structure for the "
+"child, or to copy those parts of the caller's context that need to be copied."
+msgstr ""
+"子プロセスのために確保すべきタスク構造体や、呼び出し元のコンテキストの 一部を"
+"コピーするのに必要なメモリーを十分に割り当てることができない。"
 
 #. type: TP
 #: build/C/man2/clone.2:991 build/C/man2/clone.2:1000
@@ -1557,8 +2326,14 @@ msgstr "B<EPERM>"
 
 #. type: Plain text
 #: build/C/man2/clone.2:1000
-msgid "B<CLONE_NEWIPC>, B<CLONE_NEWNET>, B<CLONE_NEWNS>, B<CLONE_NEWPID>, or B<CLONE_NEWUTS> was specified by an unprivileged process (process without B<CAP_SYS_ADMIN>)."
-msgstr "非特権プロセス (B<CAP_SYS_ADMIN> を持たないプロセス) が B<CLONE_NEWIPC>, B<CLONE_NEWNET>, B<CLONE_NEWNS>, B<CLONE_NEWPID>, B<CLONE_NEWUTS> を指定した。"
+msgid ""
+"B<CLONE_NEWIPC>, B<CLONE_NEWNET>, B<CLONE_NEWNS>, B<CLONE_NEWPID>, or "
+"B<CLONE_NEWUTS> was specified by an unprivileged process (process without "
+"B<CAP_SYS_ADMIN>)."
+msgstr ""
+"非特権プロセス (B<CAP_SYS_ADMIN> を持たないプロセス) が B<CLONE_NEWIPC>, "
+"B<CLONE_NEWNET>, B<CLONE_NEWNS>, B<CLONE_NEWPID>, B<CLONE_NEWUTS> を指定し"
+"た。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:1004
@@ -1567,8 +2342,14 @@ msgstr "PID が 0 以外のプロセスによって B<CLONE_PID> が指定され
 
 #. type: Plain text
 #: build/C/man2/clone.2:1012 build/C/man2/unshare.2:311
-msgid "B<CLONE_NEWUSER> was specified in I<flags>, but either the effective user ID or the effective group ID of the caller does not have a mapping in the parent namespace (see B<user_namespaces>(7))."
-msgstr "B<CLONE_NEWUSER> が I<flags> に指定されたが、 呼び出し元の実効ユーザー ID もしくは実効グループ ID が親名前空間にマッピングがない (B<user_namespaces>(7) 参照)。"
+msgid ""
+"B<CLONE_NEWUSER> was specified in I<flags>, but either the effective user ID "
+"or the effective group ID of the caller does not have a mapping in the "
+"parent namespace (see B<user_namespaces>(7))."
+msgstr ""
+"B<CLONE_NEWUSER> が I<flags> に指定されたが、 呼び出し元の実効ユーザー ID も"
+"しくは実効グループ ID が親名前空間にマッピングがない (B<user_namespaces>(7) "
+"参照)。"
 
 #. type: TP
 #: build/C/man2/clone.2:1012 build/C/man2/unshare.2:311
@@ -1580,8 +2361,14 @@ msgstr "B<EPERM> (Linux 3.9 以降)"
 #.  FIXME What is the rationale for this restriction?
 #. type: Plain text
 #: build/C/man2/clone.2:1022 build/C/man2/unshare.2:321
-msgid "B<CLONE_NEWUSER> was specified in I<flags> and the caller is in a chroot environment (i.e., the caller's root directory does not match the root directory of the mount namespace in which it resides)."
-msgstr "B<CLONE_NEWUSER> が I<flags> に指定され、 呼び出し元が chroot された環境にいる (すなわち、呼び出し元の root ディレクトリが呼び出し元が属するマウント名前空間の root ディレクトリに一致しない)。"
+msgid ""
+"B<CLONE_NEWUSER> was specified in I<flags> and the caller is in a chroot "
+"environment (i.e., the caller's root directory does not match the root "
+"directory of the mount namespace in which it resides)."
+msgstr ""
+"B<CLONE_NEWUSER> が I<flags> に指定され、 呼び出し元が chroot された環境にい"
+"る (すなわち、呼び出し元の root ディレクトリが呼び出し元が属するマウント名前"
+"空間の root ディレクトリに一致しない)。"
 
 #. type: TP
 #: build/C/man2/clone.2:1022 build/C/man2/unshare.2:321
@@ -1591,38 +2378,100 @@ msgstr "B<EUSERS> (Linux 3.11 以降)"
 
 #. type: Plain text
 #: build/C/man2/clone.2:1031 build/C/man2/unshare.2:330
-msgid "B<CLONE_NEWUSER> was specified in I<flags>, and the call would cause the limit on the number of nested user namespaces to be exceeded.  See B<user_namespaces>(7)."
-msgstr "B<CLONE_NEWUSER> が I<flags> に指定されており、 この呼び出しによりネストされたユーザー名前空間数の上限を超えてしまう。 B<user_namespaces>(7) を参照。"
+msgid ""
+"B<CLONE_NEWUSER> was specified in I<flags>, and the call would cause the "
+"limit on the number of nested user namespaces to be exceeded.  See "
+"B<user_namespaces>(7)."
+msgstr ""
+"B<CLONE_NEWUSER> が I<flags> に指定されており、 この呼び出しによりネストされ"
+"たユーザー名前空間数の上限を超えてしまう。 B<user_namespaces>(7) を参照。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:1038
-msgid "There is no entry for B<clone>()  in libc5.  glibc2 provides B<clone>()  as described in this manual page."
-msgstr "libc5 には B<clone>()  はない。glibc2 では B<clone>()  が提供されており、このマニュアルページに記載の通りである。"
+msgid ""
+"There is no entry for B<clone>()  in libc5.  glibc2 provides B<clone>()  as "
+"described in this manual page."
+msgstr ""
+"libc5 には B<clone>()  はない。glibc2 では B<clone>()  が提供されており、この"
+"マニュアルページに記載の通りである。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:1042
-msgid "B<clone>()  is Linux-specific and should not be used in programs intended to be portable."
-msgstr "B<clone>() は Linux 特有であり、移植を考慮したプログラムでは使用すべき ではない。"
+msgid ""
+"B<clone>()  is Linux-specific and should not be used in programs intended to "
+"be portable."
+msgstr ""
+"B<clone>() は Linux 特有であり、移植を考慮したプログラムでは使用すべき ではな"
+"い。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:1052
-msgid "In the kernel 2.4.x series, B<CLONE_THREAD> generally does not make the parent of the new thread the same as the parent of the calling process.  However, for kernel versions 2.4.7 to 2.4.18 the B<CLONE_THREAD> flag implied the B<CLONE_PARENT> flag (as in kernel 2.6)."
-msgstr "カーネル 2.4.x 系列では、一般的には B<CLONE_THREAD> フラグを指定しても新しいスレッドの親を 呼び出し元プロセスの親と同じにはしない。 しかし、バージョン 2.4.7〜2.4.18 のカーネルでは、 (カーネル 2.6 と同じように) CLONE_THREAD フラグを指定すると、 暗黙のうちに CLONE_PARENT フラグを指定したことになる。"
+msgid ""
+"In the kernel 2.4.x series, B<CLONE_THREAD> generally does not make the "
+"parent of the new thread the same as the parent of the calling process.  "
+"However, for kernel versions 2.4.7 to 2.4.18 the B<CLONE_THREAD> flag "
+"implied the B<CLONE_PARENT> flag (as in kernel 2.6)."
+msgstr ""
+"カーネル 2.4.x 系列では、一般的には B<CLONE_THREAD> フラグを指定しても新しい"
+"スレッドの親を 呼び出し元プロセスの親と同じにはしない。 しかし、バージョン "
+"2.4.7〜2.4.18 のカーネルでは、 (カーネル 2.6 と同じように) CLONE_THREAD フラ"
+"グを指定すると、 暗黙のうちに CLONE_PARENT フラグを指定したことになる。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:1062
-msgid "For a while there was B<CLONE_DETACHED> (introduced in 2.5.32): parent wants no child-exit signal.  In 2.6.2 the need to give this together with B<CLONE_THREAD> disappeared.  This flag is still defined, but has no effect."
-msgstr "B<CLONE_DETACHED> というフラグが、2.5.32 で導入されて以来しばらくの間存在した。 このフラグは親プロセスが子プロセス終了のシグナルを必要としないことを 表すものである。 2.6.2 で、 CLONE_DETATCHED を CLONE_THREAD と一緒に指定する必要はなくなった。 このフラグはまだ定義されているが、何の効果もない。"
+msgid ""
+"For a while there was B<CLONE_DETACHED> (introduced in 2.5.32): parent wants "
+"no child-exit signal.  In 2.6.2 the need to give this together with "
+"B<CLONE_THREAD> disappeared.  This flag is still defined, but has no effect."
+msgstr ""
+"B<CLONE_DETACHED> というフラグが、2.5.32 で導入されて以来しばらくの間存在し"
+"た。 このフラグは親プロセスが子プロセス終了のシグナルを必要としないことを 表"
+"すものである。 2.6.2 で、 CLONE_DETATCHED を CLONE_THREAD と一緒に指定する必"
+"要はなくなった。 このフラグはまだ定義されているが、何の効果もない。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:1067
-msgid "On i386, B<clone>()  should not be called through vsyscall, but directly through I<int $0x80>."
-msgstr "i386 上では、 B<clone>()  は vsyscall 経由ではなく、直接 I<int $0x80> 経由で呼び出すべきである。"
+msgid ""
+"On i386, B<clone>()  should not be called through vsyscall, but directly "
+"through I<int $0x80>."
+msgstr ""
+"i386 上では、 B<clone>()  は vsyscall 経由ではなく、直接 I<int $0x80> 経由で"
+"呼び出すべきである。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:1098
-msgid "Versions of the GNU C library that include the NPTL threading library contain a wrapper function for B<getpid>(2)  that performs caching of PIDs.  This caching relies on support in the glibc wrapper for B<clone>(), but as currently implemented, the cache may not be up to date in some circumstances.  In particular, if a signal is delivered to the child immediately after the B<clone>()  call, then a call to B<getpid>(2)  in a handler for the signal may return the PID of the calling process (\"the parent\"), if the clone wrapper has not yet had a chance to update the PID cache in the child.  (This discussion ignores the case where the child was created using B<CLONE_THREAD>, when B<getpid>(2)  I<should> return the same value in the child and in the process that called B<clone>(), since the caller and the child are in the same thread group.  The stale-cache problem also does not occur if the I<flags> argument includes B<CLONE_VM>.)  To get the truth, it may be necessary to use code such as the following:"
-msgstr "NPTL スレッドライブラリを含んでいる GNU C ライブラリのいくつかのバージョン には、 B<getpid>(2)  のラッパー関数が含まれており、このラッパー関数は PID をキャッシュする。 このキャッシュ処理が正しく動作するためには glibc の B<clone>()  のラッパー関数での助けが必要だが、現状の実装では、 ある状況下においてキャッシュが最新とならない可能性がある。 特に、 B<clone>()  の呼び出し直後にシグナルが子プロセスに配送された場合に、 そのシグナルに対するハンドラ内で B<getpid>(2)  を呼び出すと、それまでに clone のラッパー関数が子プロセスの PID キャッシュを 更新する機会が得られていなければ、呼び出し元プロセス (\"親プロセス\") の PID が 返される可能性がある。 (この議論では、子プロセスが B<CLONE_THREAD> を使って作成された場合のことは無視している。 子プロセスが B<CLONE_THREAD> を作って作成された場合には、 呼び出し元と子プロセスは同じスレッドグループに属すので、 B<getpid>(2)  は子プロセスと B<clone>()  を呼び出したプロセスで同じ値を返すのが「正しい」。 キャッシュが最新とならない問題 (stale-cache problem) は、 I<flags> に B<CLONE_VM> が含まれている場合にも発生しない。)  本当の値を得るためには、次のようなコードを使う必要があるかもしれない。"
+msgid ""
+"Versions of the GNU C library that include the NPTL threading library "
+"contain a wrapper function for B<getpid>(2)  that performs caching of PIDs.  "
+"This caching relies on support in the glibc wrapper for B<clone>(), but as "
+"currently implemented, the cache may not be up to date in some "
+"circumstances.  In particular, if a signal is delivered to the child "
+"immediately after the B<clone>()  call, then a call to B<getpid>(2)  in a "
+"handler for the signal may return the PID of the calling process (\"the "
+"parent\"), if the clone wrapper has not yet had a chance to update the PID "
+"cache in the child.  (This discussion ignores the case where the child was "
+"created using B<CLONE_THREAD>, when B<getpid>(2)  I<should> return the same "
+"value in the child and in the process that called B<clone>(), since the "
+"caller and the child are in the same thread group.  The stale-cache problem "
+"also does not occur if the I<flags> argument includes B<CLONE_VM>.)  To get "
+"the truth, it may be necessary to use code such as the following:"
+msgstr ""
+"NPTL スレッドライブラリを含んでいる GNU C ライブラリのいくつかのバージョン に"
+"は、 B<getpid>(2)  のラッパー関数が含まれており、このラッパー関数は PID を"
+"キャッシュする。 このキャッシュ処理が正しく動作するためには glibc の "
+"B<clone>()  のラッパー関数での助けが必要だが、現状の実装では、 ある状況下にお"
+"いてキャッシュが最新とならない可能性がある。 特に、 B<clone>()  の呼び出し直"
+"後にシグナルが子プロセスに配送された場合に、 そのシグナルに対するハンドラー内"
+"で B<getpid>(2)  を呼び出すと、それまでに clone のラッパー関数が子プロセスの "
+"PID キャッシュを 更新する機会が得られていなければ、呼び出し元プロセス (\"親プ"
+"ロセス\") の PID が 返される可能性がある。 (この議論では、子プロセスが "
+"B<CLONE_THREAD> を使って作成された場合のことは無視している。 子プロセスが "
+"B<CLONE_THREAD> を作って作成された場合には、 呼び出し元と子プロセスは同じス"
+"レッドグループに属すので、 B<getpid>(2)  は子プロセスと B<clone>()  を呼び出"
+"したプロセスで同じ値を返すのが「正しい」。 キャッシュが最新とならない問題 "
+"(stale-cache problem) は、 I<flags> に B<CLONE_VM> が含まれている場合にも発生"
+"しない。)  本当の値を得るためには、次のようなコードを使う必要があるかもしれな"
+"い。"
 
 #. type: Plain text
 #: build/C/man2/clone.2:1101
@@ -1644,8 +2493,19 @@ msgstr "    mypid = syscall(SYS_getpid);\n"
 
 #. type: Plain text
 #: build/C/man2/clone.2:1119
-msgid "The following program demonstrates the use of B<clone>()  to create a child process that executes in a separate UTS namespace.  The child changes the hostname in its UTS namespace.  Both parent and child then display the system hostname, making it possible to see that the hostname differs in the UTS namespaces of the parent and child.  For an example of the use of this program, see B<setns>(2)."
-msgstr "以下のプログラムは、 別の UTS 名前空間で動作する子プロセスを B<clone>() を使って作成する例である。 子プロセスは、自分の UTS 名前空間においてホスト名を変更する。 それから、親プロセスと子プロセスの両方でシステムのホスト名を表示し、 親プロセスと子プロセスの UTS 名前空間でホスト名が異なることを確認する。 このプログラムの使用方法については B<setns>(2) を参照。"
+msgid ""
+"The following program demonstrates the use of B<clone>()  to create a child "
+"process that executes in a separate UTS namespace.  The child changes the "
+"hostname in its UTS namespace.  Both parent and child then display the "
+"system hostname, making it possible to see that the hostname differs in the "
+"UTS namespaces of the parent and child.  For an example of the use of this "
+"program, see B<setns>(2)."
+msgstr ""
+"以下のプログラムは、 別の UTS 名前空間で動作する子プロセスを B<clone>() を"
+"使って作成する例である。 子プロセスは、自分の UTS 名前空間においてホスト名を"
+"変更する。 それから、親プロセスと子プロセスの両方でシステムのホスト名を表示"
+"し、 親プロセスと子プロセスの UTS 名前空間でホスト名が異なることを確認する。 "
+"このプログラムの使用方法については B<setns>(2) を参照。"
 
 #. type: SS
 #: build/C/man2/clone.2:1119 build/C/man2/setns.2:255
@@ -1905,8 +2765,16 @@ msgstr ""
 
 #. type: Plain text
 #: build/C/man2/clone.2:1221
-msgid "B<fork>(2), B<futex>(2), B<getpid>(2), B<gettid>(2), B<kcmp>(2), B<set_thread_area>(2), B<set_tid_address>(2), B<setns>(2), B<tkill>(2), B<unshare>(2), B<wait>(2), B<capabilities>(7), B<namespaces>(7), B<pthreads>(7)"
-msgstr "B<fork>(2), B<futex>(2), B<getpid>(2), B<gettid>(2), B<kcmp>(2), B<set_thread_area>(2), B<set_tid_address>(2), B<setns>(2), B<tkill>(2), B<unshare>(2), B<wait>(2), B<capabilities>(7), B<namespaces>(7), B<pthreads>(7)"
+msgid ""
+"B<fork>(2), B<futex>(2), B<getpid>(2), B<gettid>(2), B<kcmp>(2), "
+"B<set_thread_area>(2), B<set_tid_address>(2), B<setns>(2), B<tkill>(2), "
+"B<unshare>(2), B<wait>(2), B<capabilities>(7), B<namespaces>(7), "
+"B<pthreads>(7)"
+msgstr ""
+"B<fork>(2), B<futex>(2), B<getpid>(2), B<gettid>(2), B<kcmp>(2), "
+"B<set_thread_area>(2), B<set_tid_address>(2), B<setns>(2), B<tkill>(2), "
+"B<unshare>(2), B<wait>(2), B<capabilities>(7), B<namespaces>(7), "
+"B<pthreads>(7)"
 
 #. type: TH
 #: build/C/man2/kcmp.2:28
@@ -1922,7 +2790,8 @@ msgstr "2013-12-08"
 
 #. type: Plain text
 #: build/C/man2/kcmp.2:31
-msgid "kcmp - compare two processes to determine if they share a kernel resource"
+msgid ""
+"kcmp - compare two processes to determine if they share a kernel resource"
 msgstr "kcmp - 二つのプロセスが同じカーネルリソースを共有しているかを比較する"
 
 #. type: Plain text
@@ -1944,17 +2813,29 @@ msgstr ""
 #. type: Plain text
 #: build/C/man2/kcmp.2:41
 msgid "I<Note>: There is no glibc wrapper for this system call; see NOTES."
-msgstr "I<注>: このシステムコールには glibc のラッパー関数は存在しない。「注意」の節を参照。"
+msgstr ""
+"I<注>: このシステムコールには glibc のラッパー関数は存在しない。「注意」の節"
+"を参照。"
 
 #. type: Plain text
 #: build/C/man2/kcmp.2:50
-msgid "The B<kcmp>()  system call can be used to check whether the two processes identified by I<pid1> and I<pid2> share a kernel resource such as virtual memory, file descriptors, and so on."
-msgstr "システムコール B<kcmp>() を使うと、 ID が I<pid1> と I<pid2> の二つのプロセスが、 仮想メモリやファイルディスクリプターなどの、 同じカーネルリソースを共有しているかどうかを検査できる。"
+msgid ""
+"The B<kcmp>()  system call can be used to check whether the two processes "
+"identified by I<pid1> and I<pid2> share a kernel resource such as virtual "
+"memory, file descriptors, and so on."
+msgstr ""
+"システムコール B<kcmp>() を使うと、 ID が I<pid1> と I<pid2> の二つのプロセス"
+"が、 仮想メモリーやファイルディスクリプターなどの、 同じカーネルリソースを共"
+"有しているかどうかを検査できる。"
 
 #. type: Plain text
 #: build/C/man2/kcmp.2:55
-msgid "The I<type> argument specifies which resource is to be compared in the two processes.  It has one of the following values:"
-msgstr "I<type> 引き数は 2 つのプロセス間でどのリソースを比較するかを指定する。 以下のいずれかの値を指定する。"
+msgid ""
+"The I<type> argument specifies which resource is to be compared in the two "
+"processes.  It has one of the following values:"
+msgstr ""
+"I<type> 引き数は 2 つのプロセス間でどのリソースを比較するかを指定する。 以下"
+"のいずれかの値を指定する。"
 
 #. type: TP
 #: build/C/man2/kcmp.2:55
@@ -1964,8 +2845,14 @@ msgstr "B<KCMP_FILE>"
 
 #. type: Plain text
 #: build/C/man2/kcmp.2:67
-msgid "Check whether a file descriptor I<idx1> in the process I<pid1> refers to the same open file description (see B<open>(2))  as file descriptor I<idx2> in the process I<pid2>."
-msgstr "プロセス I<pid1> のファイルディスクリプター I<idx1> が、 プロセス I<pid2> のファイルディスクリプター I<idx2> と同じオープンファイル記述 (open file description) を参照しているかを検査する。"
+msgid ""
+"Check whether a file descriptor I<idx1> in the process I<pid1> refers to the "
+"same open file description (see B<open>(2))  as file descriptor I<idx2> in "
+"the process I<pid2>."
+msgstr ""
+"プロセス I<pid1> のファイルディスクリプター I<idx1> が、 プロセス I<pid2> の"
+"ファイルディスクリプター I<idx2> と同じオープンファイル記述 (open file "
+"description) を参照しているかを検査する。"
 
 #. type: TP
 #: build/C/man2/kcmp.2:67
@@ -1975,8 +2862,12 @@ msgstr "B<KCMP_FILES>"
 
 #. type: Plain text
 #: build/C/man2/kcmp.2:75
-msgid "Check whether the process share the same set of open file descriptors.  The arguments I<idx1> and I<idx2> are ignored."
-msgstr "二つのプロセスが同じオープンファイル記述の集合を共有しているかを検査する。 引き数 I<idx1> と I<idx2> は無視される。"
+msgid ""
+"Check whether the process share the same set of open file descriptors.  The "
+"arguments I<idx1> and I<idx2> are ignored."
+msgstr ""
+"二つのプロセスが同じオープンファイル記述の集合を共有しているかを検査する。 引"
+"き数 I<idx1> と I<idx2> は無視される。"
 
 #. type: TP
 #: build/C/man2/kcmp.2:75
@@ -1986,9 +2877,15 @@ msgstr "B<KCMP_FS>"
 
 #. type: Plain text
 #: build/C/man2/kcmp.2:84
-msgid "Check whether the processes share the same filesystem information (i.e., file mode creation mask, working directory, and filesystem root).  The arguments I<idx1> and I<idx2> are ignored."
-msgstr "二つのプロセスが同じファイルシステム情報 (すなわち、ファイルのモード作成マスク、作業ディレクトリ、ファイルシステムのルート) を共有しているかを検査する。 引き数 I<idx1> と I<idx2> は無視される。"
-
+msgid ""
+"Check whether the processes share the same filesystem information (i.e., "
+"file mode creation mask, working directory, and filesystem root).  The "
+"arguments I<idx1> and I<idx2> are ignored."
+msgstr ""
+"二つのプロセスが同じファイルシステム情報 (すなわち、ファイルのモード作成マス"
+"ク、作業ディレクトリ、ファイルシステムのルート) を共有しているかを検査する。 "
+"引き数 I<idx1> と I<idx2> は無視される。"
+
 #. type: TP
 #: build/C/man2/kcmp.2:84
 #, no-wrap
@@ -1997,8 +2894,12 @@ msgstr "B<KCMP_IO>"
 
 #. type: Plain text
 #: build/C/man2/kcmp.2:92
-msgid "Check whether the processes share I/O context.  The arguments I<idx1> and I<idx2> are ignored."
-msgstr "二つのプロセスが I/O コンテキストを共有しているかを検査する。 引き数 I<idx1> と I<idx2> は無視される。"
+msgid ""
+"Check whether the processes share I/O context.  The arguments I<idx1> and "
+"I<idx2> are ignored."
+msgstr ""
+"二つのプロセスが I/O コンテキストを共有しているかを検査する。 引き数 I<idx1> "
+"と I<idx2> は無視される。"
 
 #. type: TP
 #: build/C/man2/kcmp.2:92
@@ -2008,8 +2909,12 @@ msgstr "B<KCMP_SIGHAND>"
 
 #. type: Plain text
 #: build/C/man2/kcmp.2:100
-msgid "Check whether the processes share the same table of signal dispositions.  The arguments I<idx1> and I<idx2> are ignored."
-msgstr "二つのプロセスがシグナル配送 (disposition) テーブルを共有しているかを検査する。 引き数 I<idx1> と I<idx2> は無視される。"
+msgid ""
+"Check whether the processes share the same table of signal dispositions.  "
+"The arguments I<idx1> and I<idx2> are ignored."
+msgstr ""
+"二つのプロセスがシグナル配送 (disposition) テーブルを共有しているかを検査す"
+"る。 引き数 I<idx1> と I<idx2> は無視される。"
 
 #. type: TP
 #: build/C/man2/kcmp.2:100
@@ -2019,8 +2924,12 @@ msgstr "B<KCMP_SYSVSEM>"
 
 #. type: Plain text
 #: build/C/man2/kcmp.2:109
-msgid "Check whether the processes share the same list of System\\ V semaphore undo operations.  The arguments I<idx1> and I<idx2> are ignored."
-msgstr "二つのプロセスが同じ System\\ V セマフォ undo 操作のリストを共有しているかを検査する。 引き数 I<idx1> と I<idx2> は無視される。"
+msgid ""
+"Check whether the processes share the same list of System\\ V semaphore undo "
+"operations.  The arguments I<idx1> and I<idx2> are ignored."
+msgstr ""
+"二つのプロセスが同じ System\\ V セマフォ undo 操作のリストを共有しているかを"
+"検査する。 引き数 I<idx1> と I<idx2> は無視される。"
 
 #. type: TP
 #: build/C/man2/kcmp.2:109
@@ -2030,23 +2939,46 @@ msgstr "B<KCMP_VM>"
 
 #. type: Plain text
 #: build/C/man2/kcmp.2:117
-msgid "Check whether the processes share the same address space.  The arguments I<idx1> and I<idx2> are ignored."
-msgstr "二つのプロセスが同じアドレス空間を共有しているかを検査する。 引き数 I<idx1> と I<idx2> は無視される。"
+msgid ""
+"Check whether the processes share the same address space.  The arguments "
+"I<idx1> and I<idx2> are ignored."
+msgstr ""
+"二つのプロセスが同じアドレス空間を共有しているかを検査する。 引き数 I<idx1> "
+"と I<idx2> は無視される。"
 
 #. type: Plain text
 #: build/C/man2/kcmp.2:127
-msgid "Note the B<kcmp>()  is not protected against false positives which may occur if tasks are running.  One should stop tasks by sending B<SIGSTOP> (see B<signal>(7))  prior to inspection with this system call to obtain meaningful results."
-msgstr "B<kcmp>() には、タスクが実行されている場合に起こり得る誤判定 (false positive) に関する保護はない。 ということは、 意味のある結果を得るためには、 このシステムコールで検査を行う前に、 B<SIGSTOP> を送信してタスクを停止すべきだということだ (B<signal>(7) 参照)。"
+msgid ""
+"Note the B<kcmp>()  is not protected against false positives which may occur "
+"if tasks are running.  One should stop tasks by sending B<SIGSTOP> (see "
+"B<signal>(7))  prior to inspection with this system call to obtain "
+"meaningful results."
+msgstr ""
+"B<kcmp>() には、タスクが実行されている場合に起こり得る誤判定 (false "
+"positive) に関する保護はない。 ということは、 意味のある結果を得るためには、 "
+"このシステムコールで検査を行う前に、 B<SIGSTOP> を送信してタスクを停止すべき"
+"だということだ (B<signal>(7) 参照)。"
 
 #. type: Plain text
 #: build/C/man2/kcmp.2:133
-msgid "The return value of a successful call to B<kcmp>()  is simply the result of arithmetic comparison of kernel pointers (when the kernel compares resources, it uses their memory addresses)."
-msgstr "B<kcmp>() の呼び出しが成功した場合の返り値は、単にカーネルポインターを数値で比較した結果となる (カーネルはリソースを比較する際、リソースのメモリアドレスを使用する)。"
+msgid ""
+"The return value of a successful call to B<kcmp>()  is simply the result of "
+"arithmetic comparison of kernel pointers (when the kernel compares "
+"resources, it uses their memory addresses)."
+msgstr ""
+"B<kcmp>() の呼び出しが成功した場合の返り値は、単にカーネルポインターを数値で"
+"比較した結果となる (カーネルはリソースを比較する際、リソースのメモリーアドレ"
+"スを使用する)。"
 
 #. type: Plain text
 #: build/C/man2/kcmp.2:141
-msgid "The easiest way to explain is to consider an example.  Suppose that I<v1> and I<v2> are the addresses of appropriate resources, then the return value is one of the following:"
-msgstr "これを説明するには、例を見るのが一番簡単である。 I<v1> と I<v2> を適切なリソースのアドレスとすると、 返り値は以下のいずれか一つとなる。"
+msgid ""
+"The easiest way to explain is to consider an example.  Suppose that I<v1> "
+"and I<v2> are the addresses of appropriate resources, then the return value "
+"is one of the following:"
+msgstr ""
+"これを説明するには、例を見るのが一番簡単である。 I<v1> と I<v2> を適切なリ"
+"ソースのアドレスとすると、 返り値は以下のいずれか一つとなる。"
 
 #. type: IP
 #: build/C/man2/kcmp.2:142
@@ -2056,8 +2988,12 @@ msgstr "0"
 
 #. type: Plain text
 #: build/C/man2/kcmp.2:147
-msgid "I<v1> is equal to I<v2>; in other words, the two processes share the resource."
-msgstr "I<v1> は I<v2> と等しい。言い換えれば、二つのプロセスはそのリソースを共有している。"
+msgid ""
+"I<v1> is equal to I<v2>; in other words, the two processes share the "
+"resource."
+msgstr ""
+"I<v1> は I<v2> と等しい。言い換えれば、二つのプロセスはそのリソースを共有して"
+"いる。"
 
 #. type: IP
 #: build/C/man2/kcmp.2:147
@@ -2099,8 +3035,13 @@ msgstr "エラーの場合は -1 が返され、 I<errno> が適切に設定さ
 
 #. type: Plain text
 #: build/C/man2/kcmp.2:170
-msgid "B<kcmp>()  was designed to return values suitable for sorting.  This is particularly handy if one needs to compare a large number of file descriptors."
-msgstr "B<kcmp>() は、ソートに適した値を返すように設計された。 大量のファイルディスクリプターを比較する必要がある場合に、特に役に立つ。"
+msgid ""
+"B<kcmp>()  was designed to return values suitable for sorting.  This is "
+"particularly handy if one needs to compare a large number of file "
+"descriptors."
+msgstr ""
+"B<kcmp>() は、ソートに適した値を返すように設計された。 大量のファイルディスク"
+"リプターを比較する必要がある場合に、特に役に立つ。"
 
 #. type: TP
 #: build/C/man2/kcmp.2:171 build/C/man2/setns.2:146
@@ -2110,8 +3051,11 @@ msgstr "B<EBADF>"
 
 #. type: Plain text
 #: build/C/man2/kcmp.2:181
-msgid "I<type> is B<KCMP_FILE> and I<fd1> or I<fd2> is not an open file descriptor."
-msgstr "I<type> が B<KCMP_FILE> で、かつ I<fd1> か I<fd2> がオープンファイル記述でない。"
+msgid ""
+"I<type> is B<KCMP_FILE> and I<fd1> or I<fd2> is not an open file descriptor."
+msgstr ""
+"I<type> が B<KCMP_FILE> で、かつ I<fd1> か I<fd2> がオープンファイル記述でな"
+"い。"
 
 #. type: Plain text
 #: build/C/man2/kcmp.2:185
@@ -2120,8 +3064,12 @@ msgstr "I<type> が無効である。"
 
 #. type: Plain text
 #: build/C/man2/kcmp.2:191
-msgid "Insufficient permission to inspect process resources.  The B<CAP_SYS_PTRACE> capability is required to inspect processes that you do not own."
-msgstr "プロセスのリソースを検査するのに十分な許可がない。 自分が所有していないプロセスを検査するためには B<CAP_SYS_PTRACE> ケーパビリティが必要である。"
+msgid ""
+"Insufficient permission to inspect process resources.  The B<CAP_SYS_PTRACE> "
+"capability is required to inspect processes that you do not own."
+msgstr ""
+"プロセスのリソースを検査するのに十分な許可がない。 自分が所有していないプロセ"
+"スを検査するためには B<CAP_SYS_PTRACE> ケーパビリティが必要である。"
 
 #. type: TP
 #: build/C/man2/kcmp.2:191 build/C/man2/sched_rr_get_interval.2:90
@@ -2143,23 +3091,47 @@ msgstr "B<kcmp>() システムコールは Linux 3.5 で初めて登場した。
 
 #. type: Plain text
 #: build/C/man2/kcmp.2:205
-msgid "B<kcmp>()  is Linux-specific and should not be used in programs intended to be portable."
-msgstr "B<kcmp>() は Linux 特有であり、 移植を考慮したプログラムでは使用すべきではない。"
+msgid ""
+"B<kcmp>()  is Linux-specific and should not be used in programs intended to "
+"be portable."
+msgstr ""
+"B<kcmp>() は Linux 特有であり、 移植を考慮したプログラムでは使用すべきではな"
+"い。"
 
 #. type: Plain text
 #: build/C/man2/kcmp.2:208
-msgid "Glibc does not provide a wrapper for this system call; call it using B<syscall>(2)."
-msgstr "glibc はこのシステムコールに対するラッパー関数を提供していない。 B<syscall>(2) を使って呼び出すこと。"
+msgid ""
+"Glibc does not provide a wrapper for this system call; call it using "
+"B<syscall>(2)."
+msgstr ""
+"glibc はこのシステムコールに対するラッパー関数を提供していない。 "
+"B<syscall>(2) を使って呼び出すこと。"
 
 #. type: Plain text
 #: build/C/man2/kcmp.2:217
-msgid "This system call is available only if the kernel was configured with B<CONFIG_CHECKPOINT_RESTORE>.  The main use of the system call is for the checkpoint/restore in user space (CRIU) feature.  The alternative to this system call would have been to expose suitable process information via the B<proc>(5)  filesystem; this was deemed to be unsuitable for security reasons."
-msgstr "このシステムコールが利用できるのは、 カーネルの B<CONFIG_CHECKPOINT_RESTORE> オプションが有効になっている場合だけである。 このシステムコールの主な用途は、 ユーザー空間でのチェックポイント/リストア (checkpoint/restore in user space; CRIU) 機能である。 このシステムコールを使わないとすると、 B<proc>(5) ファイルシステム経由で必要なプロセス情報を公開することになるが、 これはセキュリティ上の理由から不適切とみなされた。"
+msgid ""
+"This system call is available only if the kernel was configured with "
+"B<CONFIG_CHECKPOINT_RESTORE>.  The main use of the system call is for the "
+"checkpoint/restore in user space (CRIU) feature.  The alternative to this "
+"system call would have been to expose suitable process information via the "
+"B<proc>(5)  filesystem; this was deemed to be unsuitable for security "
+"reasons."
+msgstr ""
+"このシステムコールが利用できるのは、 カーネルの B<CONFIG_CHECKPOINT_RESTORE> "
+"オプションが有効になっている場合だけである。 このシステムコールの主な用途"
+"は、 ユーザー空間でのチェックポイント/リストア (checkpoint/restore in user "
+"space; CRIU) 機能である。 このシステムコールを使わないとすると、 B<proc>(5) "
+"ファイルシステム経由で必要なプロセス情報を公開することになるが、 これはセキュ"
+"リティ上の理由から不適切とみなされた。"
 
 #. type: Plain text
 #: build/C/man2/kcmp.2:222
-msgid "See B<clone>(2)  for some background information on the shared resources referred to on this page."
-msgstr "このページで参照されている共有リソースに関する背景についての情報は B<clone>(2) を参照のこと。"
+msgid ""
+"See B<clone>(2)  for some background information on the shared resources "
+"referred to on this page."
+msgstr ""
+"このページで参照されている共有リソースに関する背景についての情報は "
+"B<clone>(2) を参照のこと。"
 
 #. type: Plain text
 #: build/C/man2/kcmp.2:225
@@ -2180,8 +3152,11 @@ msgstr "2014-05-12"
 
 #. type: Plain text
 #: build/C/man2/sched_get_priority_max.2:32
-msgid "sched_get_priority_max, sched_get_priority_min - get static priority range"
-msgstr "sched_get_priority_max, sched_get_priority_min - 静的プライオリティの範囲を取得する"
+msgid ""
+"sched_get_priority_max, sched_get_priority_min - get static priority range"
+msgstr ""
+"sched_get_priority_max, sched_get_priority_min - 静的プライオリティの範囲を取"
+"得する"
 
 #. type: Plain text
 #: build/C/man2/sched_get_priority_max.2:34
@@ -2201,33 +3176,84 @@ msgstr "B<int sched_get_priority_min(int >I<policy>B<);>"
 
 #. type: Plain text
 #: build/C/man2/sched_get_priority_max.2:59
-msgid "B<sched_get_priority_max>()  returns the maximum priority value that can be used with the scheduling algorithm identified by I<policy>.  B<sched_get_priority_min>()  returns the minimum priority value that can be used with the scheduling algorithm identified by I<policy>.  Supported I<policy> values are B<SCHED_FIFO>, B<SCHED_RR>, B<SCHED_OTHER>, B<SCHED_BATCH>, B<SCHED_IDLE>, and B<SCHED_DEADLINE>.  Further details about these policies can be found in B<sched>(7)."
-msgstr "B<sched_get_priority_max>()  はI<policy> によって指定されたスケジューリングのアルゴリズムで 使用されるプライオリティの最大値を返す。 B<sched_get_priority_min>()  はI<policy> によって指定されたスケジューリングのアルゴリズムで 使用されるプライオリティの最小値を返す。 サポートされる I<policy> の値は B<SCHED_FIFO>、 B<SCHED_RR>、 B<SCHED_OTHER>、 B<SCHED_BATCH>, B<SCHED_IDLE>, B<SCHED_DEADLINE> である。これらのスケジューリング方針に関する詳細は B<sched>(7)  に書かれている。"
+msgid ""
+"B<sched_get_priority_max>()  returns the maximum priority value that can be "
+"used with the scheduling algorithm identified by I<policy>.  "
+"B<sched_get_priority_min>()  returns the minimum priority value that can be "
+"used with the scheduling algorithm identified by I<policy>.  Supported "
+"I<policy> values are B<SCHED_FIFO>, B<SCHED_RR>, B<SCHED_OTHER>, "
+"B<SCHED_BATCH>, B<SCHED_IDLE>, and B<SCHED_DEADLINE>.  Further details about "
+"these policies can be found in B<sched>(7)."
+msgstr ""
+"B<sched_get_priority_max>()  はI<policy> によって指定されたスケジューリングの"
+"アルゴリズムで 使用されるプライオリティの最大値を返す。 "
+"B<sched_get_priority_min>()  はI<policy> によって指定されたスケジューリングの"
+"アルゴリズムで 使用されるプライオリティの最小値を返す。 サポートされる "
+"I<policy> の値は B<SCHED_FIFO>、 B<SCHED_RR>、 B<SCHED_OTHER>、 "
+"B<SCHED_BATCH>, B<SCHED_IDLE>, B<SCHED_DEADLINE> である。これらのスケジューリ"
+"ング方針に関する詳細は B<sched>(7)  に書かれている。"
 
 #. type: Plain text
 #: build/C/man2/sched_get_priority_max.2:68
-msgid "Processes with numerically higher priority values are scheduled before processes with numerically lower priority values.  Thus, the value returned by B<sched_get_priority_max>()  will be greater than the value returned by B<sched_get_priority_min>()."
-msgstr "数値的に大きなプライオリティ値を持つプロセスは小さな プライオリティ値を持つプロセスより前にスケジュールされる。 このため B<sched_get_priority_max>()  が返す値は B<sched_get_priority_min>()  が返す値よりも大きい。"
+msgid ""
+"Processes with numerically higher priority values are scheduled before "
+"processes with numerically lower priority values.  Thus, the value returned "
+"by B<sched_get_priority_max>()  will be greater than the value returned by "
+"B<sched_get_priority_min>()."
+msgstr ""
+"数値的に大きなプライオリティ値を持つプロセスは小さな プライオリティ値を持つプ"
+"ロセスより前にスケジュールされる。 このため B<sched_get_priority_max>()  が返"
+"す値は B<sched_get_priority_min>()  が返す値よりも大きい。"
 
 #. type: Plain text
 #: build/C/man2/sched_get_priority_max.2:76
-msgid "Linux allows the static priority range 1 to 99 for the B<SCHED_FIFO> and B<SCHED_RR> policies, and the priority 0 for the remaining policies.  Scheduling priority ranges for the various policies are not alterable."
-msgstr "Linux では、 ポリシー B<SCHED_FIFO> と B<SCHED_RR> では 1 から 99 の範囲の静的プライオリティーを持ち、それ以外のポリシーでは プライオリティとして 0 を持つ。 それぞれの方針のスケジューリングプライオリティの範囲は 変更することができない。"
+msgid ""
+"Linux allows the static priority range 1 to 99 for the B<SCHED_FIFO> and "
+"B<SCHED_RR> policies, and the priority 0 for the remaining policies.  "
+"Scheduling priority ranges for the various policies are not alterable."
+msgstr ""
+"Linux では、 ポリシー B<SCHED_FIFO> と B<SCHED_RR> では 1 から 99 の範囲の静"
+"的プライオリティーを持ち、それ以外のポリシーでは プライオリティとして 0 を持"
+"つ。 それぞれの方針のスケジューリングプライオリティの範囲は 変更することがで"
+"きない。"
 
 #. type: Plain text
 #: build/C/man2/sched_get_priority_max.2:88
-msgid "The range of scheduling priorities may vary on other POSIX systems, thus it is a good idea for portable applications to use a virtual priority range and map it to the interval given by B<sched_get_priority_max>()  and B<sched_get_priority_min>().  POSIX.1-2001 requires a spread of at least 32 between the maximum and the minimum values for B<SCHED_FIFO> and B<SCHED_RR>."
-msgstr "スケジューリングプライオリティの範囲は他の POSIX システムと 異なっているかもしれない。それで、移植性(portable)のある アプリケーションでは仮想的な範囲を用い B<sched_get_priority_max>()  と B<sched_get_priority_min>()  で与えられた間隔にマップして使用することはいい考えである。 POSIX.1-2001 では B<SCHED_FIFO> と B<SCHED_RR> における 最大値と最小値の間隔を少なくとも 32 にすることを要求している。"
+msgid ""
+"The range of scheduling priorities may vary on other POSIX systems, thus it "
+"is a good idea for portable applications to use a virtual priority range and "
+"map it to the interval given by B<sched_get_priority_max>()  and "
+"B<sched_get_priority_min>().  POSIX.1-2001 requires a spread of at least 32 "
+"between the maximum and the minimum values for B<SCHED_FIFO> and B<SCHED_RR>."
+msgstr ""
+"スケジューリングプライオリティの範囲は他の POSIX システムと 異なっているかも"
+"しれない。それで、移植性(portable)のある アプリケーションでは仮想的な範囲を用"
+"い B<sched_get_priority_max>()  と B<sched_get_priority_min>()  で与えられた"
+"間隔にマップして使用することはいい考えである。 POSIX.1-2001 では "
+"B<SCHED_FIFO> と B<SCHED_RR> における 最大値と最小値の間隔を少なくとも 32 に"
+"することを要求している。"
 
 #. type: Plain text
 #: build/C/man2/sched_get_priority_max.2:97
-msgid "POSIX systems on which B<sched_get_priority_max>()  and B<sched_get_priority_min>()  are available define B<_POSIX_PRIORITY_SCHEDULING> in I<E<lt>unistd.hE<gt>>."
-msgstr "POSIX システムでは B<sched_get_priority_max>()  と B<sched_get_priority_min>()  は I<E<lt>unistd.hE<gt>> に B<_POSIX_PRIORITY_SCHEDULING> が定義されている場合にのみ使用可能である。"
+msgid ""
+"POSIX systems on which B<sched_get_priority_max>()  and "
+"B<sched_get_priority_min>()  are available define "
+"B<_POSIX_PRIORITY_SCHEDULING> in I<E<lt>unistd.hE<gt>>."
+msgstr ""
+"POSIX システムでは B<sched_get_priority_max>()  と "
+"B<sched_get_priority_min>()  は I<E<lt>unistd.hE<gt>> に "
+"B<_POSIX_PRIORITY_SCHEDULING> が定義されている場合にのみ使用可能である。"
 
 #. type: Plain text
 #: build/C/man2/sched_get_priority_max.2:107
-msgid "On success, B<sched_get_priority_max>()  and B<sched_get_priority_min>()  return the maximum/minimum priority value for the named scheduling policy.  On error, -1 is returned, and I<errno> is set appropriately."
-msgstr "成功した場合は B<sched_get_priority_max>()  と B<sched_get_priority_min>()  は指定されたスケジューリング方針のプライオリティの最大値/最小値を返す。 エラーの場合は -1 が返され、 I<errno> が適切に設定される。"
+msgid ""
+"On success, B<sched_get_priority_max>()  and B<sched_get_priority_min>()  "
+"return the maximum/minimum priority value for the named scheduling policy.  "
+"On error, -1 is returned, and I<errno> is set appropriately."
+msgstr ""
+"成功した場合は B<sched_get_priority_max>()  と B<sched_get_priority_min>()  "
+"は指定されたスケジューリング方針のプライオリティの最大値/最小値を返す。 エ"
+"ラーの場合は -1 が返され、 I<errno> が適切に設定される。"
 
 #. type: Plain text
 #: build/C/man2/sched_get_priority_max.2:113
@@ -2243,8 +3269,14 @@ msgstr "POSIX.1-2001."
 
 #. type: Plain text
 #: build/C/man2/sched_get_priority_max.2:125
-msgid "B<sched_getaffinity>(2), B<sched_getparam>(2), B<sched_getscheduler>(2), B<sched_setaffinity>(2), B<sched_setparam>(2), B<sched_setscheduler>(2), B<sched>(7)"
-msgstr "B<sched_getaffinity>(2), B<sched_getparam>(2), B<sched_getscheduler>(2), B<sched_setaffinity>(2), B<sched_setparam>(2), B<sched_setscheduler>(2), B<sched>(7)"
+msgid ""
+"B<sched_getaffinity>(2), B<sched_getparam>(2), B<sched_getscheduler>(2), "
+"B<sched_setaffinity>(2), B<sched_setparam>(2), B<sched_setscheduler>(2), "
+"B<sched>(7)"
+msgstr ""
+"B<sched_getaffinity>(2), B<sched_getparam>(2), B<sched_getscheduler>(2), "
+"B<sched_setaffinity>(2), B<sched_setparam>(2), B<sched_setscheduler>(2), "
+"B<sched>(7)"
 
 #. type: TH
 #: build/C/man3/sched_getcpu.3:26
@@ -2271,7 +3303,8 @@ msgstr "B<int sched_getcpu(void);>\n"
 
 #. type: Plain text
 #: build/C/man3/sched_getcpu.3:39 build/C/man2/unshare.2:33
-msgid "Feature Test Macro Requirements for glibc (see B<feature_test_macros>(7)):"
+msgid ""
+"Feature Test Macro Requirements for glibc (see B<feature_test_macros>(7)):"
 msgstr "glibc 向けの機能検査マクロの要件 (B<feature_test_macros>(7)  参照):"
 
 #. type: Plain text
@@ -2281,13 +3314,21 @@ msgstr "B<sched_getcpu>():"
 
 #. type: Plain text
 #: build/C/man3/sched_getcpu.3:58
-msgid "B<sched_getcpu>()  returns the number of the CPU on which the calling thread is currently executing."
-msgstr "B<sched_getcpu>()  は、呼び出したスレッドが現在実行されている CPU の番号を返す。"
+msgid ""
+"B<sched_getcpu>()  returns the number of the CPU on which the calling thread "
+"is currently executing."
+msgstr ""
+"B<sched_getcpu>()  は、呼び出したスレッドが現在実行されている CPU の番号を返"
+"す。"
 
 #. type: Plain text
 #: build/C/man3/sched_getcpu.3:65
-msgid "On success, B<sched_getcpu>()  returns a nonnegative CPU number.  On error, -1 is returned and I<errno> is set to indicate the error."
-msgstr "成功すると、 B<sched_getcpu>()  は非負の CPU 番号を返す。 エラーの場合、-1 を返し、 I<errno> にエラーを示す値を設定する。"
+msgid ""
+"On success, B<sched_getcpu>()  returns a nonnegative CPU number.  On error, "
+"-1 is returned and I<errno> is set to indicate the error."
+msgstr ""
+"成功すると、 B<sched_getcpu>()  は非負の CPU 番号を返す。 エラーの場合、-1 を"
+"返し、 I<errno> にエラーを示す値を設定する。"
 
 #. type: TP
 #: build/C/man3/sched_getcpu.3:66 build/C/man2/sched_rr_get_interval.2:87
@@ -2379,12 +3420,18 @@ msgstr "sched_rr_get_interval - 指定されたプロセスの SCHED_RR 間隔
 
 #. type: Plain text
 #: build/C/man2/sched_rr_get_interval.2:36
-msgid "B<int sched_rr_get_interval(pid_t >I<pid>B<, struct timespec * >I<tp>B<);>"
-msgstr "B<int sched_rr_get_interval(pid_t >I<pid>B<, struct timespec *>I<tp>B<);>"
+msgid ""
+"B<int sched_rr_get_interval(pid_t >I<pid>B<, struct timespec * >I<tp>B<);>"
+msgstr ""
+"B<int sched_rr_get_interval(pid_t >I<pid>B<, struct timespec *>I<tp>B<);>"
 
 #. type: Plain text
 #: build/C/man2/sched_rr_get_interval.2:47
-msgid "B<sched_rr_get_interval>()  writes into the I<timespec> structure pointed to by I<tp> the round-robin time quantum for the process identified by I<pid>.  The specified process should be running under the B<SCHED_RR> scheduling policy."
+msgid ""
+"B<sched_rr_get_interval>()  writes into the I<timespec> structure pointed to "
+"by I<tp> the round-robin time quantum for the process identified by I<pid>.  "
+"The specified process should be running under the B<SCHED_RR> scheduling "
+"policy."
 msgstr ""
 "B<sched_rr_get_interval>() は I<tp> で指定された I<timespec> 構造体に\n"
 "I<pid> で指定されたプロセスのラウンドロビン時間量 (round robin time\n"
@@ -2419,15 +3466,21 @@ msgstr ""
 #.  1.3.81.
 #. type: Plain text
 #: build/C/man2/sched_rr_get_interval.2:73
-msgid "If I<pid> is zero, the time quantum for the calling process is written into I<*tp>."
+msgid ""
+"If I<pid> is zero, the time quantum for the calling process is written into "
+"I<*tp>."
 msgstr ""
 "I<pid> が 0 の場合、呼び出したプロセスの時間量 (time quantum) が\n"
 "I<*tp> に書き込まれる。"
 
 #. type: Plain text
 #: build/C/man2/sched_rr_get_interval.2:80
-msgid "On success, B<sched_rr_get_interval>()  returns 0.  On error, -1 is returned, and I<errno> is set appropriately."
-msgstr "成功した場合は B<sched_rr_get_interval>()  は 0 を返す。 エラーの場合は -1 が返され、 I<errno> が適切に設定される。"
+msgid ""
+"On success, B<sched_rr_get_interval>()  returns 0.  On error, -1 is "
+"returned, and I<errno> is set appropriately."
+msgstr ""
+"成功した場合は B<sched_rr_get_interval>()  は 0 を返す。 エラーの場合は -1 が"
+"返され、 I<errno> が適切に設定される。"
 
 #. type: TP
 #: build/C/man2/sched_rr_get_interval.2:81
@@ -2449,7 +3502,8 @@ msgstr "PID が不正である。"
 #. type: Plain text
 #: build/C/man2/sched_rr_get_interval.2:90
 msgid "The system call is not yet implemented (only on rather old kernels)."
-msgstr "システムコールがまだ実装されていない (かなり古いカーネルにおいてのみ)。"
+msgstr ""
+"システムコールがまだ実装されていない (かなり古いカーネルにおいてのみ)。"
 
 #. type: Plain text
 #: build/C/man2/sched_rr_get_interval.2:94
@@ -2458,7 +3512,9 @@ msgstr "プロセス ID が I<pid> のプロセスが見つからなかった。
 
 #. type: Plain text
 #: build/C/man2/sched_rr_get_interval.2:103
-msgid "POSIX systems on which B<sched_rr_get_interval>()  is available define B<_POSIX_PRIORITY_SCHEDULING> in I<E<lt>unistd.hE<gt>>."
+msgid ""
+"POSIX systems on which B<sched_rr_get_interval>()  is available define "
+"B<_POSIX_PRIORITY_SCHEDULING> in I<E<lt>unistd.hE<gt>>."
 msgstr ""
 "POSIX システムで B<sched_rr_get_interval>() は I<E<lt>unistd.hE<gt>> に\n"
 "B<_POSIX_PRIORITY_SCHEDULING> が定義されている場合にのみ使用可能である。"
@@ -2472,8 +3528,25 @@ msgstr "Linux での注意"
 #.  commit a4ec24b48ddef1e93f7578be53270f0b95ad666c
 #. type: Plain text
 #: build/C/man2/sched_rr_get_interval.2:117
-msgid "POSIX does not specify any mechanism for controlling the size of the round-robin time quantum.  Older Linux kernels provide a (nonportable) method of doing this.  The quantum can be controlled by adjusting the process's nice value (see B<setpriority>(2)).  Assigning a negative (i.e., high) nice value results in a longer quantum; assigning a positive (i.e., low) nice value results in a shorter quantum.  The default quantum is 0.1 seconds; the degree to which changing the nice value affects the quantum has varied somewhat across kernel versions.  This method of adjusting the quantum was removed starting with Linux 2.6.24."
-msgstr "POSIX ではラウンドロビン時間量の大きさを制御する仕組みが規定されていない。 古い Linux カーネルではこれを変更する方法が提供されている (この方法に移植性はない)。 プロセスの nice 値を調整することで時間量を制御できる (B<setpriority>(2) 参照)。 負の nice 値 (すなわち、高い nice 値) を割り当てると時間量は長くなり、 正の nice 値 (すなわち、低い nice 値) を割り当てると時間量は短くなる。 デフォルトの時間量は 0.1 秒である。 nice 値の変更が時間量にどの程度影響を与えるかは カーネルのバージョンにより多少異なる。時間量を調整するこのメソッドは Linux 2.6.24 以降で削除された。"
+msgid ""
+"POSIX does not specify any mechanism for controlling the size of the round-"
+"robin time quantum.  Older Linux kernels provide a (nonportable) method of "
+"doing this.  The quantum can be controlled by adjusting the process's nice "
+"value (see B<setpriority>(2)).  Assigning a negative (i.e., high) nice value "
+"results in a longer quantum; assigning a positive (i.e., low) nice value "
+"results in a shorter quantum.  The default quantum is 0.1 seconds; the "
+"degree to which changing the nice value affects the quantum has varied "
+"somewhat across kernel versions.  This method of adjusting the quantum was "
+"removed starting with Linux 2.6.24."
+msgstr ""
+"POSIX ではラウンドロビン時間量の大きさを制御する仕組みが規定されていない。 古"
+"い Linux カーネルではこれを変更する方法が提供されている (この方法に移植性はな"
+"い)。 プロセスの nice 値を調整することで時間量を制御できる "
+"(B<setpriority>(2) 参照)。 負の nice 値 (すなわち、高い nice 値) を割り当てる"
+"と時間量は長くなり、 正の nice 値 (すなわち、低い nice 値) を割り当てると時間"
+"量は短くなる。 デフォルトの時間量は 0.1 秒である。 nice 値の変更が時間量にど"
+"の程度影響を与えるかは カーネルのバージョンにより多少異なる。時間量を調整する"
+"このメソッドは Linux 2.6.24 以降で削除された。"
 
 #.  commit ce0dbbbb30aee6a835511d5be446462388ba9eee
 #.  .SH BUGS
@@ -2484,8 +3557,16 @@ msgstr "POSIX ではラウンドロビン時間量の大きさを制御する仕
 #.  properly.
 #. type: Plain text
 #: build/C/man2/sched_rr_get_interval.2:132
-msgid "Linux 3.9 added a new mechanism for adjusting (and viewing) the B<SCHED_RR> quantum: the I</proc/sys/kernel/sched_rr_timeslice_ms> file exposes the quantum as a millisecond value, whose default is 100.  Writing 0 to this file resets the quantum to the default value."
-msgstr "Linux 3.9 で、 B<SCHED_RR> の時間量の調整 (と参照) を行う新しい機構が追加された。 I</proc/sys/kernel/sched_rr_timeslice_ms> ファイルでミリ秒単位の時間量の値が参照でき、 デフォルト値は 100 である。 このファイルに 0 を書き込むと、 時間量をデフォルト値に戻すことができる。"
+msgid ""
+"Linux 3.9 added a new mechanism for adjusting (and viewing) the B<SCHED_RR> "
+"quantum: the I</proc/sys/kernel/sched_rr_timeslice_ms> file exposes the "
+"quantum as a millisecond value, whose default is 100.  Writing 0 to this "
+"file resets the quantum to the default value."
+msgstr ""
+"Linux 3.9 で、 B<SCHED_RR> の時間量の調整 (と参照) を行う新しい機構が追加され"
+"た。 I</proc/sys/kernel/sched_rr_timeslice_ms> ファイルでミリ秒単位の時間量の"
+"値が参照でき、 デフォルト値は 100 である。 このファイルに 0 を書き込むと、 時"
+"間量をデフォルト値に戻すことができる。"
 
 #. type: Plain text
 #: build/C/man2/sched_rr_get_interval.2:134 build/C/man2/sched_yield.2:81
@@ -2506,8 +3587,12 @@ msgstr "2014-12-31"
 
 #. type: Plain text
 #: build/C/man2/sched_setaffinity.2:38
-msgid "sched_setaffinity, sched_getaffinity - set and get a thread's CPU affinity mask"
-msgstr "sched_setaffinity, sched_getaffinity - スレッドの CPU affinity マスクを設定・取得する"
+msgid ""
+"sched_setaffinity, sched_getaffinity - set and get a thread's CPU affinity "
+"mask"
+msgstr ""
+"sched_setaffinity, sched_getaffinity - スレッドの CPU affinity マスクを設定・"
+"取得する"
 
 #. type: Plain text
 #: build/C/man2/sched_setaffinity.2:45
@@ -2531,53 +3616,125 @@ msgstr ""
 
 #. type: Plain text
 #: build/C/man2/sched_setaffinity.2:63
-msgid "A thread's CPU affinity mask determines the set of CPUs on which it is eligible to run.  On a multiprocessor system, setting the CPU affinity mask can be used to obtain performance benefits.  For example, by dedicating one CPU to a particular thread (i.e., setting the affinity mask of that thread to specify a single CPU, and setting the affinity mask of all other threads to exclude that CPU), it is possible to ensure maximum execution speed for that thread.  Restricting a thread to run on a single CPU also avoids the performance cost caused by the cache invalidation that occurs when a thread ceases to execute on one CPU and then recommences execution on a different CPU."
-msgstr "スレッドの CPU affinity (親和度) マスクは、そのスレッドが 実行を許可されている CPU の集合を決定する。 マルチプロセッサシステムでは、CPU affinity マスクを設定することで 性能上のメリットを得られる可能性がある。 例えば、特定のスレッドを一つの CPU に括り付け (すなわち、そのスレッドの affinity マスクを一つの CPU に設定し)、 他の全てのスレッドの affinity マスクからその CPU を除外することで、 確実にそのスレッドの実行速度を最大にすることができる。 また、あるスレッドの実行を一つの CPU に限定することで、 一つの CPU での実行を停止してから別の CPU で実行を再開するときに発生する キャッシュ無効化 (cache invalidation) による性能面の劣化を避けることもできる。"
+msgid ""
+"A thread's CPU affinity mask determines the set of CPUs on which it is "
+"eligible to run.  On a multiprocessor system, setting the CPU affinity mask "
+"can be used to obtain performance benefits.  For example, by dedicating one "
+"CPU to a particular thread (i.e., setting the affinity mask of that thread "
+"to specify a single CPU, and setting the affinity mask of all other threads "
+"to exclude that CPU), it is possible to ensure maximum execution speed for "
+"that thread.  Restricting a thread to run on a single CPU also avoids the "
+"performance cost caused by the cache invalidation that occurs when a thread "
+"ceases to execute on one CPU and then recommences execution on a different "
+"CPU."
+msgstr ""
+"スレッドの CPU affinity (親和度) マスクは、そのスレッドが 実行を許可されてい"
+"る CPU の集合を決定する。 マルチプロセッサシステムでは、CPU affinity マスクを"
+"設定することで 性能上のメリットを得られる可能性がある。 例えば、特定のスレッ"
+"ドを一つの CPU に括り付け (すなわち、そのスレッドの affinity マスクを一つの "
+"CPU に設定し)、 他の全てのスレッドの affinity マスクからその CPU を除外するこ"
+"とで、 確実にそのスレッドの実行速度を最大にすることができる。 また、あるス"
+"レッドの実行を一つの CPU に限定することで、 一つの CPU での実行を停止してから"
+"別の CPU で実行を再開するときに発生する キャッシュ無効化 (cache "
+"invalidation) による性能面の劣化を避けることもできる。"
 
 #. type: Plain text
 #: build/C/man2/sched_setaffinity.2:70
-msgid "A CPU affinity mask is represented by the I<cpu_set_t> structure, a \"CPU set\", pointed to by I<mask>.  A set of macros for manipulating CPU sets is described in B<CPU_SET>(3)."
-msgstr "CPU affinity マスクは「CPU の集合」を表す I<cpu_set_t> 構造体で表現され、 I<cpu_set_t> へのポインター I<mask> で指定される。 CPU 集合を操作するためのマクロ群については B<CPU_SET>(3)  で記載されている。"
+msgid ""
+"A CPU affinity mask is represented by the I<cpu_set_t> structure, a \"CPU set"
+"\", pointed to by I<mask>.  A set of macros for manipulating CPU sets is "
+"described in B<CPU_SET>(3)."
+msgstr ""
+"CPU affinity マスクは「CPU の集合」を表す I<cpu_set_t> 構造体で表現され、 "
+"I<cpu_set_t> へのポインター I<mask> で指定される。 CPU 集合を操作するためのマ"
+"クロ群については B<CPU_SET>(3)  で記載されている。"
 
 #. type: Plain text
 #: build/C/man2/sched_setaffinity.2:85
-msgid "B<sched_setaffinity>()  sets the CPU affinity mask of the thread whose ID is I<pid> to the value specified by I<mask>.  If I<pid> is zero, then the calling thread is used.  The argument I<cpusetsize> is the length (in bytes) of the data pointed to by I<mask>.  Normally this argument would be specified as I<sizeof(cpu_set_t)>."
-msgstr "B<sched_setaffinity>()  は、スレッド ID が I<pid> のスレッドの CPU affinity マスクを I<mask> で指定された値に設定する。 I<pid> が 0 の場合、呼び出し元スレッドが使われる。 I<cpusetsize> 引き数には I<mask> が指すデータの長さ (バイト単位) である。 通常は、この引き数には I<sizeof(cpu_set_t)> を指定すればよい。"
+msgid ""
+"B<sched_setaffinity>()  sets the CPU affinity mask of the thread whose ID is "
+"I<pid> to the value specified by I<mask>.  If I<pid> is zero, then the "
+"calling thread is used.  The argument I<cpusetsize> is the length (in bytes) "
+"of the data pointed to by I<mask>.  Normally this argument would be "
+"specified as I<sizeof(cpu_set_t)>."
+msgstr ""
+"B<sched_setaffinity>()  は、スレッド ID が I<pid> のスレッドの CPU affinity "
+"マスクを I<mask> で指定された値に設定する。 I<pid> が 0 の場合、呼び出し元ス"
+"レッドが使われる。 I<cpusetsize> 引き数には I<mask> が指すデータの長さ (バイ"
+"ト単位) である。 通常は、この引き数には I<sizeof(cpu_set_t)> を指定すればよ"
+"い。"
 
 #. type: Plain text
 #: build/C/man2/sched_setaffinity.2:92
-msgid "If the thread specified by I<pid> is not currently running on one of the CPUs specified in I<mask>, then that thread is migrated to one of the CPUs specified in I<mask>."
-msgstr "I<pid> で指定されたスレッドが I<mask> で指定された CPU のいずれかで現在実行されていない場合、 そのスレッドは I<mask> で指定された CPU のいずれかに移動される。"
+msgid ""
+"If the thread specified by I<pid> is not currently running on one of the "
+"CPUs specified in I<mask>, then that thread is migrated to one of the CPUs "
+"specified in I<mask>."
+msgstr ""
+"I<pid> で指定されたスレッドが I<mask> で指定された CPU のいずれかで現在実行さ"
+"れていない場合、 そのスレッドは I<mask> で指定された CPU のいずれかに移動され"
+"る。"
 
 #. type: Plain text
 #: build/C/man2/sched_setaffinity.2:107
-msgid "B<sched_getaffinity>()  writes the affinity mask of the thread whose ID is I<pid> into the I<cpu_set_t> structure pointed to by I<mask>.  The I<cpusetsize> argument specifies the size (in bytes) of I<mask>.  If I<pid> is zero, then the mask of the calling thread is returned."
-msgstr "B<sched_getaffinity>()  は、 スレッド ID が I<pid> のスレッドの affinity マスクを I<mask> が指す I<cpu_set_t> 構造体に書き込む。 I<cpusetsize> 引き数には I<mask> の (バイト単位の) 大きさを指定する。"
+msgid ""
+"B<sched_getaffinity>()  writes the affinity mask of the thread whose ID is "
+"I<pid> into the I<cpu_set_t> structure pointed to by I<mask>.  The "
+"I<cpusetsize> argument specifies the size (in bytes) of I<mask>.  If I<pid> "
+"is zero, then the mask of the calling thread is returned."
+msgstr ""
+"B<sched_getaffinity>()  は、 スレッド ID が I<pid> のスレッドの affinity マス"
+"クを I<mask> が指す I<cpu_set_t> 構造体に書き込む。 I<cpusetsize> 引き数には "
+"I<mask> の (バイト単位の) 大きさを指定する。"
 
 #. type: Plain text
 #: build/C/man2/sched_setaffinity.2:116
-msgid "On success, B<sched_setaffinity>()  and B<sched_getaffinity>()  return 0.  On error, -1 is returned, and I<errno> is set appropriately."
-msgstr "成功した場合、 B<sched_setaffinity>()  と B<sched_getaffinity>()  は 0 を返す。 エラーの場合は -1 を返し、 I<errno> を適切に設定する。"
+msgid ""
+"On success, B<sched_setaffinity>()  and B<sched_getaffinity>()  return 0.  "
+"On error, -1 is returned, and I<errno> is set appropriately."
+msgstr ""
+"成功した場合、 B<sched_setaffinity>()  と B<sched_getaffinity>()  は 0 を返"
+"す。 エラーの場合は -1 を返し、 I<errno> を適切に設定する。"
 
 #. type: Plain text
 #: build/C/man2/sched_setaffinity.2:120
 msgid "A supplied memory address was invalid."
-msgstr "指定されたメモリ番地が不正である。"
+msgstr "指定されたメモリ番地が不正である。"
 
 #. type: Plain text
 #: build/C/man2/sched_setaffinity.2:128
-msgid "The affinity bit mask I<mask> contains no processors that are currently physically on the system and permitted to the thread according to any restrictions that may be imposed by the \"cpuset\" mechanism described in B<cpuset>(7)."
-msgstr "システム上に現在実際に存在し、かつ \"cpuset\" 機構が課す制限においてそのスレッドに対して許可されている プロセッサが、 affinity ビットマスク I<mask> に含まれていない。 \"cpuset\" 機構については B<cpuset>(7)  を参照。"
+msgid ""
+"The affinity bit mask I<mask> contains no processors that are currently "
+"physically on the system and permitted to the thread according to any "
+"restrictions that may be imposed by the \"cpuset\" mechanism described in "
+"B<cpuset>(7)."
+msgstr ""
+"システム上に現在実際に存在し、かつ \"cpuset\" 機構が課す制限においてそのス"
+"レッドに対して許可されている プロセッサが、 affinity ビットマスク I<mask> に"
+"含まれていない。 \"cpuset\" 機構については B<cpuset>(7)  を参照。"
 
 #. type: Plain text
 #: build/C/man2/sched_setaffinity.2:135
-msgid "(B<sched_getaffinity>()  and, in kernels before 2.6.9, B<sched_setaffinity>())  I<cpusetsize> is smaller than the size of the affinity mask used by the kernel."
-msgstr "(B<sched_getaffinity>()  と、カーネル 2.6.9 以前の B<sched_setaffinity>())  I<cpusetsize> がカーネルで使われている affinity マスクのサイズより小さい。"
+msgid ""
+"(B<sched_getaffinity>()  and, in kernels before 2.6.9, "
+"B<sched_setaffinity>())  I<cpusetsize> is smaller than the size of the "
+"affinity mask used by the kernel."
+msgstr ""
+"(B<sched_getaffinity>()  と、カーネル 2.6.9 以前の B<sched_setaffinity>())  "
+"I<cpusetsize> がカーネルで使われている affinity マスクのサイズより小さい。"
 
 #. type: Plain text
 #: build/C/man2/sched_setaffinity.2:145
-msgid "(B<sched_setaffinity>())  The calling thread does not have appropriate privileges.  The caller needs an effective user ID equal to the real user ID or effective user ID of the thread identified by I<pid>, or it must possess the B<CAP_SYS_NICE> capability."
-msgstr "(B<sched_setaffinity>())  呼び出し元のスレッドに適切な特権がなかった。 呼び出し元は、実効ユーザー ID が I<pid> で識別されるスレッドの実ユーザー ID または実効ユーザー ID と同じであるか、 B<CAP_SYS_NICE> ケーパビリティ (capability) を持たなければならない。"
+msgid ""
+"(B<sched_setaffinity>())  The calling thread does not have appropriate "
+"privileges.  The caller needs an effective user ID equal to the real user ID "
+"or effective user ID of the thread identified by I<pid>, or it must possess "
+"the B<CAP_SYS_NICE> capability."
+msgstr ""
+"(B<sched_setaffinity>())  呼び出し元のスレッドに適切な特権がなかった。 呼び出"
+"し元は、実効ユーザー ID が I<pid> で識別されるスレッドの実ユーザー ID または"
+"実効ユーザー ID と同じであるか、 B<CAP_SYS_NICE> ケーパビリティ (capability) "
+"を持たなければならない。"
 
 #. type: Plain text
 #: build/C/man2/sched_setaffinity.2:148 build/C/man2/sched_setattr.2:289
@@ -2587,8 +3744,18 @@ msgstr "ID が I<pid> のスレッドが見つからなかった。"
 
 #. type: Plain text
 #: build/C/man2/sched_setaffinity.2:159
-msgid "The CPU affinity system calls were introduced in Linux kernel 2.5.8.  The system call wrappers were introduced in glibc 2.3.  Initially, the glibc interfaces included a I<cpusetsize> argument, typed as I<unsigned int>.  In glibc 2.3.3, the I<cpusetsize> argument was removed, but was then restored in glibc 2.3.4, with type I<size_t>."
-msgstr "CPU affinity システムコールは Linux kernel 2.5.8 で導入された。 これらのシステムコールのラッパー関数は glibc 2.3 で導入された。 最初は、glibc のインタフェースには I<unsigned int> 型の I<cpusetsize> 引き数が入っていた。 glibc 2.3.3 では I<cpusetsize> 引き数が削除されたが、glibc 2.3.4 で I<size_t> 型で復活した。"
+msgid ""
+"The CPU affinity system calls were introduced in Linux kernel 2.5.8.  The "
+"system call wrappers were introduced in glibc 2.3.  Initially, the glibc "
+"interfaces included a I<cpusetsize> argument, typed as I<unsigned int>.  In "
+"glibc 2.3.3, the I<cpusetsize> argument was removed, but was then restored "
+"in glibc 2.3.4, with type I<size_t>."
+msgstr ""
+"CPU affinity システムコールは Linux kernel 2.5.8 で導入された。 これらのシス"
+"テムコールのラッパー関数は glibc 2.3 で導入された。 最初は、glibc のインター"
+"フェースには I<unsigned int> 型の I<cpusetsize> 引き数が入っていた。 glibc "
+"2.3.3 では I<cpusetsize> 引き数が削除されたが、glibc 2.3.4 で I<size_t> 型で"
+"復活した。"
 
 #. type: Plain text
 #: build/C/man2/sched_setaffinity.2:161
@@ -2597,13 +3764,35 @@ msgstr "これらのシステムコールは Linux 固有である。"
 
 #. type: Plain text
 #: build/C/man2/sched_setaffinity.2:174
-msgid "After a call to B<sched_setaffinity>(), the set of CPUs on which the thread will actually run is the intersection of the set specified in the I<mask> argument and the set of CPUs actually present on the system.  The system may further restrict the set of CPUs on which the thread runs if the \"cpuset\" mechanism described in B<cpuset>(7)  is being used.  These restrictions on the actual set of CPUs on which the thread will run are silently imposed by the kernel."
-msgstr "B<sched_setaffinity>()  を呼び出した後は、スレッドが実際に実行される CPU の集合は、 I<mask> 引き数で指定された集合と、システム上に実際に存在する CPU の集合の 共通集合 (AND) となる。 \"cpuset\" 機構が使用されている場合には、スレッドが動作する CPU 集合 に対してシステムはさらに制限を加えるかもしれない (\"cpuset\" 機構については B<cpuset>(7)  を参照)。 スレッドが動作する実際の CPU 集合に対する制限はカーネルにより 暗黙のうちに適用される。"
+msgid ""
+"After a call to B<sched_setaffinity>(), the set of CPUs on which the thread "
+"will actually run is the intersection of the set specified in the I<mask> "
+"argument and the set of CPUs actually present on the system.  The system may "
+"further restrict the set of CPUs on which the thread runs if the \"cpuset\" "
+"mechanism described in B<cpuset>(7)  is being used.  These restrictions on "
+"the actual set of CPUs on which the thread will run are silently imposed by "
+"the kernel."
+msgstr ""
+"B<sched_setaffinity>()  を呼び出した後は、スレッドが実際に実行される CPU の集"
+"合は、 I<mask> 引き数で指定された集合と、システム上に実際に存在する CPU の集"
+"合の 共通集合 (AND) となる。 \"cpuset\" 機構が使用されている場合には、スレッ"
+"ドが動作する CPU 集合 に対してシステムはさらに制限を加えるかもしれない "
+"(\"cpuset\" 機構については B<cpuset>(7)  を参照)。 スレッドが動作する実際の "
+"CPU 集合に対する制限はカーネルにより 暗黙のうちに適用される。"
 
 #. type: Plain text
 #: build/C/man2/sched_setaffinity.2:186
-msgid "There are various ways of determining the number of CPUs available on the system, including: inspecting the contents of I</proc/cpuinfo>; using B<syconf>(3)  to obtain the values of the B<_SC_NPROCESSORS_CONF> and B<_SC_NPROCESSORS_ONLN> parameters; and inspecting the list CPU directories under I</sys/devices/system/cpu/>."
-msgstr "システムで利用可能な CPU 数を判定する方法はいくつかある。 I</proc/cpuinfo> の内容を調べる、 B<sysconf>(3) を使って B<_SC_NPROCESSORS_CONF> と B<_SC_NPROCESSORS_ONLN> の値を取得する、 I</sys/devices/system/cpu/> の CPU ディレクトリの一覧を調べる、などがある。"
+msgid ""
+"There are various ways of determining the number of CPUs available on the "
+"system, including: inspecting the contents of I</proc/cpuinfo>; using "
+"B<syconf>(3)  to obtain the values of the B<_SC_NPROCESSORS_CONF> and "
+"B<_SC_NPROCESSORS_ONLN> parameters; and inspecting the list CPU directories "
+"under I</sys/devices/system/cpu/>."
+msgstr ""
+"システムで利用可能な CPU 数を判定する方法はいくつかある。 I</proc/cpuinfo> の"
+"内容を調べる、 B<sysconf>(3) を使って B<_SC_NPROCESSORS_CONF> と "
+"B<_SC_NPROCESSORS_ONLN> の値を取得する、 I</sys/devices/system/cpu/> の CPU "
+"ディレクトリの一覧を調べる、などがある。"
 
 #. type: Plain text
 #: build/C/man2/sched_setaffinity.2:189
@@ -2612,23 +3801,68 @@ msgstr "B<sched>(7) に Linux のスケジューリング方式についての
 
 #. type: Plain text
 #: build/C/man2/sched_setaffinity.2:206
-msgid "The affinity mask is a per-thread attribute that can be adjusted independently for each of the threads in a thread group.  The value returned from a call to B<gettid>(2)  can be passed in the argument I<pid>.  Specifying I<pid> as 0 will set the attribute for the calling thread, and passing the value returned from a call to B<getpid>(2)  will set the attribute for the main thread of the thread group.  (If you are using the POSIX threads API, then use B<pthread_setaffinity_np>(3)  instead of B<sched_setaffinity>().)"
-msgstr "affinity マスクはスレッド単位の属性で、スレッドグループの 各スレッド単位に独立して調整することができる。 B<gettid>(2)  コールからの返り値をこのコールの I<pid> 引き数として渡すことができる。 I<pid> に 0 を指定すると呼び出し元のスレッドの属性が設定され、 B<getpid>(2)  コールからの返り値を I<pid> に指定するとスレッドグループのメインスレッドの属性が設定される (POSIX スレッド API を使用している場合、 B<sched_setaffinity>()  の代わりに B<pthread_setaffinity_np>(3)  を使用すること)。"
+msgid ""
+"The affinity mask is a per-thread attribute that can be adjusted "
+"independently for each of the threads in a thread group.  The value returned "
+"from a call to B<gettid>(2)  can be passed in the argument I<pid>.  "
+"Specifying I<pid> as 0 will set the attribute for the calling thread, and "
+"passing the value returned from a call to B<getpid>(2)  will set the "
+"attribute for the main thread of the thread group.  (If you are using the "
+"POSIX threads API, then use B<pthread_setaffinity_np>(3)  instead of "
+"B<sched_setaffinity>().)"
+msgstr ""
+"affinity マスクはスレッド単位の属性で、スレッドグループの 各スレッド単位に独"
+"立して調整することができる。 B<gettid>(2)  コールからの返り値をこのコールの "
+"I<pid> 引き数として渡すことができる。 I<pid> に 0 を指定すると呼び出し元のス"
+"レッドの属性が設定され、 B<getpid>(2)  コールからの返り値を I<pid> に指定する"
+"とスレッドグループのメインスレッドの属性が設定される (POSIX スレッド API を使"
+"用している場合、 B<sched_setaffinity>()  の代わりに "
+"B<pthread_setaffinity_np>(3)  を使用すること)。"
 
 #. type: Plain text
 #: build/C/man2/sched_setaffinity.2:212
-msgid "A child created via B<fork>(2)  inherits its parent's CPU affinity mask.  The affinity mask is preserved across an B<execve>(2)."
-msgstr "B<fork>(2)  経由で生成された子プロセスは親プロセスの CPU affinity マスクを継承する。 affinity マスクは B<execve>(2)  の前後で保存される。"
+msgid ""
+"A child created via B<fork>(2)  inherits its parent's CPU affinity mask.  "
+"The affinity mask is preserved across an B<execve>(2)."
+msgstr ""
+"B<fork>(2)  経由で生成された子プロセスは親プロセスの CPU affinity マスクを継"
+"承する。 affinity マスクは B<execve>(2)  の前後で保存される。"
 
 #. type: Plain text
 #: build/C/man2/sched_setaffinity.2:226
-msgid "This manual page describes the glibc interface for the CPU affinity calls.  The actual system call interface is slightly different, with the I<mask> being typed as I<unsigned long\\ *>, reflecting the fact that the underlying implementation of CPU sets is a simple bit mask.  On success, the raw B<sched_getaffinity>()  system call returns the size (in bytes) of the I<cpumask_t> data type that is used internally by the kernel to represent the CPU set bit mask."
-msgstr "このマニュアルページでは CPU affinity コールの glibc インタフェースを 説明している。実際のシステムコールインタフェースは少し違っており、 実際の実装では CPU 集合は簡単なビットマスクであるという実状を反映し、 I<mask> の型が I<unsigned long\\ *> となっている。 成功時には、生の B<sched_getaffinity>()  システムコール自身は I<cpumask_t> データ型の (バイト単位の) 大きさを返す。 I<cpumask_t> はカーネル内部で CPU 集合のビットマスクを表現するのに 使われているデータ型である。"
+msgid ""
+"This manual page describes the glibc interface for the CPU affinity calls.  "
+"The actual system call interface is slightly different, with the I<mask> "
+"being typed as I<unsigned long\\ *>, reflecting the fact that the underlying "
+"implementation of CPU sets is a simple bit mask.  On success, the raw "
+"B<sched_getaffinity>()  system call returns the size (in bytes) of the "
+"I<cpumask_t> data type that is used internally by the kernel to represent "
+"the CPU set bit mask."
+msgstr ""
+"このマニュアルページでは CPU affinity コールの glibc インターフェースを 説明"
+"している。実際のシステムコールインターフェースは少し違っており、 実際の実装で"
+"は CPU 集合は簡単なビットマスクであるという実状を反映し、 I<mask> の型が "
+"I<unsigned long\\ *> となっている。 成功時には、生の B<sched_getaffinity>()  "
+"システムコール自身は I<cpumask_t> データ型の (バイト単位の) 大きさを返す。 "
+"I<cpumask_t> はカーネル内部で CPU 集合のビットマスクを表現するのに 使われてい"
+"るデータ型である。"
 
 #. type: Plain text
 #: build/C/man2/sched_setaffinity.2:248
-msgid "B<lscpu>(1), B<nproc>(1), B<taskset>(1), B<clone>(2), B<getcpu>(2), B<getpriority>(2), B<gettid>(2), B<nice>(2), B<sched_get_priority_max>(2), B<sched_get_priority_min>(2), B<sched_getscheduler>(2), B<sched_setscheduler>(2), B<setpriority>(2), B<CPU_SET>(3), B<pthread_setaffinity_np>(3), B<sched_getcpu>(3), B<capabilities>(7), B<cpuset>(7), B<sched>(7)"
-msgstr "B<lscpu>(1), B<nproc>(1), B<taskset>(1), B<clone>(2), B<getcpu>(2), B<getpriority>(2), B<gettid>(2), B<nice>(2), B<sched_get_priority_max>(2), B<sched_get_priority_min>(2), B<sched_getscheduler>(2), B<sched_setscheduler>(2), B<setpriority>(2), B<CPU_SET>(3), B<pthread_setaffinity_np>(3), B<sched_getcpu>(3), B<capabilities>(7), B<cpuset>(7), B<sched>(7)"
+msgid ""
+"B<lscpu>(1), B<nproc>(1), B<taskset>(1), B<clone>(2), B<getcpu>(2), "
+"B<getpriority>(2), B<gettid>(2), B<nice>(2), B<sched_get_priority_max>(2), "
+"B<sched_get_priority_min>(2), B<sched_getscheduler>(2), "
+"B<sched_setscheduler>(2), B<setpriority>(2), B<CPU_SET>(3), "
+"B<pthread_setaffinity_np>(3), B<sched_getcpu>(3), B<capabilities>(7), "
+"B<cpuset>(7), B<sched>(7)"
+msgstr ""
+"B<lscpu>(1), B<nproc>(1), B<taskset>(1), B<clone>(2), B<getcpu>(2), "
+"B<getpriority>(2), B<gettid>(2), B<nice>(2), B<sched_get_priority_max>(2), "
+"B<sched_get_priority_min>(2), B<sched_getscheduler>(2), "
+"B<sched_setscheduler>(2), B<setpriority>(2), B<CPU_SET>(3), "
+"B<pthread_setaffinity_np>(3), B<sched_getcpu>(3), B<capabilities>(7), "
+"B<cpuset>(7), B<sched>(7)"
 
 #. type: TH
 #: build/C/man2/sched_setattr.2:26
@@ -2645,8 +3879,11 @@ msgstr "2014-10-02"
 
 #. type: Plain text
 #: build/C/man2/sched_setattr.2:30
-msgid "sched_setattr, sched_getattr - set and get scheduling policy and attributes"
-msgstr "sched_setattr, sched_getattr - スケジューリングポリシーと属性の設定と取得を行なう"
+msgid ""
+"sched_setattr, sched_getattr - set and get scheduling policy and attributes"
+msgstr ""
+"sched_setattr, sched_getattr - スケジューリングポリシーと属性の設定と取得を行"
+"なう"
 
 #. type: Plain text
 #: build/C/man2/sched_setattr.2:36
@@ -2676,13 +3913,25 @@ msgstr "sched_setattr()"
 
 #. type: Plain text
 #: build/C/man2/sched_setattr.2:52
-msgid "The B<sched_setattr>()  system call sets the scheduling policy and associated attributes for the thread whose ID is specified in I<pid>.  If I<pid> equals zero, the scheduling policy and attributes of the calling thread will be set."
-msgstr "B<sched_setattr>() システムコールは、 I<pid> で指定された ID を持つスレッドのスケジューリングポリシーと関連する属性を設定する。 I<pid> が 0 の場合、呼び出したスレッド自身のスケジューリングポリシーと属性が設定される。"
+msgid ""
+"The B<sched_setattr>()  system call sets the scheduling policy and "
+"associated attributes for the thread whose ID is specified in I<pid>.  If "
+"I<pid> equals zero, the scheduling policy and attributes of the calling "
+"thread will be set."
+msgstr ""
+"B<sched_setattr>() システムコールは、 I<pid> で指定された ID を持つスレッドの"
+"スケジューリングポリシーと関連する属性を設定する。 I<pid> が 0 の場合、呼び出"
+"したスレッド自身のスケジューリングポリシーと属性が設定される。"
 
 #. type: Plain text
 #: build/C/man2/sched_setattr.2:56 build/C/man2/sched_setscheduler.2:73
-msgid "Currently, Linux supports the following \"normal\" (i.e., non-real-time) scheduling policies as values that may be specified in I<policy>:"
-msgstr "現在のところ、 Linux では、 以下の「通常」の (つまり、リアルタイムではない) スケジューリングポリシーが、 I<policy> に指定できる値としてサポートされている。"
+msgid ""
+"Currently, Linux supports the following \"normal\" (i.e., non-real-time) "
+"scheduling policies as values that may be specified in I<policy>:"
+msgstr ""
+"現在のところ、 Linux では、 以下の「通常」の (つまり、リアルタイムではない) "
+"スケジューリングポリシーが、 I<policy> に指定できる値としてサポートされてい"
+"る。"
 
 #. type: TP
 #: build/C/man2/sched_setattr.2:56 build/C/man2/sched_setscheduler.2:73
@@ -2721,8 +3970,18 @@ msgstr "「非常に」低い優先度で動作するバックグラウンドジ
 
 #. type: Plain text
 #: build/C/man2/sched_setattr.2:78 build/C/man2/sched_setscheduler.2:99
-msgid "Various \"real-time\" policies are also supported, for special time-critical applications that need precise control over the way in which runnable threads are selected for execution.  For the rules governing when a process may use these policies, see B<sched>(7).  The real-time policies that may be specified in I<policy> are:"
-msgstr "どの実行可能スレッドを選択するかについて、より正確な制御を必要とする 時間の制約が厳しい特別なアプリケーション用として、 いろいろな「リアルタイム」ポリシーもサポートされている。 プロセスがこれらのポリシーをいつ使用できるかを決めるルールについては、B<sched>(7) を参照。 I<policy> には以下のリアルタイムポリシーを指定できる。"
+msgid ""
+"Various \"real-time\" policies are also supported, for special time-critical "
+"applications that need precise control over the way in which runnable "
+"threads are selected for execution.  For the rules governing when a process "
+"may use these policies, see B<sched>(7).  The real-time policies that may be "
+"specified in I<policy> are:"
+msgstr ""
+"どの実行可能スレッドを選択するかについて、より正確な制御を必要とする 時間の制"
+"約が厳しい特別なアプリケーション用として、 いろいろな「リアルタイム」ポリシー"
+"もサポートされている。 プロセスがこれらのポリシーをいつ使用できるかを決める"
+"ルールについては、B<sched>(7) を参照。 I<policy> には以下のリアルタイムポリ"
+"シーを指定できる。"
 
 #. type: TP
 #: build/C/man2/sched_setattr.2:78 build/C/man2/sched_setscheduler.2:99
@@ -2760,12 +4019,19 @@ msgstr "B<SCHED_DEADLINE>"
 #. type: Plain text
 #: build/C/man2/sched_setattr.2:91
 msgid "a deadline scheduling policy; see B<sched>(7)  for details."
-msgstr "デッドライン (応答期限) ベースのスケジューリングポリシー。詳細は B<sched>(7) を参照。"
+msgstr ""
+"デッドライン (応答期限) ベースのスケジューリングポリシー。詳細は B<sched>(7) "
+"を参照。"
 
 #. type: Plain text
 #: build/C/man2/sched_setattr.2:97
-msgid "The I<attr> argument is a pointer to a structure that defines the new scheduling policy and attributes for the specified thread.  This structure has the following form:"
-msgstr "I<attr> 引き数は、 指定したスレッドの新しいスケジューリングポリシーと属性を定義した構造体へのポインターである。 この構造体は以下の形式である。"
+msgid ""
+"The I<attr> argument is a pointer to a structure that defines the new "
+"scheduling policy and attributes for the specified thread.  This structure "
+"has the following form:"
+msgstr ""
+"I<attr> 引き数は、 指定したスレッドの新しいスケジューリングポリシーと属性を定"
+"義した構造体へのポインターである。 この構造体は以下の形式である。"
 
 #. type: Plain text
 #: build/C/man2/sched_setattr.2:113
@@ -2812,13 +4078,41 @@ msgstr "B<size>"
 
 #. type: Plain text
 #: build/C/man2/sched_setattr.2:132
-msgid "This field should be set to the size of the structure in bytes, as in I<sizeof(struct sched_attr)>.  If the provided structure is smaller than the kernel structure, any additional fields are assumed to be '0'.  If the provided structure is larger than the kernel structure, the kernel verifies that all additional fields are 0; if they are not, B<sched_setattr>()  fails with the error B<E2BIG> and updates I<size> to contain the size of the kernel structure."
-msgstr "このフィールドには、 構造体のバイト単位のサイズを設定する。 I<sizeof(struct sched_attr)> を指定すればよい。 指定された構造体がカーネル構造体よりも小さい場合、 追加となるフィールドは 0 とみなされる。 指定された構造体がカーネル構造体よりも大きい場合、 カーネルは追加のフィールドが 0 であるかを検査する。 0 でない場合は B<sched_setattr>() はエラー B<E2BIG> で失敗するので、 I<size> をカーネル構造体のサイズに更新する必要がある。"
+msgid ""
+"This field should be set to the size of the structure in bytes, as in "
+"I<sizeof(struct sched_attr)>.  If the provided structure is smaller than the "
+"kernel structure, any additional fields are assumed to be '0'.  If the "
+"provided structure is larger than the kernel structure, the kernel verifies "
+"that all additional fields are 0; if they are not, B<sched_setattr>()  fails "
+"with the error B<E2BIG> and updates I<size> to contain the size of the "
+"kernel structure."
+msgstr ""
+"このフィールドには、 構造体のバイト単位のサイズを設定する。 I<sizeof(struct "
+"sched_attr)> を指定すればよい。 指定された構造体がカーネル構造体よりも小さい"
+"場合、 追加となるフィールドは 0 とみなされる。 指定された構造体がカーネル構造"
+"体よりも大きい場合、 カーネルは追加のフィールドが 0 であるかを検査する。 0 で"
+"ない場合は B<sched_setattr>() はエラー B<E2BIG> で失敗するので、 I<size> を"
+"カーネル構造体のサイズに更新する必要がある。"
 
 #. type: Plain text
 #: build/C/man2/sched_setattr.2:146
-msgid "The above behavior when the size of the user-space I<sched_attr> structure does not match the size of the kernel structure allows for future extensibility of the interface.  Malformed applications that pass oversize structures won't break in the future if the size of the kernel I<sched_attr> structure is increased.  In the future, it could also allow applications that know about a larger user-space I<sched_attr> structure to determine whether they are running on an older kernel that does not support the larger structure."
-msgstr "ユーザー空間の I<sched_attr> 構造体のサイズがカーネル構造体のサイズと一致しなかった場合の上記の動作は、 このインタフェースを将来拡張できるようにするためである。 サイズが大きい構造体を渡す行儀の良くないアプリケーションも、 将来カーネルの I<sched_attr> 構造体のサイズが大きくなったとしてもおかしくならない。 この仕組みにより、 将来的には、 大きなユーザー空間 I<sched_attr> 構造体があることを知っているアプリケーションで、 大きいサイズの構造体に対応していない古いカーネル上で動作しているかを判定することができる。"
+msgid ""
+"The above behavior when the size of the user-space I<sched_attr> structure "
+"does not match the size of the kernel structure allows for future "
+"extensibility of the interface.  Malformed applications that pass oversize "
+"structures won't break in the future if the size of the kernel I<sched_attr> "
+"structure is increased.  In the future, it could also allow applications "
+"that know about a larger user-space I<sched_attr> structure to determine "
+"whether they are running on an older kernel that does not support the larger "
+"structure."
+msgstr ""
+"ユーザー空間の I<sched_attr> 構造体のサイズがカーネル構造体のサイズと一致しな"
+"かった場合の上記の動作は、 このインターフェースを将来拡張できるようにするため"
+"である。 サイズが大きい構造体を渡す行儀の良くないアプリケーションも、 将来"
+"カーネルの I<sched_attr> 構造体のサイズが大きくなったとしてもおかしくならな"
+"い。 この仕組みにより、 将来的には、 大きなユーザー空間 I<sched_attr> 構造体"
+"があることを知っているアプリケーションで、 大きいサイズの構造体に対応していな"
+"い古いカーネル上で動作しているかを判定することができる。"
 
 #. type: TP
 #: build/C/man2/sched_setattr.2:146
@@ -2828,8 +4122,12 @@ msgstr "I<sched_policy>"
 
 #. type: Plain text
 #: build/C/man2/sched_setattr.2:151
-msgid "This field specifies the scheduling policy, as one of the B<SCHED_*> values listed above."
-msgstr "このフィールドはスケジューリングポリシーを指定する。 上記のリストにある B<SCHED_*> 値のいずれかを指定する。"
+msgid ""
+"This field specifies the scheduling policy, as one of the B<SCHED_*> values "
+"listed above."
+msgstr ""
+"このフィールドはスケジューリングポリシーを指定する。 上記のリストにある "
+"B<SCHED_*> 値のいずれかを指定する。"
 
 #. type: TP
 #: build/C/man2/sched_setattr.2:151
@@ -2839,8 +4137,16 @@ msgstr "I<sched_flags>"
 
 #. type: Plain text
 #: build/C/man2/sched_setattr.2:162
-msgid "This field contains flags controlling scheduling behavior.  Only one such flag is currently defined: B<SCHED_FLAG_RESET_ON_FORK>.  As a result of including this flag, children created by B<fork>(2)  do not inherit privileged scheduling policies.  See B<sched>(7)  for details."
-msgstr "このフィールドはスケジューリング動作の制御を行う。 現在のところ、サポートされているフラグは B<SCHED_FLAG_RESET_ON_FORK> の一つだけである。 このフラグが指定されると、 B<fork>(2) で作成された子プロセスは特権が必要なスケジューリングポリシーを継承しない。 詳細は B<sched>(7) を参照。"
+msgid ""
+"This field contains flags controlling scheduling behavior.  Only one such "
+"flag is currently defined: B<SCHED_FLAG_RESET_ON_FORK>.  As a result of "
+"including this flag, children created by B<fork>(2)  do not inherit "
+"privileged scheduling policies.  See B<sched>(7)  for details."
+msgstr ""
+"このフィールドはスケジューリング動作の制御を行う。 現在のところ、サポートされ"
+"ているフラグは B<SCHED_FLAG_RESET_ON_FORK> の一つだけである。 このフラグが指"
+"定されると、 B<fork>(2) で作成された子プロセスは特権が必要なスケジューリング"
+"ポリシーを継承しない。 詳細は B<sched>(7) を参照。"
 
 #. type: TP
 #: build/C/man2/sched_setattr.2:162
@@ -2850,8 +4156,15 @@ msgstr "I<sched_nice>"
 
 #. type: Plain text
 #: build/C/man2/sched_setattr.2:173
-msgid "This field specifies the nice value to be set when specifying I<sched_policy> as B<SCHED_OTHER> or B<SCHED_BATCH>.  The nice value is a number in the range -20 (high priority)  to +19 (low priority); see B<setpriority>(2)."
-msgstr "このフィールドは、 I<sched_policy> に B<SCHED_OTHER> か B<SCHED_BATCH> が指定された場合に設定される nice 値を指定する。 nice 値は -20 (高優先度) から +19 (低優先度) の範囲の数値である。 B<setpriority>(2) を参照。"
+msgid ""
+"This field specifies the nice value to be set when specifying "
+"I<sched_policy> as B<SCHED_OTHER> or B<SCHED_BATCH>.  The nice value is a "
+"number in the range -20 (high priority)  to +19 (low priority); see "
+"B<setpriority>(2)."
+msgstr ""
+"このフィールドは、 I<sched_policy> に B<SCHED_OTHER> か B<SCHED_BATCH> が指定"
+"された場合に設定される nice 値を指定する。 nice 値は -20 (高優先度) から +19 "
+"(低優先度) の範囲の数値である。 B<setpriority>(2) を参照。"
 
 #. type: TP
 #: build/C/man2/sched_setattr.2:173
@@ -2861,8 +4174,18 @@ msgstr "I<sched_priority>"
 
 #. type: Plain text
 #: build/C/man2/sched_setattr.2:186
-msgid "This field specifies the static priority to be set when specifying I<sched_policy> as B<SCHED_FIFO> or B<SCHED_RR>.  The allowed range of priorities for these policies can be determined using B<sched_get_priority_min>(2)  and B<sched_get_priority_max>(2).  For other policies, this field must be specified as 0."
-msgstr "このフィールドは、 I<sched_policy> に B<SCHED_FIFO> か B<SCHED_RR> が指定された場合に設定される静的優先度を指定する。 これらのポリシーで指定できる優先度の範囲は、 B<sched_get_priority_min>(2) と B<sched_get_priority_max>(2) を使って判定できる。 他のポリシーでは、 このフィールドには 0 を指定しなければならない。"
+msgid ""
+"This field specifies the static priority to be set when specifying "
+"I<sched_policy> as B<SCHED_FIFO> or B<SCHED_RR>.  The allowed range of "
+"priorities for these policies can be determined using "
+"B<sched_get_priority_min>(2)  and B<sched_get_priority_max>(2).  For other "
+"policies, this field must be specified as 0."
+msgstr ""
+"このフィールドは、 I<sched_policy> に B<SCHED_FIFO> か B<SCHED_RR> が指定され"
+"た場合に設定される静的優先度を指定する。 これらのポリシーで指定できる優先度の"
+"範囲は、 B<sched_get_priority_min>(2) と B<sched_get_priority_max>(2) を使っ"
+"て判定できる。 他のポリシーでは、 このフィールドには 0 を指定しなければならな"
+"い。"
 
 #. type: TP
 #: build/C/man2/sched_setattr.2:186
@@ -2872,8 +4195,16 @@ msgstr "I<sched_runtime>"
 
 #. type: Plain text
 #: build/C/man2/sched_setattr.2:195
-msgid "This field specifies the \"Runtime\" parameter for deadline scheduling.  The value is expressed in nanoseconds.  This field, and the next two fields, are used only for B<SCHED_DEADLINE> scheduling; for further details, see B<sched>(7)."
-msgstr "このフィールドは、 デッドラインスケジューリングの \"Runtime\" パラメーターを指定する。 この値はナノ秒単位で表現される。 このフィールドと次の 2 つのフィールドは B<SCHED_DEADLINE> スケジューリングにおいてのみ使用される。 詳細は B<sched>(7) を参照。"
+msgid ""
+"This field specifies the \"Runtime\" parameter for deadline scheduling.  The "
+"value is expressed in nanoseconds.  This field, and the next two fields, are "
+"used only for B<SCHED_DEADLINE> scheduling; for further details, see "
+"B<sched>(7)."
+msgstr ""
+"このフィールドは、 デッドラインスケジューリングの \"Runtime\" パラメーターを"
+"指定する。 この値はナノ秒単位で表現される。 このフィールドと次の 2 つのフィー"
+"ルドは B<SCHED_DEADLINE> スケジューリングにおいてのみ使用される。 詳細は "
+"B<sched>(7) を参照。"
 
 #. type: TP
 #: build/C/man2/sched_setattr.2:195
@@ -2883,8 +4214,12 @@ msgstr "I<sched_deadline>"
 
 #. type: Plain text
 #: build/C/man2/sched_setattr.2:199
-msgid "This field specifies the \"Deadline\" parameter for deadline scheduling.  The value is expressed in nanoseconds."
-msgstr "このフィールドは、 デッドラインスケジューリングの \"Deadline\" パラメーターを指定する。 この値はナノ秒単位で表現される。"
+msgid ""
+"This field specifies the \"Deadline\" parameter for deadline scheduling.  "
+"The value is expressed in nanoseconds."
+msgstr ""
+"このフィールドは、 デッドラインスケジューリングの \"Deadline\" パラメーターを"
+"指定する。 この値はナノ秒単位で表現される。"
 
 #. type: TP
 #: build/C/man2/sched_setattr.2:199
@@ -2894,13 +4229,21 @@ msgstr "I<sched_period>"
 
 #. type: Plain text
 #: build/C/man2/sched_setattr.2:203
-msgid "This field specifies the \"Period\" parameter for deadline scheduling.  The value is expressed in nanoseconds."
-msgstr "このフィールドは、 デッドラインスケジューリングの \"Period\" パラメーターを指定する。 この値はナノ秒単位で表現される。"
+msgid ""
+"This field specifies the \"Period\" parameter for deadline scheduling.  The "
+"value is expressed in nanoseconds."
+msgstr ""
+"このフィールドは、 デッドラインスケジューリングの \"Period\" パラメーターを指"
+"定する。 この値はナノ秒単位で表現される。"
 
 #. type: Plain text
 #: build/C/man2/sched_setattr.2:210 build/C/man2/sched_setattr.2:262
-msgid "The I<flags> argument is provided to allow for future extensions to the interface; in the current implementation it must be specified as 0."
-msgstr "I<flags> 引き数は、このインタフェースの将来の拡張のために用意されている。 現在の実装では 0 を指定しなければならない。"
+msgid ""
+"The I<flags> argument is provided to allow for future extensions to the "
+"interface; in the current implementation it must be specified as 0."
+msgstr ""
+"I<flags> 引き数は、このインターフェースの将来の拡張のために用意されている。 "
+"現在の実装では 0 を指定しなければならない。"
 
 #. type: SS
 #: build/C/man2/sched_setattr.2:210
@@ -2910,38 +4253,79 @@ msgstr "sched_getattr()"
 
 #. type: Plain text
 #: build/C/man2/sched_setattr.2:221
-msgid "The B<sched_getattr>()  system call fetches the scheduling policy and the associated attributes for the thread whose ID is specified in I<pid>.  If I<pid> equals zero, the scheduling policy and attributes of the calling thread will be retrieved."
-msgstr "B<sched_getattr>() システムコールは、 I<pid> で指定された ID を持つスレッドのスケジューリングポリシーと関連する属性を取得する。 I<pid> が 0 の場合、呼び出したスレッド自身のスケジューリングポリシーと関連する属性を取得する。"
+msgid ""
+"The B<sched_getattr>()  system call fetches the scheduling policy and the "
+"associated attributes for the thread whose ID is specified in I<pid>.  If "
+"I<pid> equals zero, the scheduling policy and attributes of the calling "
+"thread will be retrieved."
+msgstr ""
+"B<sched_getattr>() システムコールは、 I<pid> で指定された ID を持つスレッドの"
+"スケジューリングポリシーと関連する属性を取得する。 I<pid> が 0 の場合、呼び出"
+"したスレッド自身のスケジューリングポリシーと関連する属性を取得する。"
 
 #. type: Plain text
 #: build/C/man2/sched_setattr.2:231
-msgid "The I<size> argument should be set to the size of the I<sched_attr> structure as known to user space.  The value must be at least as large as the size of the initially published I<sched_attr> structure, or the call fails with the error B<EINVAL>."
-msgstr "I<size> 引き数には、 ユーザー空間での I<sched_attr> 構造体の大きさを設定する。 この値は、 少なくとも初期バージョンの I<sched_attr> 構造体のサイズでなければならない。 そうでなかった場合、 エラー B<EINVAL> で呼び出しが失敗する。"
+msgid ""
+"The I<size> argument should be set to the size of the I<sched_attr> "
+"structure as known to user space.  The value must be at least as large as "
+"the size of the initially published I<sched_attr> structure, or the call "
+"fails with the error B<EINVAL>."
+msgstr ""
+"I<size> 引き数には、 ユーザー空間での I<sched_attr> 構造体の大きさを設定す"
+"る。 この値は、 少なくとも初期バージョンの I<sched_attr> 構造体のサイズでなけ"
+"ればならない。 そうでなかった場合、 エラー B<EINVAL> で呼び出しが失敗する。"
 
 #. type: Plain text
 #: build/C/man2/sched_setattr.2:241
-msgid "The retrieved scheduling attributes are placed in the fields of the I<sched_attr> structure pointed to by I<attr>.  The kernel sets I<attr.size> to the size of its I<sched_attr> structure."
-msgstr "取得したスケジューリング属性は、 I<attr> が指す I<sched_attr> 構造体の各フィールドに格納される。 カーネルは I<attr.size> に I<sched_attr> 構造体のサイズを設定する。"
+msgid ""
+"The retrieved scheduling attributes are placed in the fields of the "
+"I<sched_attr> structure pointed to by I<attr>.  The kernel sets I<attr.size> "
+"to the size of its I<sched_attr> structure."
+msgstr ""
+"取得したスケジューリング属性は、 I<attr> が指す I<sched_attr> 構造体の各"
+"フィールドに格納される。 カーネルは I<attr.size> に I<sched_attr> 構造体のサ"
+"イズを設定する。"
 
 #. type: Plain text
 #: build/C/man2/sched_setattr.2:257
-msgid "If the caller-provided I<attr> buffer is larger than the kernel's I<sched_attr> structure, the additional bytes in the user-space structure are not touched.  If the caller-provided structure is smaller than the kernel I<sched_attr> structure and the kernel needs to return values outside the provided space, B<sched_getattr>()  fails with the error B<E2BIG>.  As with B<sched_setattr>(), these semantics allow for future extensibility of the interface."
-msgstr "呼び出し側が提供した I<attr> バッファーがカーネルの I<sched_attr> 構造体よりも大きい場合、 ユーザー空間構造体の残りのバイトは変更されない。 呼び出し側が提供した構造体がカーネルの I<sched_attr> 構造体よりも小さく、 カーネルが値を返すのにもっと大きな空間が必要な場合、 B<sched_getattr>() はエラー B<E2BIG> で失敗する。 B<sched_setattr>() と同様、 この動作はこのインタフェースの将来の拡張性を考慮してのものである。"
+msgid ""
+"If the caller-provided I<attr> buffer is larger than the kernel's "
+"I<sched_attr> structure, the additional bytes in the user-space structure "
+"are not touched.  If the caller-provided structure is smaller than the "
+"kernel I<sched_attr> structure and the kernel needs to return values outside "
+"the provided space, B<sched_getattr>()  fails with the error B<E2BIG>.  As "
+"with B<sched_setattr>(), these semantics allow for future extensibility of "
+"the interface."
+msgstr ""
+"呼び出し側が提供した I<attr> バッファーがカーネルの I<sched_attr> 構造体より"
+"も大きい場合、 ユーザー空間構造体の残りのバイトは変更されない。 呼び出し側が"
+"提供した構造体がカーネルの I<sched_attr> 構造体よりも小さく、 カーネルが値を"
+"返すのにもっと大きな空間が必要な場合、 B<sched_getattr>() はエラー B<E2BIG> "
+"で失敗する。 B<sched_setattr>() と同様、 この動作はこのインターフェースの将来"
+"の拡張性を考慮してのものである。"
 
 #. type: Plain text
 #: build/C/man2/sched_setattr.2:271
-msgid "On success, B<sched_setattr>()  and B<sched_getattr>()  return 0.  On error, -1 is returned, and I<errno> is set to indicate the cause of the error."
-msgstr "成功した場合は B<sched_setattr>()  と B<sched_getattr>()  は 0 を返す。 エラーの場合は -1 が返され、 エラーの原因を示す値が I<errno> に設定される。"
+msgid ""
+"On success, B<sched_setattr>()  and B<sched_getattr>()  return 0.  On error, "
+"-1 is returned, and I<errno> is set to indicate the cause of the error."
+msgstr ""
+"成功した場合は B<sched_setattr>()  と B<sched_getattr>()  は 0 を返す。 エ"
+"ラーの場合は -1 が返され、 エラーの原因を示す値が I<errno> に設定される。"
 
 #. type: Plain text
 #: build/C/man2/sched_setattr.2:276
-msgid "B<sched_getattr>()  and B<sched_setattr>()  can both fail for the following reasons:"
-msgstr "B<sched_getattr>() と B<sched_setattr>() の両方が以下の理由で失敗する。"
+msgid ""
+"B<sched_getattr>()  and B<sched_setattr>()  can both fail for the following "
+"reasons:"
+msgstr ""
+"B<sched_getattr>() と B<sched_setattr>() の両方が以下の理由で失敗する。"
 
 #. type: Plain text
 #: build/C/man2/sched_setattr.2:284
 msgid "I<attr> is NULL; or I<pid> is negative; or I<flags> is not zero."
-msgstr "I<attr> が NULL である。 I<pid> が負である。 I<flags> が 0 以外である。"
+msgstr ""
+"I<attr> が NULL である。 I<pid> が負である。 I<flags> が 0 以外である。"
 
 #. type: Plain text
 #: build/C/man2/sched_setattr.2:293
@@ -2961,8 +4345,12 @@ msgstr "I<size> と I<attr> で指定されたバッファーが小さすぎる
 
 #. type: Plain text
 #: build/C/man2/sched_setattr.2:306
-msgid "I<size> is invalid; that is, it is smaller than the initial version of the I<sched_attr> structure (48 bytes) or larger than the system page size."
-msgstr "I<size> が無効である。つまり、 最初のバージョンの I<sched_attr> 構造体 (48 バイト) よりも小さいか、 システムのページサイズよりも大きい。"
+msgid ""
+"I<size> is invalid; that is, it is smaller than the initial version of the "
+"I<sched_attr> structure (48 bytes) or larger than the system page size."
+msgstr ""
+"I<size> が無効である。つまり、 最初のバージョンの I<sched_attr> 構造体 (48 バ"
+"イト) よりも小さいか、 システムのページサイズよりも大きい。"
 
 #. type: Plain text
 #: build/C/man2/sched_setattr.2:310
@@ -2971,8 +4359,12 @@ msgstr "さらに、 B<sched_setattr>() は以下の理由でも失敗する。"
 
 #. type: Plain text
 #: build/C/man2/sched_setattr.2:318
-msgid "The buffer specified by I<size> and I<attr> is larger than the kernel structure, and one or more of the excess bytes is nonzero."
-msgstr "I<size> と I<attr> で指定されたバッファーがカーネル構造体よりも大きく、 一つ以上の超過バイトが 0 でなかった。"
+msgid ""
+"The buffer specified by I<size> and I<attr> is larger than the kernel "
+"structure, and one or more of the excess bytes is nonzero."
+msgstr ""
+"I<size> と I<attr> で指定されたバッファーがカーネル構造体よりも大きく、 一つ"
+"以上の超過バイトが 0 でなかった。"
 
 #. type: TP
 #: build/C/man2/sched_setattr.2:318
@@ -2987,8 +4379,18 @@ msgstr "B<SCHED_DEADLINE> の流入制御の失敗については B<sched>(7) 
 
 #. type: Plain text
 #: build/C/man2/sched_setattr.2:339
-msgid "I<attr.sched_policy> is not one of the recognized policies; I<attr.sched_flags> contains a flag other than B<SCHED_FLAG_RESET_ON_FORK>; or I<attr.sched_priority> is invalid; or I<attr.sched_policy> is B<SCHED_DEADLINE> and the deadline scheduling parameters in I<attr> are invalid."
-msgstr "I<attr.sched_policy> が認識できるポリシーではない。 I<attr.sched_flags> に B<SCHED_FLAG_RESET_ON_FORK> 以外のフラグが含まれている。 I<attr.sched_priority> が無効である。 I<attr.sched_policy> が B<SCHED_DEADLINE> で、 I<attr> に指定されたデッドラインスケジューリングパラメーターが無効である。"
+msgid ""
+"I<attr.sched_policy> is not one of the recognized policies; I<attr."
+"sched_flags> contains a flag other than B<SCHED_FLAG_RESET_ON_FORK>; or "
+"I<attr.sched_priority> is invalid; or I<attr.sched_policy> is "
+"B<SCHED_DEADLINE> and the deadline scheduling parameters in I<attr> are "
+"invalid."
+msgstr ""
+"I<attr.sched_policy> が認識できるポリシーではない。 I<attr.sched_flags> に "
+"B<SCHED_FLAG_RESET_ON_FORK> 以外のフラグが含まれている。 I<attr."
+"sched_priority> が無効である。 I<attr.sched_policy> が B<SCHED_DEADLINE> "
+"で、 I<attr> に指定されたデッドラインスケジューリングパラメーターが無効であ"
+"る。"
 
 #. type: Plain text
 #: build/C/man2/sched_setattr.2:342
@@ -2997,8 +4399,12 @@ msgstr "呼び出した元が適切な特権を持っていない。"
 
 #. type: Plain text
 #: build/C/man2/sched_setattr.2:348
-msgid "The caller's CPU affinity mask does not include all CPUs in the system (see B<sched_setaffinity>(2))."
-msgstr "呼び出し元の CPU affinity マスクにシステムの全ての CPU のうち含まれていないものがある (B<sched_setaffinity>(2) を参照)。"
+msgid ""
+"The caller's CPU affinity mask does not include all CPUs in the system (see "
+"B<sched_setaffinity>(2))."
+msgstr ""
+"呼び出し元の CPU affinity マスクにシステムの全ての CPU のうち含まれていないも"
+"のがある (B<sched_setaffinity>(2) を参照)。"
 
 #.  FIXME . Add glibc version
 #. type: Plain text
@@ -3013,8 +4419,21 @@ msgstr "これらのシステムコールは非標準の Linux による拡張
 
 #. type: Plain text
 #: build/C/man2/sched_setattr.2:369
-msgid "B<sched_setattr>()  provides a superset of the functionality of B<sched_setscheduler>(2), B<sched_setparam>(2), B<nice>(2), and (other than the ability to set the priority of all processes belonging to a specified user or all processes in a specified group)  B<setpriority>(2).  Analogously, B<sched_getattr>()  provides a superset of the functionality of B<sched_getscheduler>(2), B<sched_getparam>(2), and (partially)  B<getpriority>(2)."
-msgstr "B<sched_setattr>() は、B<sched_setscheduler>(2), B<sched_setparam>(2), B<nice>(2) の機能および B<setpriority> の一部機能を持つ (ただし、B<setpriority>(2) の、指定されたユーザーに所属するすべてのプロセスまたは指定されたグループのすべてのプロセスの優先度を設定する機能は除く)。 同様に、 B<sched_getattr>() は B<sched_getscheduler>(2), B<sched_getparam>(2) の機能および B<getpriority>(2) の一部機能を持つ。"
+msgid ""
+"B<sched_setattr>()  provides a superset of the functionality of "
+"B<sched_setscheduler>(2), B<sched_setparam>(2), B<nice>(2), and (other than "
+"the ability to set the priority of all processes belonging to a specified "
+"user or all processes in a specified group)  B<setpriority>(2).  "
+"Analogously, B<sched_getattr>()  provides a superset of the functionality of "
+"B<sched_getscheduler>(2), B<sched_getparam>(2), and (partially)  "
+"B<getpriority>(2)."
+msgstr ""
+"B<sched_setattr>() は、B<sched_setscheduler>(2), B<sched_setparam>(2), "
+"B<nice>(2) の機能および B<setpriority> の一部機能を持つ (ただし、"
+"B<setpriority>(2) の、指定されたユーザーに所属するすべてのプロセスまたは指定"
+"されたグループのすべてのプロセスの優先度を設定する機能は除く)。 同様に、 "
+"B<sched_getattr>() は B<sched_getscheduler>(2), B<sched_getparam>(2) の機能お"
+"よび B<getpriority>(2) の一部機能を持つ。"
 
 #.  FIXME . patch sent to Peter Zijlstra
 #.  In Linux versions up to up 3.15,
@@ -3025,13 +4444,31 @@ msgstr "B<sched_setattr>() は、B<sched_setscheduler>(2), B<sched_setparam>(2),
 #.  value.
 #. type: Plain text
 #: build/C/man2/sched_setattr.2:385
-msgid "In Linux versions up to 3.15, B<sched_settattr>()  failed with the error B<EFAULT> instead of B<E2BIG> for the case described in ERRORS."
-msgstr "バージョン 3.15 までの Linux では、 B<sched_settattr>() は、 エラーの節に書かれている B<E2BIG> の場合にエラーB<EFAULT> で失敗していた。"
+msgid ""
+"In Linux versions up to 3.15, B<sched_settattr>()  failed with the error "
+"B<EFAULT> instead of B<E2BIG> for the case described in ERRORS."
+msgstr ""
+"バージョン 3.15 までの Linux では、 B<sched_settattr>() は、 エラーの節に書か"
+"れている B<E2BIG> の場合にエラーB<EFAULT> で失敗していた。"
 
 #. type: Plain text
 #: build/C/man2/sched_setattr.2:407
-msgid "B<chrt>(1), B<nice>(2), B<sched_get_priority_max>(2), B<sched_get_priority_min>(2), B<sched_getaffinity>(2), B<sched_getscheduler>(2), B<sched_getparam>(2), B<sched_rr_get_interval>(2), B<sched_setaffinity>(2), B<sched_setscheduler>(2), B<sched_setparam>(2), B<sched_yield>(2), B<setpriority>(2), B<pthread_getschedparam>(3), B<pthread_setschedparam>(3), B<pthread_setschedprio>(3), B<capabilities>(7), B<cpuset>(7), B<sched>(7)"
-msgstr "B<chrt>(1), B<nice>(2), B<sched_get_priority_max>(2), B<sched_get_priority_min>(2), B<sched_getaffinity>(2), B<sched_getscheduler>(2), B<sched_getparam>(2), B<sched_rr_get_interval>(2), B<sched_setaffinity>(2), B<sched_setscheduler>(2), B<sched_setparam>(2), B<sched_yield>(2), B<setpriority>(2), B<pthread_getschedparam>(3), B<pthread_setschedparam>(3), B<pthread_setschedprio>(3), B<capabilities>(7), B<cpuset>(7), B<sched>(7)"
+msgid ""
+"B<chrt>(1), B<nice>(2), B<sched_get_priority_max>(2), "
+"B<sched_get_priority_min>(2), B<sched_getaffinity>(2), "
+"B<sched_getscheduler>(2), B<sched_getparam>(2), B<sched_rr_get_interval>(2), "
+"B<sched_setaffinity>(2), B<sched_setscheduler>(2), B<sched_setparam>(2), "
+"B<sched_yield>(2), B<setpriority>(2), B<pthread_getschedparam>(3), "
+"B<pthread_setschedparam>(3), B<pthread_setschedprio>(3), B<capabilities>(7), "
+"B<cpuset>(7), B<sched>(7)"
+msgstr ""
+"B<chrt>(1), B<nice>(2), B<sched_get_priority_max>(2), "
+"B<sched_get_priority_min>(2), B<sched_getaffinity>(2), "
+"B<sched_getscheduler>(2), B<sched_getparam>(2), B<sched_rr_get_interval>(2), "
+"B<sched_setaffinity>(2), B<sched_setscheduler>(2), B<sched_setparam>(2), "
+"B<sched_yield>(2), B<setpriority>(2), B<pthread_getschedparam>(3), "
+"B<pthread_setschedparam>(3), B<pthread_setschedprio>(3), B<capabilities>(7), "
+"B<cpuset>(7), B<sched>(7)"
 
 #. type: TH
 #: build/C/man2/sched_setparam.2:30
@@ -3048,7 +4485,9 @@ msgstr "2014-05-11"
 #. type: Plain text
 #: build/C/man2/sched_setparam.2:33
 msgid "sched_setparam, sched_getparam - set and get scheduling parameters"
-msgstr "sched_setparam, sched_getparam - スケジューリングパラメーターの設定と取得を行なう"
+msgstr ""
+"sched_setparam, sched_getparam - スケジューリングパラメーターの設定と取得を行"
+"なう"
 
 #. type: Plain text
 #: build/C/man2/sched_setparam.2:38
@@ -3080,33 +4519,72 @@ msgstr ""
 
 #. type: Plain text
 #: build/C/man2/sched_setparam.2:60
-msgid "B<sched_setparam>()  sets the scheduling parameters associated with the scheduling policy for the process identified by I<pid>.  If I<pid> is zero, then the parameters of the calling process are set.  The interpretation of the argument I<param> depends on the scheduling policy of the process identified by I<pid>.  See B<sched>(7)  for a description of the scheduling policies supported under Linux."
-msgstr "B<sched_setparam>()  は I<pid> で指定されたプロセスのスケジューリング方針 (scheduling policy) に 関連するスケジューリングパラメーターを設定する。 I<pid> が 0 ならば、呼び出し元のプロセスのパラメーターが設定される。 引き数 I<param> の解釈は、 I<pid> で指定されたプロセスのスケジューリング方針によって異なる。 Linux でサポートされているスケジューリング方針の説明は B<sched>(7)  を参照のこと。"
+msgid ""
+"B<sched_setparam>()  sets the scheduling parameters associated with the "
+"scheduling policy for the process identified by I<pid>.  If I<pid> is zero, "
+"then the parameters of the calling process are set.  The interpretation of "
+"the argument I<param> depends on the scheduling policy of the process "
+"identified by I<pid>.  See B<sched>(7)  for a description of the scheduling "
+"policies supported under Linux."
+msgstr ""
+"B<sched_setparam>()  は I<pid> で指定されたプロセスのスケジューリング方針 "
+"(scheduling policy) に 関連するスケジューリングパラメーターを設定する。 "
+"I<pid> が 0 ならば、呼び出し元のプロセスのパラメーターが設定される。 引き数 "
+"I<param> の解釈は、 I<pid> で指定されたプロセスのスケジューリング方針によって"
+"異なる。 Linux でサポートされているスケジューリング方針の説明は B<sched>(7)  "
+"を参照のこと。"
 
 #. type: Plain text
 #: build/C/man2/sched_setparam.2:66
-msgid "B<sched_getparam>()  retrieves the scheduling parameters for the process identified by I<pid>.  If I<pid> is zero, then the parameters of the calling process are retrieved."
-msgstr "B<sched_getparam>()  は I<pid> で指定されたプロセスのスケジューリングパラメーターを取得する。 I<pid> が 0 ならば、呼び出し元のプロセスのパラメーターを取得する。"
+msgid ""
+"B<sched_getparam>()  retrieves the scheduling parameters for the process "
+"identified by I<pid>.  If I<pid> is zero, then the parameters of the calling "
+"process are retrieved."
+msgstr ""
+"B<sched_getparam>()  は I<pid> で指定されたプロセスのスケジューリングパラメー"
+"ターを取得する。 I<pid> が 0 ならば、呼び出し元のプロセスのパラメーターを取得"
+"する。"
 
 #. type: Plain text
 #: build/C/man2/sched_setparam.2:75
-msgid "B<sched_setparam>()  checks the validity of I<param> for the scheduling policy of the thread.  The value I<param-E<gt>sched_priority> must lie within the range given by B<sched_get_priority_min>(2)  and B<sched_get_priority_max>(2)."
-msgstr "B<sched_setparam>()  はスレッドのスケジューリング方針における I<param> の妥当性をチェックする。 I<param-E<gt>sched_priority> の値は B<sched_get_priority_min>(2)  と B<sched_get_priority_max>(2)  の範囲に入っていなければならない。"
+msgid ""
+"B<sched_setparam>()  checks the validity of I<param> for the scheduling "
+"policy of the thread.  The value I<param-E<gt>sched_priority> must lie "
+"within the range given by B<sched_get_priority_min>(2)  and "
+"B<sched_get_priority_max>(2)."
+msgstr ""
+"B<sched_setparam>()  はスレッドのスケジューリング方針における I<param> の妥当"
+"性をチェックする。 I<param-E<gt>sched_priority> の値は "
+"B<sched_get_priority_min>(2)  と B<sched_get_priority_max>(2)  の範囲に入って"
+"いなければならない。"
 
 #. type: Plain text
 #: build/C/man2/sched_setparam.2:79
-msgid "For a discussion of the privileges and resource limits related to scheduling priority and policy, see B<sched>(7)."
-msgstr "スケジューリングの優先度と方針に関連する特権とリソース制限の 議論に関しては B<sched>(7)  を参照のこと。"
+msgid ""
+"For a discussion of the privileges and resource limits related to scheduling "
+"priority and policy, see B<sched>(7)."
+msgstr ""
+"スケジューリングの優先度と方針に関連する特権とリソース制限の 議論に関しては "
+"B<sched>(7)  を参照のこと。"
 
 #. type: Plain text
 #: build/C/man2/sched_setparam.2:87
-msgid "POSIX systems on which B<sched_setparam>()  and B<sched_getparam>()  are available define B<_POSIX_PRIORITY_SCHEDULING> in I<E<lt>unistd.hE<gt>>."
-msgstr "B<sched_setparam>()  と B<sched_getparam>()  が使用できる POSIX システムでは、 I<E<lt>unistd.hE<gt>> に B<_POSIX_PRIORITY_SCHEDULING> が定義されている。"
+msgid ""
+"POSIX systems on which B<sched_setparam>()  and B<sched_getparam>()  are "
+"available define B<_POSIX_PRIORITY_SCHEDULING> in I<E<lt>unistd.hE<gt>>."
+msgstr ""
+"B<sched_setparam>()  と B<sched_getparam>()  が使用できる POSIX システムで"
+"は、 I<E<lt>unistd.hE<gt>> に B<_POSIX_PRIORITY_SCHEDULING> が定義されてい"
+"る。"
 
 #. type: Plain text
 #: build/C/man2/sched_setparam.2:96
-msgid "On success, B<sched_setparam>()  and B<sched_getparam>()  return 0.  On error, -1 is returned, and I<errno> is set appropriately."
-msgstr "成功した場合は B<sched_setparam>()  と B<sched_getparam>()  は 0 を返す。 エラーの場合は -1 が返され、 I<errno> が適切に設定される。"
+msgid ""
+"On success, B<sched_setparam>()  and B<sched_getparam>()  return 0.  On "
+"error, -1 is returned, and I<errno> is set appropriately."
+msgstr ""
+"成功した場合は B<sched_setparam>()  と B<sched_getparam>()  は 0 を返す。 エ"
+"ラーの場合は -1 が返され、 I<errno> が適切に設定される。"
 
 #. type: Plain text
 #: build/C/man2/sched_setparam.2:104
@@ -3115,13 +4593,21 @@ msgstr "無効な引き数: I<param> が NULL である、または I<pid> が
 
 #. type: Plain text
 #: build/C/man2/sched_setparam.2:109
-msgid "(B<sched_setparam>())  The argument I<param> does not make sense for the current scheduling policy."
-msgstr "(B<sched_setparam>()) 引き数 I<param> が現在のスケジューリング方針においては 無意味である。"
+msgid ""
+"(B<sched_setparam>())  The argument I<param> does not make sense for the "
+"current scheduling policy."
+msgstr ""
+"(B<sched_setparam>()) 引き数 I<param> が現在のスケジューリング方針においては "
+"無意味である。"
 
 #. type: Plain text
 #: build/C/man2/sched_setparam.2:116
-msgid "(B<sched_setparam>())  The calling process does not have appropriate privileges (Linux: does not have the B<CAP_SYS_NICE> capability)."
-msgstr "(B<sched_setparam>()) 呼び出し元のプロセスが適切な特権を持っていない (Linux では、 B<CAP_SYS_NICE> ケーパビリティを持っていない)。"
+msgid ""
+"(B<sched_setparam>())  The calling process does not have appropriate "
+"privileges (Linux: does not have the B<CAP_SYS_NICE> capability)."
+msgstr ""
+"(B<sched_setparam>()) 呼び出し元のプロセスが適切な特権を持っていない (Linux "
+"では、 B<CAP_SYS_NICE> ケーパビリティを持っていない)。"
 
 #. type: Plain text
 #: build/C/man2/sched_setparam.2:119
@@ -3130,13 +4616,25 @@ msgstr "プロセス ID I<pid> のプロセスが見つからなかった。"
 
 #. type: Plain text
 #: build/C/man2/sched_setparam.2:127
-msgid "Scheduling parameters are in fact per-thread attributes on Linux; see B<sched>(7)."
-msgstr "Linux では、スケジューリングパラメーターは実際にはスレッド単位の属性である。 B<sched>(7) 参照。"
+msgid ""
+"Scheduling parameters are in fact per-thread attributes on Linux; see "
+"B<sched>(7)."
+msgstr ""
+"Linux では、スケジューリングパラメーターは実際にはスレッド単位の属性である。 "
+"B<sched>(7) 参照。"
 
 #. type: Plain text
 #: build/C/man2/sched_setparam.2:142
-msgid "B<getpriority>(2), B<nice>(2), B<sched_get_priority_max>(2), B<sched_get_priority_min>(2), B<sched_getaffinity>(2), B<sched_getscheduler>(2), B<sched_setaffinity>(2), B<sched_setscheduler>(2), B<sched_setattr>(2), B<setpriority>(2), B<capabilities>(7), B<sched>(7)"
-msgstr "B<getpriority>(2), B<nice>(2), B<sched_get_priority_max>(2), B<sched_get_priority_min>(2), B<sched_getaffinity>(2), B<sched_getscheduler>(2), B<sched_setaffinity>(2), B<sched_setscheduler>(2), B<sched_setattr>(2), B<setpriority>(2), B<capabilities>(7), B<sched>(7)"
+msgid ""
+"B<getpriority>(2), B<nice>(2), B<sched_get_priority_max>(2), "
+"B<sched_get_priority_min>(2), B<sched_getaffinity>(2), "
+"B<sched_getscheduler>(2), B<sched_setaffinity>(2), B<sched_setscheduler>(2), "
+"B<sched_setattr>(2), B<setpriority>(2), B<capabilities>(7), B<sched>(7)"
+msgstr ""
+"B<getpriority>(2), B<nice>(2), B<sched_get_priority_max>(2), "
+"B<sched_get_priority_min>(2), B<sched_getaffinity>(2), "
+"B<sched_getscheduler>(2), B<sched_setaffinity>(2), B<sched_setscheduler>(2), "
+"B<sched_setattr>(2), B<setpriority>(2), B<capabilities>(7), B<sched>(7)"
 
 #. type: TH
 #: build/C/man2/sched_setscheduler.2:26
@@ -3146,8 +4644,12 @@ msgstr "SCHED_SETSCHEDULER"
 
 #. type: Plain text
 #: build/C/man2/sched_setscheduler.2:30
-msgid "sched_setscheduler, sched_getscheduler - set and get scheduling policy/parameters"
-msgstr "sched_setscheduler, sched_getscheduler - スケジューリングポリシーとパラメーターを設定/取得する"
+msgid ""
+"sched_setscheduler, sched_getscheduler - set and get scheduling policy/"
+"parameters"
+msgstr ""
+"sched_setscheduler, sched_getscheduler - スケジューリングポリシーとパラメー"
+"ターを設定/取得する"
 
 #. type: Plain text
 #: build/C/man2/sched_setscheduler.2:35
@@ -3169,13 +4671,24 @@ msgstr "B<int sched_getscheduler(pid_t >I<pid>B<);>\n"
 
 #. type: Plain text
 #: build/C/man2/sched_setscheduler.2:49
-msgid "The B<sched_setscheduler>()  system call sets both the scheduling policy and parameters for the thread whose ID is specified in I<pid>.  If I<pid> equals zero, the scheduling policy and parameters of the calling thread will be set."
-msgstr "B<sched_setscheduler>() システムコールは、 I<pid> で指定された ID を持つスレッドのスケジューリングポリシーとスケジューリングパラメーターの両方を設定する。 I<pid> が 0 の場合、呼び出したスレッド自身のスケジューリングポリシーとスケジューリングパラメーターが設定される。"
+msgid ""
+"The B<sched_setscheduler>()  system call sets both the scheduling policy and "
+"parameters for the thread whose ID is specified in I<pid>.  If I<pid> equals "
+"zero, the scheduling policy and parameters of the calling thread will be set."
+msgstr ""
+"B<sched_setscheduler>() システムコールは、 I<pid> で指定された ID を持つス"
+"レッドのスケジューリングポリシーとスケジューリングパラメーターの両方を設定す"
+"る。 I<pid> が 0 の場合、呼び出したスレッド自身のスケジューリングポリシーとス"
+"ケジューリングパラメーターが設定される。"
 
 #. type: Plain text
 #: build/C/man2/sched_setscheduler.2:53
-msgid "The scheduling parameters are specified in the I<param> argument, which is a pointer to a structure of the following form:"
-msgstr "スケジューリングパラメーターは I<param> 引き数で、以下の形式の構造体へのポインターを指定する。"
+msgid ""
+"The scheduling parameters are specified in the I<param> argument, which is a "
+"pointer to a structure of the following form:"
+msgstr ""
+"スケジューリングパラメーターは I<param> 引き数で、以下の形式の構造体へのポイ"
+"ンターを指定する。"
 
 #. type: Plain text
 #: build/C/man2/sched_setscheduler.2:61
@@ -3195,33 +4708,71 @@ msgstr ""
 
 #. type: Plain text
 #: build/C/man2/sched_setscheduler.2:69
-msgid "In the current implementation, the structure contains only one field, I<sched_priority>.  The interpretation of I<param> depends on the selected policy."
-msgstr "現在の実装では、この構造体のフィールドは I<sched_priority> だけである。 I<param> がどのように解釈されるかは選択されたポリシーによって変わる。"
+msgid ""
+"In the current implementation, the structure contains only one field, "
+"I<sched_priority>.  The interpretation of I<param> depends on the selected "
+"policy."
+msgstr ""
+"現在の実装では、この構造体のフィールドは I<sched_priority> だけである。 "
+"I<param> がどのように解釈されるかは選択されたポリシーによって変わる。"
 
 #. type: Plain text
 #: build/C/man2/sched_setscheduler.2:90
 msgid "For each of the above policies, I<param-E<gt>sched_priority> must be 0."
-msgstr "上記のどのポリシーの場合でも、 I<param-E<gt>sched_priority> は 0 でなければならない。"
+msgstr ""
+"上記のどのポリシーの場合でも、 I<param-E<gt>sched_priority> は 0 でなければな"
+"らない。"
 
 #. type: Plain text
 #: build/C/man2/sched_setscheduler.2:116
-msgid "For each of the above policies, I<param-E<gt>sched_priority> specifies a scheduling priority for the thread.  This is a number in the range returned by calling B<sched_get_priority_min>(2)  and B<sched_get_priority_max>(2)  with the specified I<policy>.  On Linux, these system calls return, respectively, 1 and 99."
-msgstr "上記のどのポリシーの場合でも、 I<param-E<gt>sched_priority> はそのスレッドのスケジューリングポリシーを指定する。 指定された I<policy> で I<sched_get_priority_min>(2) と I<sched_get_priority_max>(2) を呼び出した返り値の範囲の数字を指定する。 Linux では、これらのシステムコールはそれぞれ 1 と 99 を返す。"
+msgid ""
+"For each of the above policies, I<param-E<gt>sched_priority> specifies a "
+"scheduling priority for the thread.  This is a number in the range returned "
+"by calling B<sched_get_priority_min>(2)  and B<sched_get_priority_max>(2)  "
+"with the specified I<policy>.  On Linux, these system calls return, "
+"respectively, 1 and 99."
+msgstr ""
+"上記のどのポリシーの場合でも、 I<param-E<gt>sched_priority> はそのスレッドの"
+"スケジューリングポリシーを指定する。 指定された I<policy> で "
+"I<sched_get_priority_min>(2) と I<sched_get_priority_max>(2) を呼び出した返り"
+"値の範囲の数字を指定する。 Linux では、これらのシステムコールはそれぞれ 1 と "
+"99 を返す。"
 
 #. type: Plain text
 #: build/C/man2/sched_setscheduler.2:129
-msgid "Since Linux 2.6.32, the B<SCHED_RESET_ON_FORK> flag can be ORed in I<policy> when calling B<sched_setscheduler>().  As a result of including this flag, children created by B<fork>(2)  do not inherit privileged scheduling policies.  See B<sched>(7)  for details."
-msgstr "Linux 2.6.32 以降では、 B<sched_setscheduler>() を呼び出す際に I<policy> に B<SCHED_RESET_ON_FORK> フラグを OR で指定できる。このフラグが指定されると、 B<fork>(2) で作成された子プロセスは特権が必要なスケジューリングポリシーを継承しない。 詳細は B<sched>(7) を参照。"
+msgid ""
+"Since Linux 2.6.32, the B<SCHED_RESET_ON_FORK> flag can be ORed in I<policy> "
+"when calling B<sched_setscheduler>().  As a result of including this flag, "
+"children created by B<fork>(2)  do not inherit privileged scheduling "
+"policies.  See B<sched>(7)  for details."
+msgstr ""
+"Linux 2.6.32 以降では、 B<sched_setscheduler>() を呼び出す際に I<policy> に "
+"B<SCHED_RESET_ON_FORK> フラグを OR で指定できる。このフラグが指定されると、 "
+"B<fork>(2) で作成された子プロセスは特権が必要なスケジューリングポリシーを継承"
+"しない。 詳細は B<sched>(7) を参照。"
 
 #. type: Plain text
 #: build/C/man2/sched_setscheduler.2:135
-msgid "B<sched_getscheduler>()  returns the current scheduling policy of the thread identified by I<pid>.  If I<pid> equals zero, the policy of the calling thread will be retrieved."
-msgstr "B<sched_getscheduler>()  は I<pid> で識別されるスレッドの現在のスケジューリングポリシーを返す。I<pid> が 0 ならば、呼び出した スレッド自身のスケジューリングポリシーが返される。"
+msgid ""
+"B<sched_getscheduler>()  returns the current scheduling policy of the thread "
+"identified by I<pid>.  If I<pid> equals zero, the policy of the calling "
+"thread will be retrieved."
+msgstr ""
+"B<sched_getscheduler>()  は I<pid> で識別されるスレッドの現在のスケジューリン"
+"グポリシーを返す。I<pid> が 0 ならば、呼び出した スレッド自身のスケジューリン"
+"グポリシーが返される。"
 
 #. type: Plain text
 #: build/C/man2/sched_setscheduler.2:145
-msgid "On success, B<sched_setscheduler>()  returns zero.  On success, B<sched_getscheduler>()  returns the policy for the thread (a nonnegative integer).  On error, both calls return -1, and I<errno> is set appropriately."
-msgstr "成功した場合、 B<sched_setscheduler>()  は 0 を返す。 成功した場合、 B<sched_getscheduler>()  は現在のそのスレッドのポリシー (非負の整数) を返す。 エラーの場合、 どちらのコールも -1 を返し、 I<errno> が適切に設定される。"
+msgid ""
+"On success, B<sched_setscheduler>()  returns zero.  On success, "
+"B<sched_getscheduler>()  returns the policy for the thread (a nonnegative "
+"integer).  On error, both calls return -1, and I<errno> is set appropriately."
+msgstr ""
+"成功した場合、 B<sched_setscheduler>()  は 0 を返す。 成功した場合、 "
+"B<sched_getscheduler>()  は現在のそのスレッドのポリシー (非負の整数) を返"
+"す。 エラーの場合、 どちらのコールも -1 を返し、 I<errno> が適切に設定され"
+"る。"
 
 #. type: Plain text
 #: build/C/man2/sched_setscheduler.2:153
@@ -3230,13 +4781,18 @@ msgstr "無効な引き数: I<pid> が負である、または I<param> が NULL
 
 #. type: Plain text
 #: build/C/man2/sched_setscheduler.2:158
-msgid "(B<sched_setscheduler>())  I<policy> is not one of the recognized policies."
+msgid ""
+"(B<sched_setscheduler>())  I<policy> is not one of the recognized policies."
 msgstr "(B<sched_setscheduler>()) I<policy> が認識できるポリシーではない。"
 
 #. type: Plain text
 #: build/C/man2/sched_setscheduler.2:164
-msgid "(B<sched_setscheduler>())  I<param> does not make sense for the specified I<policy>."
-msgstr "(B<sched_setscheduler>()) 引き数 I<param> が指定された I<policy> では意味を持たない。"
+msgid ""
+"(B<sched_setscheduler>())  I<param> does not make sense for the specified "
+"I<policy>."
+msgstr ""
+"(B<sched_setscheduler>()) 引き数 I<param> が指定された I<policy> では意味を持"
+"たない。"
 
 #. type: Plain text
 #: build/C/man2/sched_setscheduler.2:167
@@ -3245,38 +4801,93 @@ msgstr "呼び出したスレッドが適切な特権を持っていない。"
 
 #. type: Plain text
 #: build/C/man2/sched_setscheduler.2:173
-msgid "POSIX.1-2001 (but see BUGS below).  The B<SCHED_BATCH> and B<SCHED_IDLE> policies are Linux-specific."
-msgstr "POSIX.1-2001 (但し、下記のバグの節も参照)。 B<SCHED_BATCH> と B<SCHED_IDLE> ポリシーは Linux 固有である。"
+msgid ""
+"POSIX.1-2001 (but see BUGS below).  The B<SCHED_BATCH> and B<SCHED_IDLE> "
+"policies are Linux-specific."
+msgstr ""
+"POSIX.1-2001 (但し、下記のバグの節も参照)。 B<SCHED_BATCH> と B<SCHED_IDLE> "
+"ポリシーは Linux 固有である。"
 
 #. type: Plain text
 #: build/C/man2/sched_setscheduler.2:177
-msgid "Further details of the semantics of all of the above \"normal\" and \"real-time\" scheduling policies can be found in B<sched>(7)."
-msgstr "上記の「通常」および「リアルタイム」スケジューリングポリシーの動作の詳細な説明は B<sched>(7) にある。"
+msgid ""
+"Further details of the semantics of all of the above \"normal\" and \"real-"
+"time\" scheduling policies can be found in B<sched>(7)."
+msgstr ""
+"上記の「通常」および「リアルタイム」スケジューリングポリシーの動作の詳細な説"
+"明は B<sched>(7) にある。"
 
 #. type: Plain text
 #: build/C/man2/sched_setscheduler.2:185
-msgid "POSIX systems on which B<sched_setscheduler>()  and B<sched_getscheduler>()  are available define B<_POSIX_PRIORITY_SCHEDULING> in I<E<lt>unistd.hE<gt>>."
-msgstr "POSIX システムでは I<E<lt>unistd.hE<gt>> に B<_POSIX_PRIORITY_SCHEDULING> が定義されている場合にのみ B<sched_setscheduler>()  と B<sched_getscheduler>()  が使用できる。"
+msgid ""
+"POSIX systems on which B<sched_setscheduler>()  and B<sched_getscheduler>()  "
+"are available define B<_POSIX_PRIORITY_SCHEDULING> in I<E<lt>unistd.hE<gt>>."
+msgstr ""
+"POSIX システムでは I<E<lt>unistd.hE<gt>> に B<_POSIX_PRIORITY_SCHEDULING> が"
+"定義されている場合にのみ B<sched_setscheduler>()  と "
+"B<sched_getscheduler>()  が使用できる。"
 
 #. type: Plain text
 #: build/C/man2/sched_setscheduler.2:193
-msgid "POSIX.1 does not detail the permissions that an unprivileged thread requires in order to call B<sched_setscheduler>(), and details vary across systems.  For example, the Solaris 7 manual page says that the real or effective user ID of the caller must match the real user ID or the save set-user-ID of the target."
-msgstr "POSIX.1 は、非特権スレッドが B<sched_setscheduler>()  を呼び出すために必要な権限の詳細を規定しておらず、 詳細はシステムにより異なる。 例えば、Solaris 7 のマニュアルページでは、 呼び出し元の実ユーザー ID または実効ユーザー ID が 設定対象の実ユーザー ID か保存 (save) set-user-ID と 一致していなければならない、となっている。"
+msgid ""
+"POSIX.1 does not detail the permissions that an unprivileged thread requires "
+"in order to call B<sched_setscheduler>(), and details vary across systems.  "
+"For example, the Solaris 7 manual page says that the real or effective user "
+"ID of the caller must match the real user ID or the save set-user-ID of the "
+"target."
+msgstr ""
+"POSIX.1 は、非特権スレッドが B<sched_setscheduler>()  を呼び出すために必要な"
+"権限の詳細を規定しておらず、 詳細はシステムにより異なる。 例えば、Solaris 7 "
+"のマニュアルページでは、 呼び出し元の実ユーザー ID または実効ユーザー ID が "
+"設定対象の実ユーザー ID か保存 (save) set-user-ID と 一致していなければならな"
+"い、となっている。"
 
 #. type: Plain text
 #: build/C/man2/sched_setscheduler.2:214
-msgid "The scheduling policy and parameters are in fact per-thread attributes on Linux.  The value returned from a call to B<gettid>(2)  can be passed in the argument I<pid>.  Specifying I<pid> as 0 will operate on the attributes of the calling thread, and passing the value returned from a call to B<getpid>(2)  will operate on the attributes of the main thread of the thread group.  (If you are using the POSIX threads API, then use B<pthread_setschedparam>(3), B<pthread_getschedparam>(3), and B<pthread_setschedprio>(3), instead of the B<sched_*>(2)  system calls.)"
-msgstr "Linux では、 スケジューリングポリシーとスケジューリングパラメーターは、 実際にはスレッド単位の属性である。 B<gettid>(2) の呼び出しの返り値をこのシステムコールの I<pid> 引き数として渡すことができる。 I<pid> に 0 を指定すると、 呼び出し元のスレッドの属性が設定される。 B<getpid>(2) コールからの返り値を I<pid> に指定すると、 スレッドグループのメインスレッドの属性が設定される (POSIX スレッド API を使用している場合は、 B<sched_*>(2) システムコールの代わりに B<pthread_setschedparam>(3), B<pthread_getschedparam>(3), and B<pthread_setschedprio>(3) を使用すること)。"
+msgid ""
+"The scheduling policy and parameters are in fact per-thread attributes on "
+"Linux.  The value returned from a call to B<gettid>(2)  can be passed in the "
+"argument I<pid>.  Specifying I<pid> as 0 will operate on the attributes of "
+"the calling thread, and passing the value returned from a call to "
+"B<getpid>(2)  will operate on the attributes of the main thread of the "
+"thread group.  (If you are using the POSIX threads API, then use "
+"B<pthread_setschedparam>(3), B<pthread_getschedparam>(3), and "
+"B<pthread_setschedprio>(3), instead of the B<sched_*>(2)  system calls.)"
+msgstr ""
+"Linux では、 スケジューリングポリシーとスケジューリングパラメーターは、 実際"
+"にはスレッド単位の属性である。 B<gettid>(2) の呼び出しの返り値をこのシステム"
+"コールの I<pid> 引き数として渡すことができる。 I<pid> に 0 を指定すると、 呼"
+"び出し元のスレッドの属性が設定される。 B<getpid>(2) コールからの返り値を "
+"I<pid> に指定すると、 スレッドグループのメインスレッドの属性が設定される "
+"(POSIX スレッド API を使用している場合は、 B<sched_*>(2) システムコールの代わ"
+"りに B<pthread_setschedparam>(3), B<pthread_getschedparam>(3), and "
+"B<pthread_setschedprio>(3) を使用すること)。"
 
 #. type: Plain text
 #: build/C/man2/sched_setscheduler.2:222
-msgid "POSIX says that on success, B<sched_setscheduler>()  should return the previous scheduling policy.  Linux B<sched_setscheduler>()  does not conform to this requirement, since it always returns 0 on success."
-msgstr "POSIX では、成功時に B<sched_setscheduler>()  は直前のスケジューリングポリシーを返すべきとされている。 Linux の B<sched_setscheduler>()  はこの要求仕様に準拠しておらず、 成功時には常に 0 を返す。"
+msgid ""
+"POSIX says that on success, B<sched_setscheduler>()  should return the "
+"previous scheduling policy.  Linux B<sched_setscheduler>()  does not conform "
+"to this requirement, since it always returns 0 on success."
+msgstr ""
+"POSIX では、成功時に B<sched_setscheduler>()  は直前のスケジューリングポリ"
+"シーを返すべきとされている。 Linux の B<sched_setscheduler>()  はこの要求仕様"
+"に準拠しておらず、 成功時には常に 0 を返す。"
 
 #. type: Plain text
 #: build/C/man2/sched_setscheduler.2:241
-msgid "B<chrt>(1), B<nice>(2), B<sched_get_priority_max>(2), B<sched_get_priority_min>(2), B<sched_getaffinity>(2), B<sched_getattr>(2), B<sched_getparam>(2), B<sched_rr_get_interval>(2), B<sched_setaffinity>(2), B<sched_setattr>(2), B<sched_setparam>(2), B<sched_yield>(2), B<setpriority>(2), B<capabilities>(7), B<cpuset>(7), B<sched>(7)"
-msgstr "B<chrt>(1), B<nice>(2), B<sched_get_priority_max>(2), B<sched_get_priority_min>(2), B<sched_getaffinity>(2), B<sched_getattr>(2), B<sched_getparam>(2), B<sched_rr_get_interval>(2), B<sched_setaffinity>(2), B<sched_setattr>(2), B<sched_setparam>(2), B<sched_yield>(2), B<setpriority>(2), B<capabilities>(7), B<cpuset>(7), B<sched>(7)"
+msgid ""
+"B<chrt>(1), B<nice>(2), B<sched_get_priority_max>(2), "
+"B<sched_get_priority_min>(2), B<sched_getaffinity>(2), B<sched_getattr>(2), "
+"B<sched_getparam>(2), B<sched_rr_get_interval>(2), B<sched_setaffinity>(2), "
+"B<sched_setattr>(2), B<sched_setparam>(2), B<sched_yield>(2), "
+"B<setpriority>(2), B<capabilities>(7), B<cpuset>(7), B<sched>(7)"
+msgstr ""
+"B<chrt>(1), B<nice>(2), B<sched_get_priority_max>(2), "
+"B<sched_get_priority_min>(2), B<sched_getaffinity>(2), B<sched_getattr>(2), "
+"B<sched_getparam>(2), B<sched_rr_get_interval>(2), B<sched_setaffinity>(2), "
+"B<sched_setattr>(2), B<sched_setparam>(2), B<sched_yield>(2), "
+"B<setpriority>(2), B<capabilities>(7), B<cpuset>(7), B<sched>(7)"
 
 #. type: TH
 #: build/C/man2/sched_yield.2:29
@@ -3296,13 +4907,23 @@ msgstr "B<int sched_yield(void);>"
 
 #. type: Plain text
 #: build/C/man2/sched_yield.2:41
-msgid "B<sched_yield>()  causes the calling thread to relinquish the CPU.  The thread is moved to the end of the queue for its static priority and a new thread gets to run."
-msgstr "B<sched_yield>()  を呼び出すことで、呼び出したスレッドが CPU の使用権を手放すことができる。 そのスレッドは、そのスレッドの静的プライオリティのキューの末尾に 移動し、新しいスレッドが走り始める。"
+msgid ""
+"B<sched_yield>()  causes the calling thread to relinquish the CPU.  The "
+"thread is moved to the end of the queue for its static priority and a new "
+"thread gets to run."
+msgstr ""
+"B<sched_yield>()  を呼び出すことで、呼び出したスレッドが CPU の使用権を手放す"
+"ことができる。 そのスレッドは、そのスレッドの静的プライオリティのキューの末尾"
+"に 移動し、新しいスレッドが走り始める。"
 
 #. type: Plain text
 #: build/C/man2/sched_yield.2:48
-msgid "On success, B<sched_yield>()  returns 0.  On error, -1 is returned, and I<errno> is set appropriately."
-msgstr "成功した場合は B<sched_yield>()  は 0 を返す。 エラーの場合は -1 が返され、 I<errno> が適切に設定される。"
+msgid ""
+"On success, B<sched_yield>()  returns 0.  On error, -1 is returned, and "
+"I<errno> is set appropriately."
+msgstr ""
+"成功した場合は B<sched_yield>()  は 0 を返す。 エラーの場合は -1 が返され、 "
+"I<errno> が適切に設定される。"
 
 #. type: Plain text
 #: build/C/man2/sched_yield.2:52
@@ -3311,18 +4932,40 @@ msgstr "Linux の実装では、 B<sched_yield>()  は常に成功する。"
 
 #. type: Plain text
 #: build/C/man2/sched_yield.2:59
-msgid "If the calling thread is the only thread in the highest priority list at that time, it will continue to run after a call to B<sched_yield>()."
-msgstr "B<sched_yield>()  を呼び出した時点で最大優先度のリストの中に呼び出し元のスレッドしか 存在しなければ、そのスレッドは呼び出し後も走り続けることになる。"
+msgid ""
+"If the calling thread is the only thread in the highest priority list at "
+"that time, it will continue to run after a call to B<sched_yield>()."
+msgstr ""
+"B<sched_yield>()  を呼び出した時点で最大優先度のリストの中に呼び出し元のス"
+"レッドしか 存在しなければ、そのスレッドは呼び出し後も走り続けることになる。"
 
 #. type: Plain text
 #: build/C/man2/sched_yield.2:66
-msgid "POSIX systems on which B<sched_yield>()  is available define B<_POSIX_PRIORITY_SCHEDULING> in I<E<lt>unistd.hE<gt>>."
-msgstr "POSIX システムで B<sched_yield>()  は I<E<lt>unistd.hE<gt>> に B<_POSIX_PRIORITY_SCHEDULING> が定義されている場合にのみ使用可能である。"
+msgid ""
+"POSIX systems on which B<sched_yield>()  is available define "
+"B<_POSIX_PRIORITY_SCHEDULING> in I<E<lt>unistd.hE<gt>>."
+msgstr ""
+"POSIX システムで B<sched_yield>()  は I<E<lt>unistd.hE<gt>> に "
+"B<_POSIX_PRIORITY_SCHEDULING> が定義されている場合にのみ使用可能である。"
 
 #. type: Plain text
 #: build/C/man2/sched_yield.2:79
-msgid "Strategic calls to B<sched_yield>()  can improve performance by giving other threads or processes a chance to run when (heavily) contended resources (e.g., mutexes)  have been released by the caller.  Avoid calling B<sched_yield>()  unnecessarily or inappropriately (e.g., when resources needed by other schedulable threads are still held by the caller), since doing so will result in unnecessary context switches, which will degrade system performance."
-msgstr "B<sched_yield>()  を戦略的に呼び出すことで、(極度に) 競合するリソース (mutex など)  を呼び出し元が解放した際に他のスレッドやプロセスに実行機会を与えることで、 性能を上げることができる。 B<sched_yield>()  を必要もないのに呼び出したり、不適切な場面 (例えば、他のスケジューリング 対象となるスレッドが必要とするリソースを呼び出し元が保持したままの状態)  で呼び出したりするのは避けること。なぜなら、 B<sched_yield>()  の呼び出しより不必要なコンテキストスイッチが起こり、システム性能が 劣化する結果になるからである。"
+msgid ""
+"Strategic calls to B<sched_yield>()  can improve performance by giving other "
+"threads or processes a chance to run when (heavily) contended resources (e."
+"g., mutexes)  have been released by the caller.  Avoid calling "
+"B<sched_yield>()  unnecessarily or inappropriately (e.g., when resources "
+"needed by other schedulable threads are still held by the caller), since "
+"doing so will result in unnecessary context switches, which will degrade "
+"system performance."
+msgstr ""
+"B<sched_yield>()  を戦略的に呼び出すことで、(極度に) 競合するリソース (mutex "
+"など)  を呼び出し元が解放した際に他のスレッドやプロセスに実行機会を与えること"
+"で、 性能を上げることができる。 B<sched_yield>()  を必要もないのに呼び出した"
+"り、不適切な場面 (例えば、他のスケジューリング 対象となるスレッドが必要とする"
+"リソースを呼び出し元が保持したままの状態)  で呼び出したりするのは避けること。"
+"なぜなら、 B<sched_yield>()  の呼び出しより不必要なコンテキストスイッチが起こ"
+"り、システム性能が 劣化する結果になるからである。"
 
 #. type: TH
 #: build/C/man7/sched.7:32
@@ -3420,8 +5063,12 @@ msgstr "B<sched_rr_get_interval>(2)"
 
 #. type: Plain text
 #: build/C/man7/sched.7:60
-msgid "Fetch the quantum used for threads that are scheduled under the \"round-robin\" scheduling policy."
-msgstr "「ラウンドロビン」スケジューリングポリシーでスケジューリグされるスレッドで使用される単位時間 (quantum) を取得する。"
+msgid ""
+"Fetch the quantum used for threads that are scheduled under the \"round-robin"
+"\" scheduling policy."
+msgstr ""
+"「ラウンドロビン」スケジューリングポリシーでスケジューリグされるスレッドで使"
+"用される単位時間 (quantum) を取得する。"
 
 #. type: TP
 #: build/C/man7/sched.7:60
@@ -3431,8 +5078,11 @@ msgstr "B<sched_yield>(2)"
 
 #. type: Plain text
 #: build/C/man7/sched.7:64
-msgid "Cause the caller to relinquish the CPU, so that some other thread be executed."
-msgstr "呼び出し元が CPU の使用権を明け渡して、 他のスレッドが実行できるようにする。"
+msgid ""
+"Cause the caller to relinquish the CPU, so that some other thread be "
+"executed."
+msgstr ""
+"呼び出し元が CPU の使用権を明け渡して、 他のスレッドが実行できるようにする。"
 
 #. type: TP
 #: build/C/man7/sched.7:64
@@ -3464,8 +5114,14 @@ msgstr "B<sched_setattr>(2)"
 
 #. type: Plain text
 #: build/C/man7/sched.7:79
-msgid "Set the scheduling policy and parameters of a specified thread.  This (Linux-specific) system call provides a superset of the functionality of B<sched_setscheduler>(2)  and B<sched_setparam>(2)."
-msgstr "指定されたスレッドのスケジューリングポリシーとパラメーターを設定する。 この (Linux 固有の) システムコールは B<sched_setscheduler>(2) と B<sched_setparam>(2) の両方の機能を持つ。"
+msgid ""
+"Set the scheduling policy and parameters of a specified thread.  This (Linux-"
+"specific) system call provides a superset of the functionality of "
+"B<sched_setscheduler>(2)  and B<sched_setparam>(2)."
+msgstr ""
+"指定されたスレッドのスケジューリングポリシーとパラメーターを設定する。 この "
+"(Linux 固有の) システムコールは B<sched_setscheduler>(2) と "
+"B<sched_setparam>(2) の両方の機能を持つ。"
 
 #. type: TP
 #: build/C/man7/sched.7:79
@@ -3475,8 +5131,14 @@ msgstr "B<sched_getattr>(2)"
 
 #. type: Plain text
 #: build/C/man7/sched.7:87
-msgid "Fetch the scheduling policy and parameters of a specified thread.  This (Linux-specific) system call provides a superset of the functionality of B<sched_getscheduler>(2)  and B<sched_getparam>(2)."
-msgstr "指定されたスレッドのスケジューリングポリシーとパラメーターを取得する。 この (Linux 固有の) システムコールは B<sched_getscheduler>(2) と B<sched_getparam>(2) の両方の機能を持つ。"
+msgid ""
+"Fetch the scheduling policy and parameters of a specified thread.  This "
+"(Linux-specific) system call provides a superset of the functionality of "
+"B<sched_getscheduler>(2)  and B<sched_getparam>(2)."
+msgstr ""
+"指定されたスレッドのスケジューリングポリシーとパラメーターを取得する。 この "
+"(Linux 固有の) システムコールは B<sched_getscheduler>(2) と "
+"B<sched_getparam>(2) の両方の機能を持つ。"
 
 #. type: SS
 #: build/C/man7/sched.7:87
@@ -3486,33 +5148,92 @@ msgstr "スケジューリングポリシー (scheduling policy)"
 
 #. type: Plain text
 #: build/C/man7/sched.7:95
-msgid "The scheduler is the kernel component that decides which runnable thread will be executed by the CPU next.  Each thread has an associated scheduling policy and a I<static> scheduling priority, I<sched_priority>.  The scheduler makes its decisions based on knowledge of the scheduling policy and static priority of all threads on the system."
-msgstr "スケジューラ (scheduler) とはカーネルの構成要素で、 次に CPU で実行される実行可能なスレッドを決定するものである。 各々のスレッドには、スケジューリングポリシーと 「静的」なスケジューリング優先度 I<sched_priority> が対応付けられる。 スケジューラは、システム上の全スレッドのスケジューリングポリシーと 静的優先度に関する知識に基づいて決定を行う。"
+msgid ""
+"The scheduler is the kernel component that decides which runnable thread "
+"will be executed by the CPU next.  Each thread has an associated scheduling "
+"policy and a I<static> scheduling priority, I<sched_priority>.  The "
+"scheduler makes its decisions based on knowledge of the scheduling policy "
+"and static priority of all threads on the system."
+msgstr ""
+"スケジューラ (scheduler) とはカーネルの構成要素で、 次に CPU で実行される実行"
+"可能なスレッドを決定するものである。 各々のスレッドには、スケジューリングポリ"
+"シーと 「静的」なスケジューリング優先度 I<sched_priority> が対応付けられる。 "
+"スケジューラは、システム上の全スレッドのスケジューリングポリシーと 静的優先度"
+"に関する知識に基づいて決定を行う。"
 
 #. type: Plain text
 #: build/C/man7/sched.7:100
-msgid "For threads scheduled under one of the normal scheduling policies (B<SCHED_OTHER>, B<SCHED_IDLE>, B<SCHED_BATCH>), I<sched_priority> is not used in scheduling decisions (it must be specified as 0)."
-msgstr "通常のスケジューリングポリシー (B<SCHED_OTHER>, B<SCHED_IDLE>, B<SCHED_BATCH>)  の下でスケジューリングされるスレッドでは、 I<sched_priority> はスケジューリングの決定に使用されない (I<sched_priority> には 0 を指定しなければならない)。"
+msgid ""
+"For threads scheduled under one of the normal scheduling policies "
+"(B<SCHED_OTHER>, B<SCHED_IDLE>, B<SCHED_BATCH>), I<sched_priority> is not "
+"used in scheduling decisions (it must be specified as 0)."
+msgstr ""
+"通常のスケジューリングポリシー (B<SCHED_OTHER>, B<SCHED_IDLE>, "
+"B<SCHED_BATCH>)  の下でスケジューリングされるスレッドでは、 "
+"I<sched_priority> はスケジューリングの決定に使用されない (I<sched_priority> "
+"には 0 を指定しなければならない)。"
 
 #. type: Plain text
 #: build/C/man7/sched.7:114
-msgid "Processes scheduled under one of the real-time policies (B<SCHED_FIFO>, B<SCHED_RR>) have a I<sched_priority> value in the range 1 (low) to 99 (high).  (As the numbers imply, real-time threads always have higher priority than normal threads.)  Note well: POSIX.1-2001 requires an implementation to support only a minimum 32 distinct priority levels for the real-time policies, and some systems supply just this minimum.  Portable programs should use B<sched_get_priority_min>(2)  and B<sched_get_priority_max>(2)  to find the range of priorities supported for a particular policy."
-msgstr "リアルタイムスケジューリングポリシー (B<SCHED_FIFO>, B<SCHED_RR>)  の下でスケジューリングされるスレッドは、 I<sched_priority> の値は 1 (最低) から 99 (最高) の範囲となる (数字から分かるように、リアルタイムスレッドは常に通常のスレッドよりも 高い優先度を持つ)。 ここで注意すべきなのは、POSIX.1-2001 が要求しているのは、 リアルタイムポリシーの実装において最低 32 種類の異なる優先度レベルが サポートされることだけであり、いくつかのシステムではこの最低限の数の 優先度しか提供されていない、ということである。 移植性が必要なプログラムでは、 B<sched_get_priority_min>(2)  と B<sched_get_priority_max>(2)  を使って、あるポリシーがサポートする優先度の範囲を調べるべきである。"
+msgid ""
+"Processes scheduled under one of the real-time policies (B<SCHED_FIFO>, "
+"B<SCHED_RR>) have a I<sched_priority> value in the range 1 (low) to 99 "
+"(high).  (As the numbers imply, real-time threads always have higher "
+"priority than normal threads.)  Note well: POSIX.1-2001 requires an "
+"implementation to support only a minimum 32 distinct priority levels for the "
+"real-time policies, and some systems supply just this minimum.  Portable "
+"programs should use B<sched_get_priority_min>(2)  and "
+"B<sched_get_priority_max>(2)  to find the range of priorities supported for "
+"a particular policy."
+msgstr ""
+"リアルタイムスケジューリングポリシー (B<SCHED_FIFO>, B<SCHED_RR>)  の下でスケ"
+"ジューリングされるスレッドは、 I<sched_priority> の値は 1 (最低) から 99 (最"
+"高) の範囲となる (数字から分かるように、リアルタイムスレッドは常に通常のス"
+"レッドよりも 高い優先度を持つ)。 ここで注意すべきなのは、POSIX.1-2001 が要求"
+"しているのは、 リアルタイムポリシーの実装において最低 32 種類の異なる優先度レ"
+"ベルが サポートされることだけであり、いくつかのシステムではこの最低限の数の "
+"優先度しか提供されていない、ということである。 移植性が必要なプログラムで"
+"は、 B<sched_get_priority_min>(2)  と B<sched_get_priority_max>(2)  を使っ"
+"て、あるポリシーがサポートする優先度の範囲を調べるべきである。"
 
 #. type: Plain text
 #: build/C/man7/sched.7:120
-msgid "Conceptually, the scheduler maintains a list of runnable threads for each possible I<sched_priority> value.  In order to determine which thread runs next, the scheduler looks for the nonempty list with the highest static priority and selects the thread at the head of this list."
-msgstr "概念としては、 スケジューラはその I<sched_priority> の値それぞれに対して 実行可能なスレッドのリストを管理している。 どのスレッドを次に実行するかを決定するために、 スケジューラは静的優先度の最も高い空でないリストを探して、 そのリストの先頭のスレッドを選択する。"
+msgid ""
+"Conceptually, the scheduler maintains a list of runnable threads for each "
+"possible I<sched_priority> value.  In order to determine which thread runs "
+"next, the scheduler looks for the nonempty list with the highest static "
+"priority and selects the thread at the head of this list."
+msgstr ""
+"概念としては、 スケジューラはその I<sched_priority> の値それぞれに対して 実行"
+"可能なスレッドのリストを管理している。 どのスレッドを次に実行するかを決定する"
+"ために、 スケジューラは静的優先度の最も高い空でないリストを探して、 そのリス"
+"トの先頭のスレッドを選択する。"
 
 #. type: Plain text
 #: build/C/man7/sched.7:124
-msgid "A thread's scheduling policy determines where it will be inserted into the list of threads with equal static priority and how it will move inside this list."
-msgstr "各スレッドのスケジューリングポリシーは、 そのスレッドが同じ静的優先度を持つスレッドのリストの中のどこに挿入され、 このリストの中をどのように移動するかを決定する。"
+msgid ""
+"A thread's scheduling policy determines where it will be inserted into the "
+"list of threads with equal static priority and how it will move inside this "
+"list."
+msgstr ""
+"各スレッドのスケジューリングポリシーは、 そのスレッドが同じ静的優先度を持つス"
+"レッドのリストの中のどこに挿入され、 このリストの中をどのように移動するかを決"
+"定する。"
 
 #. type: Plain text
 #: build/C/man7/sched.7:132
-msgid "All scheduling is preemptive: if a thread with a higher static priority becomes ready to run, the currently running thread will be preempted and returned to the wait list for its static priority level.  The scheduling policy determines the ordering only within the list of runnable threads with equal static priority."
-msgstr "全てのスケジューリングはプリエンプティブ (preemptive) である: より高い優先度のスレッドが実行可能になると、現在実行中のスレッドは実行権を 取り上げられ (preempted)、そのスレッドの静的優先度レベルの待ちリストに 戻される。スケジューリングポリシーは同じ静的優先度を持つ実行可能な スレッドのリストの中で順番のみを決定する。"
+msgid ""
+"All scheduling is preemptive: if a thread with a higher static priority "
+"becomes ready to run, the currently running thread will be preempted and "
+"returned to the wait list for its static priority level.  The scheduling "
+"policy determines the ordering only within the list of runnable threads with "
+"equal static priority."
+msgstr ""
+"全てのスケジューリングはプリエンプティブ (preemptive) である: より高い優先度"
+"のスレッドが実行可能になると、現在実行中のスレッドは実行権を 取り上げられ "
+"(preempted)、そのスレッドの静的優先度レベルの待ちリストに 戻される。スケ"
+"ジューリングポリシーは同じ静的優先度を持つ実行可能な スレッドのリストの中で順"
+"番のみを決定する。"
 
 #. type: SS
 #: build/C/man7/sched.7:132
@@ -3522,8 +5243,20 @@ msgstr "SCHED_FIFO: ファーストインファーストアウトスケジュー
 
 #. type: Plain text
 #: build/C/man7/sched.7:141
-msgid "B<SCHED_FIFO> can be used only with static priorities higher than 0, which means that when a B<SCHED_FIFO> threads becomes runnable, it will always immediately preempt any currently running B<SCHED_OTHER>, B<SCHED_BATCH>, or B<SCHED_IDLE> thread.  B<SCHED_FIFO> is a simple scheduling algorithm without time slicing.  For threads scheduled under the B<SCHED_FIFO> policy, the following rules apply:"
-msgstr "B<SCHED_FIFO> は 0 より大きな静的優先度でのみ使用できる。このポリシーでは、 B<SCHED_FIFO> スレッドが実行可能になった場合、 そのポリシーが B<SCHED_OTHER>、 B<SCHED_BATCH>、 B<SCHED_IDLE> の 現在実行中のスレッドは直ちに実行権を取り上げられる。 B<SCHED_FIFO> は時分割のない単純なスケジューリングアルゴリズムである。 B<SCHED_FIFO> ポリシーでスケジューリングされているスレッドには以下の ルールが適用される:"
+msgid ""
+"B<SCHED_FIFO> can be used only with static priorities higher than 0, which "
+"means that when a B<SCHED_FIFO> threads becomes runnable, it will always "
+"immediately preempt any currently running B<SCHED_OTHER>, B<SCHED_BATCH>, or "
+"B<SCHED_IDLE> thread.  B<SCHED_FIFO> is a simple scheduling algorithm "
+"without time slicing.  For threads scheduled under the B<SCHED_FIFO> policy, "
+"the following rules apply:"
+msgstr ""
+"B<SCHED_FIFO> は 0 より大きな静的優先度でのみ使用できる。このポリシーでは、 "
+"B<SCHED_FIFO> スレッドが実行可能になった場合、 そのポリシーが "
+"B<SCHED_OTHER>、 B<SCHED_BATCH>、 B<SCHED_IDLE> の 現在実行中のスレッドは直ち"
+"に実行権を取り上げられる。 B<SCHED_FIFO> は時分割のない単純なスケジューリング"
+"アルゴリズムである。 B<SCHED_FIFO> ポリシーでスケジューリングされているスレッ"
+"ドには以下の ルールが適用される:"
 
 #. type: IP
 #: build/C/man7/sched.7:141 build/C/man7/sched.7:146 build/C/man7/sched.7:149
@@ -3536,20 +5269,41 @@ msgstr "*"
 
 #. type: Plain text
 #: build/C/man7/sched.7:146
-msgid "A B<SCHED_FIFO> thread that has been preempted by another thread of higher priority will stay at the head of the list for its priority and will resume execution as soon as all threads of higher priority are blocked again."
-msgstr "より高い優先度の他のスレッドによって取って代わられた B<SCHED_FIFO> スレッドはその優先度のリストの先頭に留まり続け、 より高い優先度のスレッド全てが停止 (block) した場合に実行を再開する。"
+msgid ""
+"A B<SCHED_FIFO> thread that has been preempted by another thread of higher "
+"priority will stay at the head of the list for its priority and will resume "
+"execution as soon as all threads of higher priority are blocked again."
+msgstr ""
+"より高い優先度の他のスレッドによって取って代わられた B<SCHED_FIFO> スレッドは"
+"その優先度のリストの先頭に留まり続け、 より高い優先度のスレッド全てが停止 "
+"(block) した場合に実行を再開する。"
 
 #. type: Plain text
 #: build/C/man7/sched.7:149
-msgid "When a B<SCHED_FIFO> thread becomes runnable, it will be inserted at the end of the list for its priority."
-msgstr "B<SCHED_FIFO> スレッドが実行可能になった時、その優先度のリストの最後 に挿入される。"
+msgid ""
+"When a B<SCHED_FIFO> thread becomes runnable, it will be inserted at the end "
+"of the list for its priority."
+msgstr ""
+"B<SCHED_FIFO> スレッドが実行可能になった時、その優先度のリストの最後 に挿入さ"
+"れる。"
 
 #.  In 2.2.x and 2.4.x, the thread is placed at the front of the queue
 #.  In 2.0.x, the Right Thing happened: the thread went to the back -- MTK
 #. type: Plain text
 #: build/C/man7/sched.7:164
-msgid "A call to B<sched_setscheduler>(2), B<sched_setparam>(2), or B<sched_setattr>(2)  will put the B<SCHED_FIFO> (or B<SCHED_RR>) thread identified by I<pid> at the start of the list if it was runnable.  As a consequence, it may preempt the currently running thread if it has the same priority.  (POSIX.1-2001 specifies that the thread should go to the end of the list.)"
-msgstr "B<sched_setscheduler>(2), B<sched_setparam>(2), B<sched_setattr>(2) は I<pid> で指定された B<SCHED_FIFO> (または B<SCHED_RR>) スレッドが 実行可能な場合、リストの最初に置く。 結果として、もし優先度が同じだった場合、 現在実行中のスレッドに先んじるかもしれない。 (POSIX.1-2001 ではスレッドはリストの最後に行くべきと規定されている。)"
+msgid ""
+"A call to B<sched_setscheduler>(2), B<sched_setparam>(2), or "
+"B<sched_setattr>(2)  will put the B<SCHED_FIFO> (or B<SCHED_RR>) thread "
+"identified by I<pid> at the start of the list if it was runnable.  As a "
+"consequence, it may preempt the currently running thread if it has the same "
+"priority.  (POSIX.1-2001 specifies that the thread should go to the end of "
+"the list.)"
+msgstr ""
+"B<sched_setscheduler>(2), B<sched_setparam>(2), B<sched_setattr>(2) は "
+"I<pid> で指定された B<SCHED_FIFO> (または B<SCHED_RR>) スレッドが 実行可能な"
+"場合、リストの最初に置く。 結果として、もし優先度が同じだった場合、 現在実行"
+"中のスレッドに先んじるかもしれない。 (POSIX.1-2001 ではスレッドはリストの最後"
+"に行くべきと規定されている。)"
 
 #. type: Plain text
 #: build/C/man7/sched.7:168
@@ -3558,13 +5312,21 @@ msgstr "B<sched_yield>(2)  を呼び出したスレッドはリストの最後
 
 #. type: Plain text
 #: build/C/man7/sched.7:172
-msgid "No other events will move a thread scheduled under the B<SCHED_FIFO> policy in the wait list of runnable threads with equal static priority."
-msgstr "その他のイベントによって B<SCHED_FIFO> ポリシーでスケジューリングされるスレッドが同じ優先度の実行可能なスレッドの待ちリストの中を移動することはない。"
+msgid ""
+"No other events will move a thread scheduled under the B<SCHED_FIFO> policy "
+"in the wait list of runnable threads with equal static priority."
+msgstr ""
+"その他のイベントによって B<SCHED_FIFO> ポリシーでスケジューリングされるスレッ"
+"ドが同じ優先度の実行可能なスレッドの待ちリストの中を移動することはない。"
 
 #. type: Plain text
 #: build/C/man7/sched.7:177
-msgid "A B<SCHED_FIFO> thread runs until either it is blocked by an I/O request, it is preempted by a higher priority thread, or it calls B<sched_yield>(2)."
-msgstr "B<SCHED_FIFO> スレッドは I/O 要求によって停止するか、 より高い優先度のスレッドによって置きかえられるか、 B<sched_yield>(2)  を呼び出すまで実行を続ける。"
+msgid ""
+"A B<SCHED_FIFO> thread runs until either it is blocked by an I/O request, it "
+"is preempted by a higher priority thread, or it calls B<sched_yield>(2)."
+msgstr ""
+"B<SCHED_FIFO> スレッドは I/O 要求によって停止するか、 より高い優先度のスレッ"
+"ドによって置きかえられるか、 B<sched_yield>(2)  を呼び出すまで実行を続ける。"
 
 #. type: SS
 #: build/C/man7/sched.7:177
@@ -3576,7 +5338,16 @@ msgstr "SCHED_RR: ラウンドロビン (round-robin) スケジューリング"
 #.  by the process nice value -- MTK
 #. type: Plain text
 #: build/C/man7/sched.7:196
-msgid "B<SCHED_RR> is a simple enhancement of B<SCHED_FIFO>.  Everything described above for B<SCHED_FIFO> also applies to B<SCHED_RR>, except that each thread is allowed to run only for a maximum time quantum.  If a B<SCHED_RR> thread has been running for a time period equal to or longer than the time quantum, it will be put at the end of the list for its priority.  A B<SCHED_RR> thread that has been preempted by a higher priority thread and subsequently resumes execution as a running thread will complete the unexpired portion of its round-robin time quantum.  The length of the time quantum can be retrieved using B<sched_rr_get_interval>(2)."
+msgid ""
+"B<SCHED_RR> is a simple enhancement of B<SCHED_FIFO>.  Everything described "
+"above for B<SCHED_FIFO> also applies to B<SCHED_RR>, except that each thread "
+"is allowed to run only for a maximum time quantum.  If a B<SCHED_RR> thread "
+"has been running for a time period equal to or longer than the time quantum, "
+"it will be put at the end of the list for its priority.  A B<SCHED_RR> "
+"thread that has been preempted by a higher priority thread and subsequently "
+"resumes execution as a running thread will complete the unexpired portion of "
+"its round-robin time quantum.  The length of the time quantum can be "
+"retrieved using B<sched_rr_get_interval>(2)."
 msgstr ""
 "B<SCHED_RR> は B<SCHED_FIFO> の単純な拡張である。 上述された\n"
 "B<SCHED_FIFO> に関する記述は全て B<SCHED_RR> に 適用できる。異なるのは\n"
@@ -3595,13 +5366,44 @@ msgstr "SCHED_DEADLINE: 散発タスクモデルのデッドラインスケジ
 
 #. type: Plain text
 #: build/C/man7/sched.7:208
-msgid "Since version 3.14, Linux provides a deadline scheduling policy (B<SCHED_DEADLINE>).  This policy is currently implemented using GEDF (Global Earliest Deadline First)  in conjunction with CBS (Constant Bandwidth Server).  To set and fetch this policy and associated attributes, one must use the Linux-specific B<sched_setattr>(2)  and B<sched_getattr>(2)  system calls."
-msgstr "バージョン 3.14 以降では、 Linux はデッドラインスケジューリングポリシー (B<SCHED_DEADLINE>) が提供される。 現在のところ、 このポリシーは GEDF (Global Earliest Deadline First) を使って CBS (Constant Bandwidth Server) との組み合わせで実装されている。 このポリシーと関連する属性の設定、取得を行うには、 Linux 固有のシステムコール B<sched_setattr>(2) と B<sched_getattr>(2) を使用する必要がある。"
+msgid ""
+"Since version 3.14, Linux provides a deadline scheduling policy "
+"(B<SCHED_DEADLINE>).  This policy is currently implemented using GEDF "
+"(Global Earliest Deadline First)  in conjunction with CBS (Constant "
+"Bandwidth Server).  To set and fetch this policy and associated attributes, "
+"one must use the Linux-specific B<sched_setattr>(2)  and "
+"B<sched_getattr>(2)  system calls."
+msgstr ""
+"バージョン 3.14 以降では、 Linux はデッドラインスケジューリングポリシー "
+"(B<SCHED_DEADLINE>) が提供される。 現在のところ、 このポリシーは GEDF "
+"(Global Earliest Deadline First) を使って CBS (Constant Bandwidth Server) と"
+"の組み合わせで実装されている。 このポリシーと関連する属性の設定、取得を行うに"
+"は、 Linux 固有のシステムコール B<sched_setattr>(2) と B<sched_getattr>(2) を"
+"使用する必要がある。"
 
 #. type: Plain text
 #: build/C/man7/sched.7:226
-msgid "A sporadic task is one that has a sequence of jobs, where each job is activated at most once per period.  Each job also has a I<relative deadline>, before which it should finish execution, and a I<computation time>, which is the CPU time necessary for executing the job.  The moment when a task wakes up because a new job has to be executed is called the I<arrival time> (also referred to as the request time or release time).  The I<start time> is the time at which a task starts its execution.  The I<absolute deadline> is thus obtained by adding the relative deadline to the arrival time."
-msgstr "散発タスク (sporadic task) はジョブ列を持つタスクで、 各ジョブは期間 (period) あたり多くとも 1 回だけ有効化される。 各ジョブには I<relative deadline> (相対デッドライン) と I<computation time> (計算時間) がある。 相対デッドラインは、そのジョブがそのデッドラインより前に実行が終了すべきであることを示す。 計算時間は、このジョブを実行するのに必要な CPU 時間である。 新しいジョブを実行する必要が出てタスクが起こされる時点は I<arrival time> (到着時刻) と呼ばれる (要求時刻 (request time) や解放時刻 (release time) と呼ばれることもある)。 I<start time> はタスクが実行を開始する時刻である。 したがって、 I<absolute deadline> (絶対デッドライン) は到着時刻に相対デッドラインを加算することで求められる。"
+msgid ""
+"A sporadic task is one that has a sequence of jobs, where each job is "
+"activated at most once per period.  Each job also has a I<relative "
+"deadline>, before which it should finish execution, and a I<computation "
+"time>, which is the CPU time necessary for executing the job.  The moment "
+"when a task wakes up because a new job has to be executed is called the "
+"I<arrival time> (also referred to as the request time or release time).  The "
+"I<start time> is the time at which a task starts its execution.  The "
+"I<absolute deadline> is thus obtained by adding the relative deadline to the "
+"arrival time."
+msgstr ""
+"散発タスク (sporadic task) はジョブ列を持つタスクで、 各ジョブは期間 "
+"(period) あたり多くとも 1 回だけ有効化される。 各ジョブには I<relative "
+"deadline> (相対デッドライン) と I<computation time> (計算時間) がある。 相対"
+"デッドラインは、そのジョブがそのデッドラインより前に実行が終了すべきであるこ"
+"とを示す。 計算時間は、このジョブを実行するのに必要な CPU 時間である。 新しい"
+"ジョブを実行する必要が出てタスクが起こされる時点は I<arrival time> (到着時"
+"刻) と呼ばれる (要求時刻 (request time) や解放時刻 (release time) と呼ばれる"
+"こともある)。 I<start time> はタスクが実行を開始する時刻である。 したがっ"
+"て、 I<absolute deadline> (絶対デッドライン) は到着時刻に相対デッドラインを加"
+"算することで求められる。"
 
 #. type: Plain text
 #: build/C/man7/sched.7:228
@@ -3632,8 +5434,22 @@ msgstr ""
 
 #. type: Plain text
 #: build/C/man7/sched.7:258
-msgid "When setting a B<SCHED_DEADLINE> policy for a thread using B<sched_setattr>(2), one can specify three parameters: I<Runtime>, I<Deadline>, and I<Period>.  These parameters do not necessarily correspond to the aforementioned terms: usual practice is to set Runtime to something bigger than the average computation time (or worst-case execution time for hard real-time tasks), Deadline to the relative deadline, and Period to the period of the task.  Thus, for B<SCHED_DEADLINE> scheduling, we have:"
-msgstr "B<sched_setattr>(2) を使ってスレッドに B<SCHED_DEADLINE> ポリシーを設定する際、 I<Runtime>, I<Deadline>, I<Period> の 3 つのパラメーターを指定することができる。 これらのパラメーターは必ずしも上で述べた用語に対応しているわけではない。 よくある方法としては、 Runtime に平均計算時間 (もしくはハードリアルタイムタスクの場合は最悪ケースの実行時間) よりも大きな値を、 Deadline に相対デッドラインを、 Period にタスクの期間 (period) を設定する。 したがって、 B<SCHED_DEADLINE> スケジューリングでは、 以下のようになる。"
+msgid ""
+"When setting a B<SCHED_DEADLINE> policy for a thread using "
+"B<sched_setattr>(2), one can specify three parameters: I<Runtime>, "
+"I<Deadline>, and I<Period>.  These parameters do not necessarily correspond "
+"to the aforementioned terms: usual practice is to set Runtime to something "
+"bigger than the average computation time (or worst-case execution time for "
+"hard real-time tasks), Deadline to the relative deadline, and Period to the "
+"period of the task.  Thus, for B<SCHED_DEADLINE> scheduling, we have:"
+msgstr ""
+"B<sched_setattr>(2) を使ってスレッドに B<SCHED_DEADLINE> ポリシーを設定する"
+"際、 I<Runtime>, I<Deadline>, I<Period> の 3 つのパラメーターを指定することが"
+"できる。 これらのパラメーターは必ずしも上で述べた用語に対応しているわけではな"
+"い。 よくある方法としては、 Runtime に平均計算時間 (もしくはハードリアルタイ"
+"ムタスクの場合は最悪ケースの実行時間) よりも大きな値を、 Deadline に相対デッ"
+"ドラインを、 Period にタスクの期間 (period) を設定する。 したがって、 "
+"B<SCHED_DEADLINE> スケジューリングでは、 以下のようになる。"
 
 #. type: Plain text
 #: build/C/man7/sched.7:269
@@ -3662,8 +5478,17 @@ msgstr ""
 #.        This needs to be documented.
 #. type: Plain text
 #: build/C/man7/sched.7:289
-msgid "The three deadline-scheduling parameters correspond to the I<sched_runtime>, I<sched_deadline>, and I<sched_period> fields of the I<sched_attr> structure; see B<sched_setattr>(2).  These fields express value in nanoseconds.  If I<sched_period> is specified as 0, then it is made the same as I<sched_deadline>."
-msgstr "3 つのデッドラインスケジューリングパラメーターは I<sched_attr> 構造体の I<sched_runtime>, I<sched_deadline>, I<sched_period> フィールドに対応する。 これらのフィールドはナノ秒単位の値である。 I<sched_period> に 0 が指定された場合 I<sched_deadline> と同じ値になる。"
+msgid ""
+"The three deadline-scheduling parameters correspond to the I<sched_runtime>, "
+"I<sched_deadline>, and I<sched_period> fields of the I<sched_attr> "
+"structure; see B<sched_setattr>(2).  These fields express value in "
+"nanoseconds.  If I<sched_period> is specified as 0, then it is made the same "
+"as I<sched_deadline>."
+msgstr ""
+"3 つのデッドラインスケジューリングパラメーターは I<sched_attr> 構造体の "
+"I<sched_runtime>, I<sched_deadline>, I<sched_period> フィールドに対応する。 "
+"これらのフィールドはナノ秒単位の値である。 I<sched_period> に 0 が指定された"
+"場合 I<sched_deadline> と同じ値になる。"
 
 #. type: Plain text
 #: build/C/man7/sched.7:291
@@ -3679,33 +5504,81 @@ msgstr "    sched_runtime E<lt>= sched_deadline E<lt>= sched_period\n"
 #.  See __checkparam_dl in kernel/sched/core.c
 #. type: Plain text
 #: build/C/man7/sched.7:303
-msgid "In addition, under the current implementation, all of the parameter values must be at least 1024 (i.e., just over one microsecond, which is the resolution of the implementation), and less than 2^63.  If any of these checks fails, B<sched_setattr>(2)  fails with the error B<EINVAL>."
-msgstr "これに加えて、 現在の実装では、 すべてのパラメーター値は少なくとも 1024 (実装の粒度である 1 マイクロ秒よりも少しだけ大きな値) で 2^63 よりも小さくなければならない。 これらのチェックのいずれかが失敗すると、 B<sched_setattr>(2) はエラー B<EINVAL> で失敗する。"
+msgid ""
+"In addition, under the current implementation, all of the parameter values "
+"must be at least 1024 (i.e., just over one microsecond, which is the "
+"resolution of the implementation), and less than 2^63.  If any of these "
+"checks fails, B<sched_setattr>(2)  fails with the error B<EINVAL>."
+msgstr ""
+"これに加えて、 現在の実装では、 すべてのパラメーター値は少なくとも 1024 (実装"
+"の粒度である 1 マイクロ秒よりも少しだけ大きな値) で 2^63 よりも小さくなければ"
+"ならない。 これらのチェックのいずれかが失敗すると、 B<sched_setattr>(2) はエ"
+"ラー B<EINVAL> で失敗する。"
 
 #. type: Plain text
 #: build/C/man7/sched.7:306
-msgid "The CBS guarantees non-interference between tasks, by throttling threads that attempt to over-run their specified Runtime."
-msgstr "CBS によりタスク間の干渉がないことが保証される。 指定された Runtime を超えて実行しようとしたスレッドは絞り込まれることになる。"
+msgid ""
+"The CBS guarantees non-interference between tasks, by throttling threads "
+"that attempt to over-run their specified Runtime."
+msgstr ""
+"CBS によりタスク間の干渉がないことが保証される。 指定された Runtime を超えて"
+"実行しようとしたスレッドは絞り込まれることになる。"
 
 #. type: Plain text
 #: build/C/man7/sched.7:319
-msgid "To ensure deadline scheduling guarantees, the kernel must prevent situations where the set of B<SCHED_DEADLINE> threads is not feasible (schedulable) within the given constraints.  The kernel thus performs an admittance test when setting or changing B<SCHED_DEADLINE> policy and attributes.  This admission test calculates whether the change is feasible; if it is not B<sched_setattr>(2)  fails with the error B<EBUSY>."
-msgstr "デッドラインスケジューリングの保証がきちんと機能するためには、 カーネルは B<SCHEDULING> スレッドの集合が指定された制約条件におさまらない (スケジューリングできない) 状況を防止しなければならない。 そのため、カーネルは B<SCHED_DEADLINE> ポリシーと属性を設定、変更する際に、受け入れチェック (admittance test) を実行する。 この受け入れチェックは、変更が実行可能かを計算し、もし実行できないようであれば B<sched_setattr>(2) はエラー B<EBUSY> で失敗する。"
+msgid ""
+"To ensure deadline scheduling guarantees, the kernel must prevent situations "
+"where the set of B<SCHED_DEADLINE> threads is not feasible (schedulable) "
+"within the given constraints.  The kernel thus performs an admittance test "
+"when setting or changing B<SCHED_DEADLINE> policy and attributes.  This "
+"admission test calculates whether the change is feasible; if it is not "
+"B<sched_setattr>(2)  fails with the error B<EBUSY>."
+msgstr ""
+"デッドラインスケジューリングの保証がきちんと機能するためには、 カーネルは "
+"B<SCHEDULING> スレッドの集合が指定された制約条件におさまらない (スケジューリ"
+"ングできない) 状況を防止しなければならない。 そのため、カーネルは "
+"B<SCHED_DEADLINE> ポリシーと属性を設定、変更する際に、受け入れチェック "
+"(admittance test) を実行する。 この受け入れチェックは、変更が実行可能かを計算"
+"し、もし実行できないようであれば B<sched_setattr>(2) はエラー B<EBUSY> で失敗"
+"する。"
 
 #. type: Plain text
 #: build/C/man7/sched.7:325
-msgid "For example, it is required (but not necessarily sufficient) for the total utilization to be less than or equal to the total number of CPUs available, where, since each thread can maximally run for Runtime per Period, that thread's utilization is its Runtime divided by its Period."
-msgstr "例えば、 使用率の合計が利用可能な合計 CPU 数以下である必要がある (ただし、必ずしも十分というわけではない)。 なお、 各スレッドは最大で Period あたり Runtime だけ実行されることがあるので、 そのスレッドの使用率は Runtime を Period で割ったものとなる。"
+msgid ""
+"For example, it is required (but not necessarily sufficient) for the total "
+"utilization to be less than or equal to the total number of CPUs available, "
+"where, since each thread can maximally run for Runtime per Period, that "
+"thread's utilization is its Runtime divided by its Period."
+msgstr ""
+"例えば、 使用率の合計が利用可能な合計 CPU 数以下である必要がある (ただし、必"
+"ずしも十分というわけではない)。 なお、 各スレッドは最大で Period あたり "
+"Runtime だけ実行されることがあるので、 そのスレッドの使用率は Runtime を "
+"Period で割ったものとなる。"
 
 #. type: Plain text
 #: build/C/man7/sched.7:336
-msgid "In order to fulfil the guarantees that are made when a thread is admitted to the B<SCHED_DEADLINE> policy, B<SCHED_DEADLINE> threads are the highest priority (user controllable) threads in the system; if any B<SCHED_DEADLINE> thread is runnable, it will preempt any thread scheduled under one of the other policies."
-msgstr "スレッドが B<SCHED_DEADLINE> ポリシーに受け入れられた場合に保証を実現するため、 B<SCHED_DEADLINE> スレッドはシステムで (ユーザーが制御可能な) 最高優先度のスレッドとなる。 いずれかの B<SCHED_DEADLINE> スレッドが実行可能であれば、 他のポリシーでスケジューリングされているスレッドはすべて横取りされる。"
+msgid ""
+"In order to fulfil the guarantees that are made when a thread is admitted to "
+"the B<SCHED_DEADLINE> policy, B<SCHED_DEADLINE> threads are the highest "
+"priority (user controllable) threads in the system; if any B<SCHED_DEADLINE> "
+"thread is runnable, it will preempt any thread scheduled under one of the "
+"other policies."
+msgstr ""
+"スレッドが B<SCHED_DEADLINE> ポリシーに受け入れられた場合に保証を実現するた"
+"め、 B<SCHED_DEADLINE> スレッドはシステムで (ユーザーが制御可能な) 最高優先度"
+"のスレッドとなる。 いずれかの B<SCHED_DEADLINE> スレッドが実行可能であれば、 "
+"他のポリシーでスケジューリングされているスレッドはすべて横取りされる。"
 
 #. type: Plain text
 #: build/C/man7/sched.7:344
-msgid "A call to B<fork>(2)  by a thread scheduled under the B<SCHED_DEADLINE> policy will fail with the error B<EAGAIN>, unless the thread has its reset-on-fork flag set (see below)."
-msgstr "B<SCHED_DEADLINE> ポリシーでスケジューリングされているスレッドが B<fork>(2) を呼び出すと、 そのスレッドで reset-on-fork フラグがセットされている場合 (下記参照) を除き、 エラー B<EAGAIN> で失敗する。"
+msgid ""
+"A call to B<fork>(2)  by a thread scheduled under the B<SCHED_DEADLINE> "
+"policy will fail with the error B<EAGAIN>, unless the thread has its reset-"
+"on-fork flag set (see below)."
+msgstr ""
+"B<SCHED_DEADLINE> ポリシーでスケジューリングされているスレッドが B<fork>(2) "
+"を呼び出すと、 そのスレッドで reset-on-fork フラグがセットされている場合 (下"
+"記参照) を除き、 エラー B<EAGAIN> で失敗する。"
 
 #
 #.  FIXME Calling sched_getparam() on a SCHED_DEADLINE thread
@@ -3713,8 +5586,12 @@ msgstr "B<SCHED_DEADLINE> ポリシーでスケジューリングされている
 #.        Is that intended? (Why?)
 #. type: Plain text
 #: build/C/man7/sched.7:355
-msgid "A B<SCHED_DEADLINE> thread that calls B<sched_yield>(2)  will yield the current job and wait for a new period to begin."
-msgstr "B<SCHED_DEADLINE> スレッドが B<sched_yield>(2) を呼び出すと、 現在のジョブが CPU を明け渡し、新しい期間が開始するのを待つ。"
+msgid ""
+"A B<SCHED_DEADLINE> thread that calls B<sched_yield>(2)  will yield the "
+"current job and wait for a new period to begin."
+msgstr ""
+"B<SCHED_DEADLINE> スレッドが B<sched_yield>(2) を呼び出すと、 現在のジョブが "
+"CPU を明け渡し、新しい期間が開始するのを待つ。"
 
 #. type: SS
 #: build/C/man7/sched.7:355
@@ -3724,8 +5601,25 @@ msgstr "SCHED_OTHER: Linux のデフォルトの時分割スケジューリン
 
 #. type: Plain text
 #: build/C/man7/sched.7:372
-msgid "B<SCHED_OTHER> can be used at only static priority 0.  B<SCHED_OTHER> is the standard Linux time-sharing scheduler that is intended for all threads that do not require the special real-time mechanisms.  The thread to run is chosen from the static priority 0 list based on a I<dynamic> priority that is determined only inside this list.  The dynamic priority is based on the nice value (set by B<nice>(2), B<setpriority>(2), or B<sched_setattr>(2))  and increased for each time quantum the thread is ready to run, but denied to run by the scheduler.  This ensures fair progress among all B<SCHED_OTHER> threads."
-msgstr "B<SCHED_OTHER> は静的優先度 0 でのみ使用できる。 B<SCHED_OTHER> は Linux 標準の時分割スケジューラで、 特別なリアルタイム機構を必要としていない全てのスレッドで使用される。 実行するスレッドは、静的優先度 0 のリストから、このリストの中だけで 決定される「動的な」優先度 (dynamic priority) に基いて決定される。 動的な優先度は (B<nice>(2), B<setpriority>(2), B<sched_setattr>(2) により設定される) nice 値に基づいて決定されるもので、 単位時間毎に、スレッドが実行可能だが、スケジューラにより実行が拒否された 場合にインクリメントされる。 これにより、全ての B<SCHED_OTHER> スレッドでの公平性が保証される。"
+msgid ""
+"B<SCHED_OTHER> can be used at only static priority 0.  B<SCHED_OTHER> is the "
+"standard Linux time-sharing scheduler that is intended for all threads that "
+"do not require the special real-time mechanisms.  The thread to run is "
+"chosen from the static priority 0 list based on a I<dynamic> priority that "
+"is determined only inside this list.  The dynamic priority is based on the "
+"nice value (set by B<nice>(2), B<setpriority>(2), or B<sched_setattr>(2))  "
+"and increased for each time quantum the thread is ready to run, but denied "
+"to run by the scheduler.  This ensures fair progress among all "
+"B<SCHED_OTHER> threads."
+msgstr ""
+"B<SCHED_OTHER> は静的優先度 0 でのみ使用できる。 B<SCHED_OTHER> は Linux 標準"
+"の時分割スケジューラで、 特別なリアルタイム機構を必要としていない全てのスレッ"
+"ドで使用される。 実行するスレッドは、静的優先度 0 のリストから、このリストの"
+"中だけで 決定される「動的な」優先度 (dynamic priority) に基いて決定される。 "
+"動的な優先度は (B<nice>(2), B<setpriority>(2), B<sched_setattr>(2) により設定"
+"される) nice 値に基づいて決定されるもので、 単位時間毎に、スレッドが実行可能"
+"だが、スケジューラにより実行が拒否された 場合にインクリメントされる。 これに"
+"より、全ての B<SCHED_OTHER> スレッドでの公平性が保証される。"
 
 #. type: SS
 #: build/C/man7/sched.7:372
@@ -3735,8 +5629,22 @@ msgstr "SCHED_BATCH: バッチプロセスのスケジューリング"
 
 #. type: Plain text
 #: build/C/man7/sched.7:384
-msgid "(Since Linux 2.6.16.)  B<SCHED_BATCH> can be used only at static priority 0.  This policy is similar to B<SCHED_OTHER> in that it schedules the thread according to its dynamic priority (based on the nice value).  The difference is that this policy will cause the scheduler to always assume that the thread is CPU-intensive.  Consequently, the scheduler will apply a small scheduling penalty with respect to wakeup behavior, so that this thread is mildly disfavored in scheduling decisions."
-msgstr "(Linux 2.6.16 以降)  B<SCHED_BATCH> は静的優先度 0 でのみ使用できる。 このポリシーは (nice 値に基づく) 動的な優先度にしたがってスレッドの スケジューリングが行われるという点で、B<SCHED_OTHER> に似ている。 異なるのは、このポリシーでは、スレッドが常に CPU に負荷のかかる (CPU-intensive)  処理を行うと、スケジューラが仮定する点である。 スケジューラはスレッドを呼び起こす毎にそのスレッドにスケジューリング上の ペナルティを少し課し、その結果、このスレッドはスケジューリングの決定で 若干冷遇されるようになる。"
+msgid ""
+"(Since Linux 2.6.16.)  B<SCHED_BATCH> can be used only at static priority "
+"0.  This policy is similar to B<SCHED_OTHER> in that it schedules the thread "
+"according to its dynamic priority (based on the nice value).  The difference "
+"is that this policy will cause the scheduler to always assume that the "
+"thread is CPU-intensive.  Consequently, the scheduler will apply a small "
+"scheduling penalty with respect to wakeup behavior, so that this thread is "
+"mildly disfavored in scheduling decisions."
+msgstr ""
+"(Linux 2.6.16 以降)  B<SCHED_BATCH> は静的優先度 0 でのみ使用できる。 このポ"
+"リシーは (nice 値に基づく) 動的な優先度にしたがってスレッドの スケジューリン"
+"グが行われるという点で、B<SCHED_OTHER> に似ている。 異なるのは、このポリシー"
+"では、スレッドが常に CPU に負荷のかかる (CPU-intensive)  処理を行うと、スケ"
+"ジューラが仮定する点である。 スケジューラはスレッドを呼び起こす毎にそのスレッ"
+"ドにスケジューリング上の ペナルティを少し課し、その結果、このスレッドはスケ"
+"ジューリングの決定で 若干冷遇されるようになる。"
 
 #.  The following paragraph is drawn largely from the text that
 #.  accompanied Ingo Molnar's patch for the implementation of
@@ -3744,8 +5652,15 @@ msgstr "(Linux 2.6.16 以降)  B<SCHED_BATCH> は静的優先度 0 でのみ使
 #.  commit b0a9499c3dd50d333e2aedb7e894873c58da3785
 #. type: Plain text
 #: build/C/man7/sched.7:394
-msgid "This policy is useful for workloads that are noninteractive, but do not want to lower their nice value, and for workloads that want a deterministic scheduling policy without interactivity causing extra preemptions (between the workload's tasks)."
-msgstr "このポリシーは、非対話的な処理だがその nice 値を下げたくない処理や、 (処理のタスク間で) 余計なタスクの置き換えの原因とある対話的な処理なしで 確定的な (deterministic) スケジューリングポリシーを適用したい処理に 対して有効である。"
+msgid ""
+"This policy is useful for workloads that are noninteractive, but do not want "
+"to lower their nice value, and for workloads that want a deterministic "
+"scheduling policy without interactivity causing extra preemptions (between "
+"the workload's tasks)."
+msgstr ""
+"このポリシーは、非対話的な処理だがその nice 値を下げたくない処理や、 (処理の"
+"タスク間で) 余計なタスクの置き換えの原因とある対話的な処理なしで 確定的な "
+"(deterministic) スケジューリングポリシーを適用したい処理に 対して有効である。"
 
 #. type: SS
 #: build/C/man7/sched.7:394
@@ -3755,13 +5670,23 @@ msgstr "SCHED_IDLE: 非常に優先度の低いジョブのスケジューリン
 
 #. type: Plain text
 #: build/C/man7/sched.7:398
-msgid "(Since Linux 2.6.23.)  B<SCHED_IDLE> can be used only at static priority 0; the process nice value has no influence for this policy."
-msgstr "(Linux 2.6.23 以降)  B<SCHED_IDLE> は静的優先度 0 でのみ使用できる。 このポリシーではプロセスの nice 値はスケジューリングに影響を与えない。"
+msgid ""
+"(Since Linux 2.6.23.)  B<SCHED_IDLE> can be used only at static priority 0; "
+"the process nice value has no influence for this policy."
+msgstr ""
+"(Linux 2.6.23 以降)  B<SCHED_IDLE> は静的優先度 0 でのみ使用できる。 このポリ"
+"シーではプロセスの nice 値はスケジューリングに影響を与えない。"
 
 #. type: Plain text
 #: build/C/man7/sched.7:406
-msgid "This policy is intended for running jobs at extremely low priority (lower even than a +19 nice value with the B<SCHED_OTHER> or B<SCHED_BATCH> policies)."
-msgstr "非常に低い優先度でのジョブの実行を目的としたものである (非常に低い優先度とは、ポリシー B<SCHED_OTHER> か B<SCHED_BATCH> での nice 値 +19 よりさらに低い優先度である)。"
+msgid ""
+"This policy is intended for running jobs at extremely low priority (lower "
+"even than a +19 nice value with the B<SCHED_OTHER> or B<SCHED_BATCH> "
+"policies)."
+msgstr ""
+"非常に低い優先度でのジョブの実行を目的としたものである (非常に低い優先度と"
+"は、ポリシー B<SCHED_OTHER> か B<SCHED_BATCH> での nice 値 +19 よりさらに低い"
+"優先度である)。"
 
 #. type: SS
 #: build/C/man7/sched.7:406
@@ -3771,48 +5696,92 @@ msgstr "子プロセスでのスケジューリングポリシーのリセット
 
 #. type: Plain text
 #: build/C/man7/sched.7:412
-msgid "Each thread has a reset-on-fork scheduling flag.  When this flag is set, children created by B<fork>(2)  do not inherit privileged scheduling policies.  The reset-on-fork flag can be set by either:"
-msgstr "各スレッドには reset-on-fork スケジューリングフラグがある。 このフラグがセットされると、 B<fork>(2) で作成される子プロセスは特権スケジューリングポリシーを継承しない。 reset-on-fork フラグは以下のいずれかの方法でセットできる。"
+msgid ""
+"Each thread has a reset-on-fork scheduling flag.  When this flag is set, "
+"children created by B<fork>(2)  do not inherit privileged scheduling "
+"policies.  The reset-on-fork flag can be set by either:"
+msgstr ""
+"各スレッドには reset-on-fork スケジューリングフラグがある。 このフラグがセッ"
+"トされると、 B<fork>(2) で作成される子プロセスは特権スケジューリングポリシー"
+"を継承しない。 reset-on-fork フラグは以下のいずれかの方法でセットできる。"
 
 #. type: Plain text
 #: build/C/man7/sched.7:421
-msgid "ORing the B<SCHED_RESET_ON_FORK> flag into the I<policy> argument when calling B<sched_setscheduler>(2)  (since Linux 2.6.32); or"
-msgstr "B<sched_setscheduler>(2) を呼び出す際に B<SCHED_RESET_ON_FORK> フラグを I<policy> 引き数に論理和で指定する (Linux 2.6.32 以降)。"
+msgid ""
+"ORing the B<SCHED_RESET_ON_FORK> flag into the I<policy> argument when "
+"calling B<sched_setscheduler>(2)  (since Linux 2.6.32); or"
+msgstr ""
+"B<sched_setscheduler>(2) を呼び出す際に B<SCHED_RESET_ON_FORK> フラグを "
+"I<policy> 引き数に論理和で指定する (Linux 2.6.32 以降)。"
 
 #. type: Plain text
 #: build/C/man7/sched.7:428
-msgid "specifying the B<SCHED_FLAG_RESET_ON_FORK> flag in I<attr.sched_flags> when calling B<sched_setattr>(2)."
-msgstr "B<sched_setattr>(2) を呼び出し際に I<attr.sched_flags> に B<SCHED_FLAG_RESET_ON_FORK> フラグを指定する。"
+msgid ""
+"specifying the B<SCHED_FLAG_RESET_ON_FORK> flag in I<attr.sched_flags> when "
+"calling B<sched_setattr>(2)."
+msgstr ""
+"B<sched_setattr>(2) を呼び出し際に I<attr.sched_flags> に "
+"B<SCHED_FLAG_RESET_ON_FORK> フラグを指定する。"
 
 #. type: Plain text
 #: build/C/man7/sched.7:434
-msgid "Note that the constants used with these two APIs have different names.  The state of the reset-on-fork flag can analogously be retrieved using B<sched_getscheduler>(2)  and B<sched_getattr>(2)."
-msgstr "これらの 2 つの API で使用される定数は名前が違っている点に注意すること。 同様に reset-on-fork フラグの状態は B<sched_getscheduler>(2) と B<sched_getattr>(2) を使って取得できる。"
+msgid ""
+"Note that the constants used with these two APIs have different names.  The "
+"state of the reset-on-fork flag can analogously be retrieved using "
+"B<sched_getscheduler>(2)  and B<sched_getattr>(2)."
+msgstr ""
+"これらの 2 つの API で使用される定数は名前が違っている点に注意すること。 同様"
+"に reset-on-fork フラグの状態は B<sched_getscheduler>(2) と "
+"B<sched_getattr>(2) を使って取得できる。"
 
 #. type: Plain text
 #: build/C/man7/sched.7:441
-msgid "The reset-on-fork feature is intended for media-playback applications, and can be used to prevent applications evading the B<RLIMIT_RTTIME> resource limit (see B<getrlimit>(2))  by creating multiple child processes."
-msgstr "reset-on-fork 機能はメディア再生アプリケーションでの利用を意図したものである。 複数の子プロセスを作成することで、 アプリケーションは B<RLIMIT_RTTIME> リソース上限 (B<getrlimit>(2) を参照) を避けることができる。"
+msgid ""
+"The reset-on-fork feature is intended for media-playback applications, and "
+"can be used to prevent applications evading the B<RLIMIT_RTTIME> resource "
+"limit (see B<getrlimit>(2))  by creating multiple child processes."
+msgstr ""
+"reset-on-fork 機能はメディア再生アプリケーションでの利用を意図したものであ"
+"る。 複数の子プロセスを作成することで、 アプリケーションは B<RLIMIT_RTTIME> "
+"リソース上限 (B<getrlimit>(2) を参照) を避けることができる。"
 
 #. type: Plain text
 #: build/C/man7/sched.7:444
-msgid "More precisely, if the reset-on-fork flag is set, the following rules apply for subsequently created children:"
-msgstr "より正確には、 reset-on-fork フラグがセットされた場合、それ以降に作成される子プロセスに以下のルールが適用される。"
+msgid ""
+"More precisely, if the reset-on-fork flag is set, the following rules apply "
+"for subsequently created children:"
+msgstr ""
+"より正確には、 reset-on-fork フラグがセットされた場合、それ以降に作成される子"
+"プロセスに以下のルールが適用される。"
 
 #. type: Plain text
 #: build/C/man7/sched.7:452
-msgid "If the calling thread has a scheduling policy of B<SCHED_FIFO> or B<SCHED_RR>, the policy is reset to B<SCHED_OTHER> in child processes."
-msgstr "呼び出したスレッドのスケジューリングポリシーが B<SCHED_FIFO> か B<SCHED_RR> の場合、子プロセスのポリシーは B<SCHED_OTHER> にリセットされる。"
+msgid ""
+"If the calling thread has a scheduling policy of B<SCHED_FIFO> or "
+"B<SCHED_RR>, the policy is reset to B<SCHED_OTHER> in child processes."
+msgstr ""
+"呼び出したスレッドのスケジューリングポリシーが B<SCHED_FIFO> か B<SCHED_RR> "
+"の場合、子プロセスのポリシーは B<SCHED_OTHER> にリセットされる。"
 
 #. type: Plain text
 #: build/C/man7/sched.7:455
-msgid "If the calling process has a negative nice value, the nice value is reset to zero in child processes."
-msgstr "子プロセスが負の nice 値を持っている場合、子プロセスの nice 値は 0 にリセットされる。"
+msgid ""
+"If the calling process has a negative nice value, the nice value is reset to "
+"zero in child processes."
+msgstr ""
+"子プロセスが負の nice 値を持っている場合、子プロセスの nice 値は 0 にリセット"
+"される。"
 
 #. type: Plain text
 #: build/C/man7/sched.7:463
-msgid "After the reset-on-fork flag has been enabled, it can be reset only if the thread has the B<CAP_SYS_NICE> capability.  This flag is disabled in child processes created by B<fork>(2)."
-msgstr "一度 reset-on-fork フラグが有効にされた後は、このフラグをリセットできるのは、スレッドが B<CAP_SYS_NICE> ケーパビリティを持つ場合だけである。このフラグは B<fork>(2) で作成された子プロセスでは無効になる。"
+msgid ""
+"After the reset-on-fork flag has been enabled, it can be reset only if the "
+"thread has the B<CAP_SYS_NICE> capability.  This flag is disabled in child "
+"processes created by B<fork>(2)."
+msgstr ""
+"一度 reset-on-fork フラグが有効にされた後は、このフラグをリセットできるのは、"
+"スレッドが B<CAP_SYS_NICE> ケーパビリティを持つ場合だけである。このフラグは "
+"B<fork>(2) で作成された子プロセスでは無効になる。"
 
 #. type: SS
 #: build/C/man7/sched.7:463
@@ -3822,44 +5791,109 @@ msgstr "特権とリソース制限"
 
 #. type: Plain text
 #: build/C/man7/sched.7:475
-msgid "In Linux kernels before 2.6.12, only privileged (B<CAP_SYS_NICE>)  threads can set a nonzero static priority (i.e., set a real-time scheduling policy).  The only change that an unprivileged thread can make is to set the B<SCHED_OTHER> policy, and this can be done only if the effective user ID of the caller matches the real or effective user ID of the target thread (i.e., the thread specified by I<pid>)  whose policy is being changed."
-msgstr "2.6.12 より前のバージョンの Linux カーネルでは、 特権スレッド (B<CAP_SYS_NICE> ケーパビリティを持つスレッド) だけが 0 以外の静的優先度を設定する (すなわち、リアルタイムスケジューリングポリシーを設定する) ことができる。 非特権スレッドができる変更は B<SCHED_OTHER> ポリシーを設定することだけであり、さらに、 この変更を行えるのは、 呼び出し元の実効ユーザー ID がポリシーの変更対象スレッド (I<pid> で指定されたスレッド) の実ユーザー ID か実効ユーザー ID と 一致する場合だけである。"
+msgid ""
+"In Linux kernels before 2.6.12, only privileged (B<CAP_SYS_NICE>)  threads "
+"can set a nonzero static priority (i.e., set a real-time scheduling "
+"policy).  The only change that an unprivileged thread can make is to set the "
+"B<SCHED_OTHER> policy, and this can be done only if the effective user ID of "
+"the caller matches the real or effective user ID of the target thread (i.e., "
+"the thread specified by I<pid>)  whose policy is being changed."
+msgstr ""
+"2.6.12 より前のバージョンの Linux カーネルでは、 特権スレッド "
+"(B<CAP_SYS_NICE> ケーパビリティを持つスレッド) だけが 0 以外の静的優先度を設"
+"定する (すなわち、リアルタイムスケジューリングポリシーを設定する) ことができ"
+"る。 非特権スレッドができる変更は B<SCHED_OTHER> ポリシーを設定することだけで"
+"あり、さらに、 この変更を行えるのは、 呼び出し元の実効ユーザー ID がポリシー"
+"の変更対象スレッド (I<pid> で指定されたスレッド) の実ユーザー ID か実効ユー"
+"ザー ID と 一致する場合だけである。"
 
 #. type: Plain text
 #: build/C/man7/sched.7:481
-msgid "A thread must be privileged (B<CAP_SYS_NICE>)  in order to set or modify a B<SCHED_DEADLINE> policy."
-msgstr "B<SCHED_DEADLINE> ポリシーを設定、変更するには、スレッドが特権 (B<CAP_SYS_NICE>) を持っていなければならない。"
+msgid ""
+"A thread must be privileged (B<CAP_SYS_NICE>)  in order to set or modify a "
+"B<SCHED_DEADLINE> policy."
+msgstr ""
+"B<SCHED_DEADLINE> ポリシーを設定、変更するには、スレッドが特権 "
+"(B<CAP_SYS_NICE>) を持っていなければならない。"
 
 #. type: Plain text
 #: build/C/man7/sched.7:491
-msgid "Since Linux 2.6.12, the B<RLIMIT_RTPRIO> resource limit defines a ceiling on an unprivileged thread's static priority for the B<SCHED_RR> and B<SCHED_FIFO> policies.  The rules for changing scheduling policy and priority are as follows:"
-msgstr "Linux 2.6.12 以降では、リソース制限 B<RLIMIT_RTPRIO> が定義されており、 スケジューリングポリシーが B<SCHED_RR> と B<SCHED_FIFO> の場合の、非特権スレッドの静的優先度の上限を定めている。 スケジューリングポリシーと優先度を変更する際のルールは以下の通りである。"
+msgid ""
+"Since Linux 2.6.12, the B<RLIMIT_RTPRIO> resource limit defines a ceiling on "
+"an unprivileged thread's static priority for the B<SCHED_RR> and "
+"B<SCHED_FIFO> policies.  The rules for changing scheduling policy and "
+"priority are as follows:"
+msgstr ""
+"Linux 2.6.12 以降では、リソース制限 B<RLIMIT_RTPRIO> が定義されており、 スケ"
+"ジューリングポリシーが B<SCHED_RR> と B<SCHED_FIFO> の場合の、非特権スレッド"
+"の静的優先度の上限を定めている。 スケジューリングポリシーと優先度を変更する際"
+"のルールは以下の通りである。"
 
 #. type: Plain text
 #: build/C/man7/sched.7:499
-msgid "If an unprivileged thread has a nonzero B<RLIMIT_RTPRIO> soft limit, then it can change its scheduling policy and priority, subject to the restriction that the priority cannot be set to a value higher than the maximum of its current priority and its B<RLIMIT_RTPRIO> soft limit."
-msgstr "非特権スレッドに 0 以外の B<RLIMIT_RTPRIO> ソフトリミットが設定されている場合、 非特権スレッドはそのスレッドのスケジューリングポリシーと優先度を 変更できるが、優先度を現在の自身の優先度と B<RLIMIT_RTPRIO> ソフトリミットの大きい方よりも高い値に設定できないという制限が課される。"
+msgid ""
+"If an unprivileged thread has a nonzero B<RLIMIT_RTPRIO> soft limit, then it "
+"can change its scheduling policy and priority, subject to the restriction "
+"that the priority cannot be set to a value higher than the maximum of its "
+"current priority and its B<RLIMIT_RTPRIO> soft limit."
+msgstr ""
+"非特権スレッドに 0 以外の B<RLIMIT_RTPRIO> ソフトリミットが設定されている場"
+"合、 非特権スレッドはそのスレッドのスケジューリングポリシーと優先度を 変更で"
+"きるが、優先度を現在の自身の優先度と B<RLIMIT_RTPRIO> ソフトリミットの大きい"
+"方よりも高い値に設定できないという制限が課される。"
 
 #. type: Plain text
 #: build/C/man7/sched.7:504
-msgid "If the B<RLIMIT_RTPRIO> soft limit is 0, then the only permitted changes are to lower the priority, or to switch to a non-real-time policy."
-msgstr "B<RLIMIT_RTPRIO> ソフトリミットが 0 の場合、優先度を下げるか、 リアルタイムでないポリシーへ切り替えるかの変更だけが許可される。"
+msgid ""
+"If the B<RLIMIT_RTPRIO> soft limit is 0, then the only permitted changes are "
+"to lower the priority, or to switch to a non-real-time policy."
+msgstr ""
+"B<RLIMIT_RTPRIO> ソフトリミットが 0 の場合、優先度を下げるか、 リアルタイムで"
+"ないポリシーへ切り替えるかの変更だけが許可される。"
 
 #. type: Plain text
 #: build/C/man7/sched.7:509
-msgid "Subject to the same rules, another unprivileged thread can also make these changes, as long as the effective user ID of the thread making the change matches the real or effective user ID of the target thread."
-msgstr "ある非特権スレッドが別のスレッドに対してこれらの変更を行う際にも、 同じルールが適用される。変更を行えるのは、変更を行おうとするスレッド の実効ユーザー ID が変更対象のスレッドの実ユーザー ID か実効ユーザー ID と 一致している場合に限られる。"
+msgid ""
+"Subject to the same rules, another unprivileged thread can also make these "
+"changes, as long as the effective user ID of the thread making the change "
+"matches the real or effective user ID of the target thread."
+msgstr ""
+"ある非特権スレッドが別のスレッドに対してこれらの変更を行う際にも、 同じルール"
+"が適用される。変更を行えるのは、変更を行おうとするスレッド の実効ユーザー ID "
+"が変更対象のスレッドの実ユーザー ID か実効ユーザー ID と 一致している場合に限"
+"られる。"
 
 #.  commit c02aa73b1d18e43cfd79c2f193b225e84ca497c8
 #. type: Plain text
 #: build/C/man7/sched.7:528
-msgid "Special rules apply for the B<SCHED_IDLE> policy.  In Linux kernels before 2.6.39, an unprivileged thread operating under this policy cannot change its policy, regardless of the value of its B<RLIMIT_RTPRIO> resource limit.  In Linux kernels since 2.6.39, an unprivileged thread can switch to either the B<SCHED_BATCH> or the B<SCHED_NORMAL> policy so long as its nice value falls within the range permitted by its B<RLIMIT_NICE> resource limit (see B<getrlimit>(2))."
-msgstr "B<SCHED_IDLE> ポリシーの場合には特別なルールが適用される。 2.6.39 より前の Linux カーネルでは、このポリシーで動作する非特権スレッドは、 B<RLIMIT_RTPRIO> リソース上限の値に関わらず、自分のポリシーを変更することができない。 2.6.39 以降の Linux カーネルでは、非特権スレッドは、自分の nice 値が B<RLIMIT_NICE> リソース上限 (B<getrlimit>(2) 参照) で許可された範囲である限りは、自分のスケジューリングポリシーを B<SCHED_BATCH> か B<SCHED_NORMAL> ポリシーに切り替えることができる。"
+msgid ""
+"Special rules apply for the B<SCHED_IDLE> policy.  In Linux kernels before "
+"2.6.39, an unprivileged thread operating under this policy cannot change its "
+"policy, regardless of the value of its B<RLIMIT_RTPRIO> resource limit.  In "
+"Linux kernels since 2.6.39, an unprivileged thread can switch to either the "
+"B<SCHED_BATCH> or the B<SCHED_NORMAL> policy so long as its nice value falls "
+"within the range permitted by its B<RLIMIT_NICE> resource limit (see "
+"B<getrlimit>(2))."
+msgstr ""
+"B<SCHED_IDLE> ポリシーの場合には特別なルールが適用される。 2.6.39 より前の "
+"Linux カーネルでは、このポリシーで動作する非特権スレッドは、 "
+"B<RLIMIT_RTPRIO> リソース上限の値に関わらず、自分のポリシーを変更することがで"
+"きない。 2.6.39 以降の Linux カーネルでは、非特権スレッドは、自分の nice 値"
+"が B<RLIMIT_NICE> リソース上限 (B<getrlimit>(2) 参照) で許可された範囲である"
+"限りは、自分のスケジューリングポリシーを B<SCHED_BATCH> か B<SCHED_NORMAL> ポ"
+"リシーに切り替えることができる。"
 
 #. type: Plain text
 #: build/C/man7/sched.7:539
-msgid "Privileged (B<CAP_SYS_NICE>)  threads ignore the B<RLIMIT_RTPRIO> limit; as with older kernels, they can make arbitrary changes to scheduling policy and priority.  See B<getrlimit>(2)  for further information on B<RLIMIT_RTPRIO>."
-msgstr "特権スレッド (B<CAP_SYS_NICE> ケーパビリティを持つスレッド) の場合、 B<RLIMIT_RTPRIO> の制限は無視される; 古いカーネルと同じように、スケジューリングポリシーと優先度に対し 任意の変更を行うことができる。 B<RLIMIT_RTPRIO> に関するもっと詳しい情報は B<getrlimit>(2)  を参照のこと。"
+msgid ""
+"Privileged (B<CAP_SYS_NICE>)  threads ignore the B<RLIMIT_RTPRIO> limit; as "
+"with older kernels, they can make arbitrary changes to scheduling policy and "
+"priority.  See B<getrlimit>(2)  for further information on B<RLIMIT_RTPRIO>."
+msgstr ""
+"特権スレッド (B<CAP_SYS_NICE> ケーパビリティを持つスレッド) の場合、 "
+"B<RLIMIT_RTPRIO> の制限は無視される; 古いカーネルと同じように、スケジューリン"
+"グポリシーと優先度に対し 任意の変更を行うことができる。 B<RLIMIT_RTPRIO> に関"
+"するもっと詳しい情報は B<getrlimit>(2)  を参照のこと。"
 
 #. type: SS
 #: build/C/man7/sched.7:539
@@ -3869,18 +5903,50 @@ msgstr "リアルタイムプロセスとデッドラインプロセスの CPU 
 
 #. type: Plain text
 #: build/C/man7/sched.7:552
-msgid "A nonblocking infinite loop in a thread scheduled under the B<SCHED_FIFO>, B<SCHED_RR>, or B<SCHED_DEADLINE> policy will block all threads with lower priority forever.  Prior to Linux 2.6.25, the only way of preventing a runaway real-time process from freezing the system was to run (at the console)  a shell scheduled under a higher static priority than the tested application.  This allows an emergency kill of tested real-time applications that do not block or terminate as expected."
-msgstr "B<SCHED_FIFO>, B<SCHED_RR>, B<SCHED_DEADLINE> でスケジューリングされる スレッドが停止せずに無限ループに陥ると、 他の全てのより低い優先度のスレッドを永久に停止 (block) させてしまう。 Linux 2.6.25 より前では、 リアルタイムプロセスが暴走してしまい、システムが止まってしまうのを防止する唯一の方法は、 (コンソールで) シェルをテスト対象のアプリケーションよりも高い静的優先度で実行することだけであった。 これによって期待通りに停止したり終了したりしないリアルタイム アプリケーションを緊急終了させることが可能になる。"
+msgid ""
+"A nonblocking infinite loop in a thread scheduled under the B<SCHED_FIFO>, "
+"B<SCHED_RR>, or B<SCHED_DEADLINE> policy will block all threads with lower "
+"priority forever.  Prior to Linux 2.6.25, the only way of preventing a "
+"runaway real-time process from freezing the system was to run (at the "
+"console)  a shell scheduled under a higher static priority than the tested "
+"application.  This allows an emergency kill of tested real-time applications "
+"that do not block or terminate as expected."
+msgstr ""
+"B<SCHED_FIFO>, B<SCHED_RR>, B<SCHED_DEADLINE> でスケジューリングされる スレッ"
+"ドが停止せずに無限ループに陥ると、 他の全てのより低い優先度のスレッドを永久に"
+"停止 (block) させてしまう。 Linux 2.6.25 より前では、 リアルタイムプロセスが"
+"暴走してしまい、システムが止まってしまうのを防止する唯一の方法は、 (コンソー"
+"ルで) シェルをテスト対象のアプリケーションよりも高い静的優先度で実行すること"
+"だけであった。 これによって期待通りに停止したり終了したりしないリアルタイム "
+"アプリケーションを緊急終了させることが可能になる。"
 
 #. type: Plain text
 #: build/C/man7/sched.7:562
-msgid "Since Linux 2.6.25, there are other techniques for dealing with runaway real-time and deadline processes.  One of these is to use the B<RLIMIT_RTTIME> resource limit to set a ceiling on the CPU time that a real-time process may consume.  See B<getrlimit>(2)  for details."
-msgstr "Linux 2.6.25 以降では、 暴走したリアルタイムプロセスやデッドラインプロセスを扱う別の方法が提供されている。 一つは B<RLIMIT_RTTIME> リソース上限を使ってリアルタイムプロセスが消費できる CPU 時間の上限を設定する方法である。 詳細は B<getrlimit>(2) を参照。"
+msgid ""
+"Since Linux 2.6.25, there are other techniques for dealing with runaway real-"
+"time and deadline processes.  One of these is to use the B<RLIMIT_RTTIME> "
+"resource limit to set a ceiling on the CPU time that a real-time process may "
+"consume.  See B<getrlimit>(2)  for details."
+msgstr ""
+"Linux 2.6.25 以降では、 暴走したリアルタイムプロセスやデッドラインプロセスを"
+"扱う別の方法が提供されている。 一つは B<RLIMIT_RTTIME> リソース上限を使ってリ"
+"アルタイムプロセスが消費できる CPU 時間の上限を設定する方法である。 詳細は "
+"B<getrlimit>(2) を参照。"
 
 #. type: Plain text
 #: build/C/man7/sched.7:570
-msgid "Since version 2.6.25, Linux also provides two I</proc> files that can be used to reserve a certain amount of CPU time to be used by non-real-time processes.  Reserving some CPU time in this fashion allows some CPU time to be allocated to (say) a root shell that can be used to kill a runaway process.  Both of these files specify time values in microseconds:"
-msgstr "Linux 2.6.25 以降では、 2 つの I</proc> ファイルを使って、リアルタイムでないプロセスが使用できる CPU 時間を一定量予約することができる。 この方法で CPU 時間をいくらか予約しておくことで、 CPU 時間が (例えば) root シェルに割り当てられ、このシェルから暴走したプロセスを殺すことができる。 これらのファイルでは両方ともマイクロ秒で時間を指定する。"
+msgid ""
+"Since version 2.6.25, Linux also provides two I</proc> files that can be "
+"used to reserve a certain amount of CPU time to be used by non-real-time "
+"processes.  Reserving some CPU time in this fashion allows some CPU time to "
+"be allocated to (say) a root shell that can be used to kill a runaway "
+"process.  Both of these files specify time values in microseconds:"
+msgstr ""
+"Linux 2.6.25 以降では、 2 つの I</proc> ファイルを使って、リアルタイムでない"
+"プロセスが使用できる CPU 時間を一定量予約することができる。 この方法で CPU 時"
+"間をいくらか予約しておくことで、 CPU 時間が (例えば) root シェルに割り当てら"
+"れ、このシェルから暴走したプロセスを殺すことができる。 これらのファイルでは両"
+"方ともマイクロ秒で時間を指定する。"
 
 #. type: TP
 #: build/C/man7/sched.7:570
@@ -3890,8 +5956,16 @@ msgstr "I</proc/sys/kernel/sched_rt_period_us>"
 
 #. type: Plain text
 #: build/C/man7/sched.7:578
-msgid "This file specifies a scheduling period that is equivalent to 100% CPU bandwidth.  The value in this file can range from 1 to B<INT_MAX>, giving an operating range of 1 microsecond to around 35 minutes.  The default value in this file is 1,000,000 (1 second)."
-msgstr "このファイルは、 CPU 時間 100% にあたるスケジューリング間隔を指定する。 このファイルの値として 1 から B<INT_MAX> を指定できる。 この値は実際の時間としては 1 マイクロ秒から約 35 分に相当する。 このファイルのデフォルト値は 1,000,000 (1 秒) である。"
+msgid ""
+"This file specifies a scheduling period that is equivalent to 100% CPU "
+"bandwidth.  The value in this file can range from 1 to B<INT_MAX>, giving an "
+"operating range of 1 microsecond to around 35 minutes.  The default value in "
+"this file is 1,000,000 (1 second)."
+msgstr ""
+"このファイルは、 CPU 時間 100% にあたるスケジューリング間隔を指定する。 この"
+"ファイルの値として 1 から B<INT_MAX> を指定できる。 この値は実際の時間として"
+"は 1 マイクロ秒から約 35 分に相当する。 このファイルのデフォルト値は "
+"1,000,000 (1 秒) である。"
 
 #. type: TP
 #: build/C/man7/sched.7:578
@@ -3901,8 +5975,24 @@ msgstr "I</proc/sys/kernel/sched_rt_runtime_us>"
 
 #. type: Plain text
 #: build/C/man7/sched.7:591
-msgid "The value in this file specifies how much of the \"period\" time can be used by all real-time and deadline scheduled processes on the system.  The value in this file can range from -1 to B<INT_MAX>-1.  Specifying -1 makes the runtime the same as the period; that is, no CPU time is set aside for non-real-time processes (which was the Linux behavior before kernel 2.6.25).  The default value in this file is 950,000 (0.95 seconds), meaning that 5% of the CPU time is reserved for processes that don't run under a real-time or deadline scheduling policy."
-msgstr "このファイルの値は、 システム上のリアルタイムスケジューリングやデッドラインスケジューリングの全プロセスが使用できる「期間」を指定する。 このファイルの値として -1 から B<INT_MAX>-1 を指定できる。 -1 を指定すると、実行時間 (runtime) はスケジューリング間隔 (period) と同じになる。 つまり、 CPU 時間はリアルタイムでないプロセスには確保されない (カーネル 2.6.25 より前の Linux の動作である)。 このファイルのデフォルト値は 950,000 (0.95 秒) である。 これは CPU 時間の 5% がリアルタイムやデッドラインスケジューリングポリシー以外で動作するプロセスに確保されるという意味する。"
+msgid ""
+"The value in this file specifies how much of the \"period\" time can be used "
+"by all real-time and deadline scheduled processes on the system.  The value "
+"in this file can range from -1 to B<INT_MAX>-1.  Specifying -1 makes the "
+"runtime the same as the period; that is, no CPU time is set aside for non-"
+"real-time processes (which was the Linux behavior before kernel 2.6.25).  "
+"The default value in this file is 950,000 (0.95 seconds), meaning that 5% of "
+"the CPU time is reserved for processes that don't run under a real-time or "
+"deadline scheduling policy."
+msgstr ""
+"このファイルの値は、 システム上のリアルタイムスケジューリングやデッドラインス"
+"ケジューリングの全プロセスが使用できる「期間」を指定する。 このファイルの値と"
+"して -1 から B<INT_MAX>-1 を指定できる。 -1 を指定すると、実行時間 (runtime) "
+"はスケジューリング間隔 (period) と同じになる。 つまり、 CPU 時間はリアルタイ"
+"ムでないプロセスには確保されない (カーネル 2.6.25 より前の Linux の動作であ"
+"る)。 このファイルのデフォルト値は 950,000 (0.95 秒) である。 これは CPU 時間"
+"の 5% がリアルタイムやデッドラインスケジューリングポリシー以外で動作するプロ"
+"セスに確保されるという意味する。"
 
 #. type: SS
 #: build/C/man7/sched.7:592
@@ -3914,8 +6004,15 @@ msgstr "応答時間 (response time)"
 #.  .BR request_irq (9).
 #. type: Plain text
 #: build/C/man7/sched.7:600
-msgid "A blocked high priority thread waiting for I/O has a certain response time before it is scheduled again.  The device driver writer can greatly reduce this response time by using a \"slow interrupt\" interrupt handler."
-msgstr "I/O 待ちで停止したより高い優先度のスレッドは再びスケジューリングされる 前にいくらかの応答時間がかかる。デバイスドライバーを書く場合には \"slow interrupt\" 割り込みハンドラーを使用することで この応答時間を劇的に減少させることができる。"
+msgid ""
+"A blocked high priority thread waiting for I/O has a certain response time "
+"before it is scheduled again.  The device driver writer can greatly reduce "
+"this response time by using a \"slow interrupt\" interrupt handler."
+msgstr ""
+"I/O 待ちで停止したより高い優先度のスレッドは再びスケジューリングされる 前にい"
+"くらかの応答時間がかかる。デバイスドライバーを書く場合には \"slow interrupt"
+"\" 割り込みハンドラーを使用することで この応答時間を劇的に減少させることがで"
+"きる。"
 
 #. type: SS
 #: build/C/man7/sched.7:600
@@ -3925,18 +6022,45 @@ msgstr "その他"
 
 #. type: Plain text
 #: build/C/man7/sched.7:605
-msgid "Child processes inherit the scheduling policy and parameters across a B<fork>(2).  The scheduling policy and parameters are preserved across B<execve>(2)."
-msgstr "子プロセスは B<fork>(2)  の際に親プロセスのスケジューリングポリシーとパラメーターを継承する。 B<execve>(2)  の前後で、スケジューリングポリシーとパラメーターは保持される。"
+msgid ""
+"Child processes inherit the scheduling policy and parameters across a "
+"B<fork>(2).  The scheduling policy and parameters are preserved across "
+"B<execve>(2)."
+msgstr ""
+"子プロセスは B<fork>(2)  の際に親プロセスのスケジューリングポリシーとパラメー"
+"ターを継承する。 B<execve>(2)  の前後で、スケジューリングポリシーとパラメー"
+"ターは保持される。"
 
 #. type: Plain text
 #: build/C/man7/sched.7:611
-msgid "Memory locking is usually needed for real-time processes to avoid paging delays; this can be done with B<mlock>(2)  or B<mlockall>(2)."
-msgstr "リアルタイムプロセスは大抵、ページングの待ち時間を避けるために B<mlock>(2)  や B<mlockall>(2)  を使ってメモリロックをしなければならない。"
+msgid ""
+"Memory locking is usually needed for real-time processes to avoid paging "
+"delays; this can be done with B<mlock>(2)  or B<mlockall>(2)."
+msgstr ""
+"リアルタイムプロセスは大抵、ページングの待ち時間を避けるために B<mlock>(2)  "
+"や B<mlockall>(2)  を使ってメモリーロックをしなければならない。"
 
 #. type: Plain text
 #: build/C/man7/sched.7:622
-msgid "Originally, Standard Linux was intended as a general-purpose operating system being able to handle background processes, interactive applications, and less demanding real-time applications (applications that need to usually meet timing deadlines).  Although the Linux kernel 2.6 allowed for kernel preemption and the newly introduced O(1) scheduler ensures that the time needed to schedule is fixed and deterministic irrespective of the number of active tasks, true real-time computing was not possible up to kernel version 2.6.17."
-msgstr "もともとは、標準の Linux は一般目的のオペレーティングシステムとして 設計されており、バックグラウンドプロセスや対話的アプリケーション、 リアルタイム性の要求が厳しくないリアルタイムアプリケーション (普通はタイミングの応答期限 (deadline) を満たす必要があるアプリケーション)  を扱うことができた。 Linux カーネル 2.6 では、 カーネルのプリエンプション (タスクの置き換え) が可能であり、 新たに導入された O(1) スケジューラにより、 アクティブなタスクの数に関わらずスケジューリングに必要な時間は 固定で確定的 (deterministic) であることが保証されている。 それにも関わらず、カーネル 2.6.17 までは 真のリアルタイムコンピューティングは実現できなかった。"
+msgid ""
+"Originally, Standard Linux was intended as a general-purpose operating "
+"system being able to handle background processes, interactive applications, "
+"and less demanding real-time applications (applications that need to usually "
+"meet timing deadlines).  Although the Linux kernel 2.6 allowed for kernel "
+"preemption and the newly introduced O(1) scheduler ensures that the time "
+"needed to schedule is fixed and deterministic irrespective of the number of "
+"active tasks, true real-time computing was not possible up to kernel version "
+"2.6.17."
+msgstr ""
+"もともとは、標準の Linux は一般目的のオペレーティングシステムとして 設計され"
+"ており、バックグラウンドプロセスや対話的アプリケーション、 リアルタイム性の要"
+"求が厳しくないリアルタイムアプリケーション (普通はタイミングの応答期限 "
+"(deadline) を満たす必要があるアプリケーション)  を扱うことができた。 Linux "
+"カーネル 2.6 では、 カーネルのプリエンプション (タスクの置き換え) が可能であ"
+"り、 新たに導入された O(1) スケジューラにより、 アクティブなタスクの数に関わ"
+"らずスケジューリングに必要な時間は 固定で確定的 (deterministic) であることが"
+"保証されている。 それにも関わらず、カーネル 2.6.17 までは 真のリアルタイムコ"
+"ンピューティングは実現できなかった。"
 
 #. type: SS
 #: build/C/man7/sched.7:622
@@ -3948,7 +6072,14 @@ msgstr "本流の Linux カーネルでのリアルタイム機能"
 #.  by about the time of 2.6.30; ask Carsten Emde about this then.
 #. type: Plain text
 #: build/C/man7/sched.7:636
-msgid "From kernel version 2.6.18 onward, however, Linux is gradually becoming equipped with real-time capabilities, most of which are derived from the former I<realtime-preempt> patches developed by Ingo Molnar, Thomas Gleixner, Steven Rostedt, and others.  Until the patches have been completely merged into the mainline kernel (this is expected to be around kernel version 2.6.30), they must be installed to achieve the best real-time performance.  These patches are named:"
+msgid ""
+"From kernel version 2.6.18 onward, however, Linux is gradually becoming "
+"equipped with real-time capabilities, most of which are derived from the "
+"former I<realtime-preempt> patches developed by Ingo Molnar, Thomas "
+"Gleixner, Steven Rostedt, and others.  Until the patches have been "
+"completely merged into the mainline kernel (this is expected to be around "
+"kernel version 2.6.30), they must be installed to achieve the best real-time "
+"performance.  These patches are named:"
 msgstr ""
 "カーネル 2.6.18 から現在まで、 Linux は徐々にリアルタイム機能を備えつつ\n"
 "あるが、 これらの機能のほとんどは、 Ingo Molnar, Thomas Gleixner,\n"
@@ -3966,33 +6097,86 @@ msgstr "patch-I<kernelversion>-rtI<patchversion>\n"
 
 #. type: Plain text
 #: build/C/man7/sched.7:646
-msgid "and can be downloaded from E<.UR http://www.kernel.org\\:/pub\\:/linux\\:/kernel\\:/projects\\:/rt/> E<.UE .>"
-msgstr "という名前で、 E<.UR http://www.kernel.org\\:/pub\\:/linux\\:/kernel\\:/projects\\:/rt/> E<.UE> からダウンロードできる。"
+msgid ""
+"and can be downloaded from E<.UR http://www.kernel.org\\:/pub\\:/linux\\:/"
+"kernel\\:/projects\\:/rt/> E<.UE .>"
+msgstr ""
+"という名前で、 E<.UR http://www.kernel.org\\:/pub\\:/linux\\:/kernel\\:/"
+"projects\\:/rt/> E<.UE> からダウンロードできる。"
 
 #. type: Plain text
 #: build/C/man7/sched.7:655
-msgid "Without the patches and prior to their full inclusion into the mainline kernel, the kernel configuration offers only the three preemption classes B<CONFIG_PREEMPT_NONE>, B<CONFIG_PREEMPT_VOLUNTARY>, and B<CONFIG_PREEMPT_DESKTOP> which respectively provide no, some, and considerable reduction of the worst-case scheduling latency."
-msgstr "このパッチが適用されず、かつパッチの内容の本流のカーネルへのマージが 完了するまでは、カーネルの設定では B<CONFIG_PREEMPT_NONE>, B<CONFIG_PREEMPT_VOLUNTARY>, B<CONFIG_PREEMPT_DESKTOP> の 3つのプリエンプションクラス (preemption class) だけが提供される。 これらのクラスでは、最悪の場合のスケジューリング遅延がそれぞれ 全く減らない、いくらか減る、かなり減る。"
+msgid ""
+"Without the patches and prior to their full inclusion into the mainline "
+"kernel, the kernel configuration offers only the three preemption classes "
+"B<CONFIG_PREEMPT_NONE>, B<CONFIG_PREEMPT_VOLUNTARY>, and "
+"B<CONFIG_PREEMPT_DESKTOP> which respectively provide no, some, and "
+"considerable reduction of the worst-case scheduling latency."
+msgstr ""
+"このパッチが適用されず、かつパッチの内容の本流のカーネルへのマージが 完了する"
+"までは、カーネルの設定では B<CONFIG_PREEMPT_NONE>, "
+"B<CONFIG_PREEMPT_VOLUNTARY>, B<CONFIG_PREEMPT_DESKTOP> の 3つのプリエンプショ"
+"ンクラス (preemption class) だけが提供される。 これらのクラスでは、最悪の場合"
+"のスケジューリング遅延がそれぞれ 全く減らない、いくらか減る、かなり減る。"
 
 #. type: Plain text
 #: build/C/man7/sched.7:664
-msgid "With the patches applied or after their full inclusion into the mainline kernel, the additional configuration item B<CONFIG_PREEMPT_RT> becomes available.  If this is selected, Linux is transformed into a regular real-time operating system.  The FIFO and RR scheduling policies are then used to run a thread with true real-time priority and a minimum worst-case scheduling latency."
-msgstr "パッチが適用された場合、またはパッチの内容の本流のカーネルへのマージが 完了した後では、上記に加えて設定項目として B<CONFIG_PREEMPT_RT> が利用可能になる。この項目を選択すると、 Linux は通常のリアルタイムオペレーティングシステムに変身する。 この場合には、 FIFO と RR のスケジューリングポリシーは、 真のリアルタイム優先度を持つスレッドを最悪の場合のスケジューリング遅延が 最小となる環境で動作させるために使われることになる。"
+msgid ""
+"With the patches applied or after their full inclusion into the mainline "
+"kernel, the additional configuration item B<CONFIG_PREEMPT_RT> becomes "
+"available.  If this is selected, Linux is transformed into a regular real-"
+"time operating system.  The FIFO and RR scheduling policies are then used to "
+"run a thread with true real-time priority and a minimum worst-case "
+"scheduling latency."
+msgstr ""
+"パッチが適用された場合、またはパッチの内容の本流のカーネルへのマージが 完了し"
+"た後では、上記に加えて設定項目として B<CONFIG_PREEMPT_RT> が利用可能になる。"
+"この項目を選択すると、 Linux は通常のリアルタイムオペレーティングシステムに変"
+"身する。 この場合には、 FIFO と RR のスケジューリングポリシーは、 真のリアル"
+"タイム優先度を持つスレッドを最悪の場合のスケジューリング遅延が 最小となる環境"
+"で動作させるために使われることになる。"
 
 #. type: Plain text
 #: build/C/man7/sched.7:691
-msgid "B<chrt>(1), B<taskset>(1), B<getpriority>(2), B<mlock>(2), B<mlockall>(2), B<munlock>(2), B<munlockall>(2), B<nice>(2), B<sched_get_priority_max>(2), B<sched_get_priority_min>(2), B<sched_getscheduler>(2), B<sched_getaffinity>(2), B<sched_getparam>(2), B<sched_rr_get_interval>(2), B<sched_setaffinity>(2), B<sched_setscheduler>(2), B<sched_setparam>(2), B<sched_yield>(2), B<setpriority>(2), B<pthread_getaffinity_np>(3), B<pthread_setaffinity_np>(3), B<sched_getcpu>(3), B<capabilities>(7), B<cpuset>(7)"
-msgstr "B<chrt>(1), B<taskset>(1), B<getpriority>(2), B<mlock>(2), B<mlockall>(2), B<munlock>(2), B<munlockall>(2), B<nice>(2), B<sched_get_priority_max>(2), B<sched_get_priority_min>(2), B<sched_getscheduler>(2), B<sched_getaffinity>(2), B<sched_getparam>(2), B<sched_rr_get_interval>(2), B<sched_setaffinity>(2), B<sched_setscheduler>(2), B<sched_setparam>(2), B<sched_yield>(2), B<setpriority>(2), B<pthread_getaffinity_np>(3), B<pthread_setaffinity_np>(3), B<sched_getcpu>(3), B<capabilities>(7), B<cpuset>(7)"
+msgid ""
+"B<chrt>(1), B<taskset>(1), B<getpriority>(2), B<mlock>(2), B<mlockall>(2), "
+"B<munlock>(2), B<munlockall>(2), B<nice>(2), B<sched_get_priority_max>(2), "
+"B<sched_get_priority_min>(2), B<sched_getscheduler>(2), "
+"B<sched_getaffinity>(2), B<sched_getparam>(2), B<sched_rr_get_interval>(2), "
+"B<sched_setaffinity>(2), B<sched_setscheduler>(2), B<sched_setparam>(2), "
+"B<sched_yield>(2), B<setpriority>(2), B<pthread_getaffinity_np>(3), "
+"B<pthread_setaffinity_np>(3), B<sched_getcpu>(3), B<capabilities>(7), "
+"B<cpuset>(7)"
+msgstr ""
+"B<chrt>(1), B<taskset>(1), B<getpriority>(2), B<mlock>(2), B<mlockall>(2), "
+"B<munlock>(2), B<munlockall>(2), B<nice>(2), B<sched_get_priority_max>(2), "
+"B<sched_get_priority_min>(2), B<sched_getscheduler>(2), "
+"B<sched_getaffinity>(2), B<sched_getparam>(2), B<sched_rr_get_interval>(2), "
+"B<sched_setaffinity>(2), B<sched_setscheduler>(2), B<sched_setparam>(2), "
+"B<sched_yield>(2), B<setpriority>(2), B<pthread_getaffinity_np>(3), "
+"B<pthread_setaffinity_np>(3), B<sched_getcpu>(3), B<capabilities>(7), "
+"B<cpuset>(7)"
 
 #. type: Plain text
 #: build/C/man7/sched.7:695
-msgid "I<Programming for the real world - POSIX.4> by Bill O. Gallmeister, O'Reilly & Associates, Inc., ISBN 1-56592-074-0."
-msgstr "I<Programming for the real world - POSIX.4> by Bill O. Gallmeister, O'Reilly & Associates, Inc., ISBN 1-56592-074-0."
+msgid ""
+"I<Programming for the real world - POSIX.4> by Bill O. Gallmeister, O'Reilly "
+"& Associates, Inc., ISBN 1-56592-074-0."
+msgstr ""
+"I<Programming for the real world - POSIX.4> by Bill O. Gallmeister, O'Reilly "
+"& Associates, Inc., ISBN 1-56592-074-0."
 
 #. type: Plain text
 #: build/C/man7/sched.7:702
-msgid "The Linux kernel source files I<Documentation/scheduler/sched-deadline.txt>, I<Documentation/scheduler/sched-rt-group.txt>, I<Documentation/scheduler/sched-design-CFS.txt>, and I<Documentation/scheduler/sched-nice-design.txt>"
-msgstr "Linux カーネルソースのファイル I<Documentation/scheduler/sched-deadline.txt>, I<Documentation/scheduler/sched-rt-group.txt>, I<Documentation/scheduler/sched-design-CFS.txt>, I<Documentation/scheduler/sched-nice-design.txt>"
+msgid ""
+"The Linux kernel source files I<Documentation/scheduler/sched-deadline.txt>, "
+"I<Documentation/scheduler/sched-rt-group.txt>, I<Documentation/scheduler/"
+"sched-design-CFS.txt>, and I<Documentation/scheduler/sched-nice-design.txt>"
+msgstr ""
+"Linux カーネルソースのファイル I<Documentation/scheduler/sched-deadline."
+"txt>, I<Documentation/scheduler/sched-rt-group.txt>, I<Documentation/"
+"scheduler/sched-design-CFS.txt>, I<Documentation/scheduler/sched-nice-design."
+"txt>"
 
 #. type: TH
 #: build/C/man2/setns.2:8
@@ -4019,16 +6203,23 @@ msgstr "B<int setns(int >I<fd>B<, int >I<nstype>B<);>\n"
 
 #. type: Plain text
 #: build/C/man2/setns.2:21
-msgid "Given a file descriptor referring to a namespace, reassociate the calling thread with that namespace."
+msgid ""
+"Given a file descriptor referring to a namespace, reassociate the calling "
+"thread with that namespace."
 msgstr ""
 "名前空間を参照するファイルディスクリプターを指定すると、\n"
 "呼び出したスレッドにその名前空間を関連付けしなおす。"
 
 #. type: Plain text
 #: build/C/man2/setns.2:34
-msgid "The I<fd> argument is a file descriptor referring to one of the namespace entries in a I</proc/[pid]/ns/> directory; see B<namespaces>(7)  for further information on I</proc/[pid]/ns/>.  The calling thread will be reassociated with the corresponding namespace, subject to any constraints imposed by the I<nstype> argument."
+msgid ""
+"The I<fd> argument is a file descriptor referring to one of the namespace "
+"entries in a I</proc/[pid]/ns/> directory; see B<namespaces>(7)  for further "
+"information on I</proc/[pid]/ns/>.  The calling thread will be reassociated "
+"with the corresponding namespace, subject to any constraints imposed by the "
+"I<nstype> argument."
 msgstr ""
-"I<fd> 引き数は、 I</proc/[pid]/ns/> ディレクトリ内の名前空間エントリ\n"
+"I<fd> 引き数は、 I</proc/[pid]/ns/> ディレクトリ内の名前空間エントリ\n"
 "のいずれかを参照するファイルディスクリプターである。\n"
 "I</proc/[pid]/ns/> の詳細は B<namespaces>(7) を参照。\n"
 "I<nstype> 引き数で指定された制限の範囲内で、\n"
@@ -4036,7 +6227,10 @@ msgstr ""
 
 #. type: Plain text
 #: build/C/man2/setns.2:40
-msgid "The I<nstype> argument specifies which type of namespace the calling thread may be reassociated with.  This argument can have one of the following values:"
+msgid ""
+"The I<nstype> argument specifies which type of namespace the calling thread "
+"may be reassociated with.  This argument can have one of the following "
+"values:"
 msgstr ""
 "I<nstype> 引き数は、呼び出したスレッドがどのタイプの名前空間を\n"
 "関連付けしなおすことができるかを指定する。\n"
@@ -4121,7 +6315,14 @@ msgstr "I<fd> は UTS 名前空間を参照していなければならない。"
 
 #. type: Plain text
 #: build/C/man2/setns.2:82
-msgid "Specifying I<nstype> as 0 suffices if the caller knows (or does not care)  what type of namespace is referred to by I<fd>.  Specifying a nonzero value for I<nstype> is useful if the caller does not know what type of namespace is referred to by I<fd> and wants to ensure that the namespace is of a particular type.  (The caller might not know the type of the namespace referred to by I<fd> if the file descriptor was opened by another process and, for example, passed to the caller via a UNIX domain socket.)"
+msgid ""
+"Specifying I<nstype> as 0 suffices if the caller knows (or does not care)  "
+"what type of namespace is referred to by I<fd>.  Specifying a nonzero value "
+"for I<nstype> is useful if the caller does not know what type of namespace "
+"is referred to by I<fd> and wants to ensure that the namespace is of a "
+"particular type.  (The caller might not know the type of the namespace "
+"referred to by I<fd> if the file descriptor was opened by another process "
+"and, for example, passed to the caller via a UNIX domain socket.)"
 msgstr ""
 "呼び出し側が I<fd> がどのタイプの名前空間を参照しているかを知っている\n"
 "(もしくは気にする必要がない) 場合には、 I<nstype> に 0 を指定すれば十分\n"
@@ -4134,27 +6335,90 @@ msgstr ""
 
 #. type: Plain text
 #: build/C/man2/setns.2:97
-msgid "B<CLONE_NEWPID> behaves somewhat differently from the other I<nstype> values: reassociating the calling thread with a PID namespace only changes the PID namespace that child processes of the caller will be created in; it does not change the PID namespace of the caller itself.  Reassociating with a PID namespace is only allowed if the PID namespace specified by I<fd> is a descendant (child, grandchild, etc.)  of the PID namespace of the caller.  For further details on PID namespaces, see B<pid_namespaces>(7)."
-msgstr "B<CLONE_NEWPID> は他の I<nstype> 値の場合と少し違った動作をする。 呼び出し元スレッドを PID 名前空間に関連付けし直すと、 呼び出し元の子プロセスが作成される PID 名前空間が変更されるだけである。 呼び出し元自身の PID 名前空間は変更されない。 PID 名前空間を関連付けし直すことができるのは、 I<fd> で指定された PID 名前空間が呼び出し元の PID 名前空間の子孫 (子プロセス、孫プロセスなど) の場合だけである。 PID 名前空間の詳細は B<pid_namespaces>(7) を参照。"
+#, fuzzy
+#| msgid ""
+#| "B<CLONE_NEWPID> behaves somewhat differently from the other I<nstype> "
+#| "values: reassociating the calling thread with a PID namespace only "
+#| "changes the PID namespace that child processes of the caller will be "
+#| "created in; it does not change the PID namespace of the caller itself.  "
+#| "Reassociating with a PID namespace is only allowed if the PID namespace "
+#| "specified by I<fd> is a descendant (child, grandchild, etc.)  of the PID "
+#| "namespace of the caller.  For further details on PID namespaces, see "
+#| "B<pid_namespaces>(7)."
+msgid ""
+"B<CLONE_NEWPID> behaves somewhat differently from the other I<nstype> "
+"values: reassociating the calling thread with a PID namespace changes only "
+"the PID namespace that child processes of the caller will be created in; it "
+"does not change the PID namespace of the caller itself.  Reassociating with "
+"a PID namespace is allowed only if the PID namespace specified by I<fd> is a "
+"descendant (child, grandchild, etc.)  of the PID namespace of the caller.  "
+"For further details on PID namespaces, see B<pid_namespaces>(7)."
+msgstr ""
+"B<CLONE_NEWPID> は他の I<nstype> 値の場合と少し違った動作をする。 呼び出し元"
+"スレッドを PID 名前空間に関連付けし直すと、 呼び出し元の子プロセスが作成され"
+"る PID 名前空間が変更されるだけである。 呼び出し元自身の PID 名前空間は変更さ"
+"れない。 PID 名前空間を関連付けし直すことができるのは、 I<fd> で指定された "
+"PID 名前空間が呼び出し元の PID 名前空間の子孫 (子プロセス、孫プロセスなど) の"
+"場合だけである。 PID 名前空間の詳細は B<pid_namespaces>(7) を参照。"
 
 #.  See kernel/user_namespace.c:userns_install() [3.8 source]
 #.  commit e66eded8309ebf679d3d3c1f5820d1f2ca332c71
 #.  https://lwn.net/Articles/543273/
 #. type: Plain text
 #: build/C/man2/setns.2:124
-msgid "A process reassociating itself with a user namespace must have the B<CAP_SYS_ADMIN> capability in the target user namespace.  Upon successfully joining a user namespace, a process is granted all capabilities in that namespace, regardless of its user and group IDs.  A multithreaded process may not change user namespace with B<setns>().  It is not permitted to use B<setns>()  to reenter the caller's current user namespace.  This prevents a caller that has dropped capabilities from regaining those capabilities via a call to B<setns>().  For security reasons, a process can't join a new user namespace if it is sharing filesystem-related attributes (the attributes whose sharing is controlled by the B<clone>(2)  B<CLONE_FS> flag) with another process.  For further details on user namespaces, see B<user_namespaces>(7)."
-msgstr "プロセスが自分自身をユーザー名前空間に再関連付けするには、 そのプロセスは変更後のユーザー名前空間において B<CAP_SYS_ADMIN> ケーパビリティを持っていなければならない。 ユーザー名前空間への参加に成功すると、 そのユーザー ID やグループ ID に関わらず、 プロセスにはその名前空間におけるすべてのケーパビリティが認められる。 マルチスレッドのプロセスは B<setns>() でユーザー名前空間を変更できない。 B<setns>() を使って、呼び出し元が現在のユーザー名前空間に再度入ることは認められていない。 これにより、 いくつかのケーパビリティを外した呼び出し元が B<setns>() を呼び出すことでそれらのケーパビリティを再度得ることを防ぐことができる。 セキュリティ上の理由から、 ファイルシステム関連の属性 (共有が B<clone>(2) B<CLONE_FS> フラグで制御される属性) を別のプロセスと共有している場合、 プロセスは新しいユーザー名前空間に参加できない。 ユーザー名前空間の詳細は B<user_namespaces>(7) を参照。"
+msgid ""
+"A process reassociating itself with a user namespace must have the "
+"B<CAP_SYS_ADMIN> capability in the target user namespace.  Upon successfully "
+"joining a user namespace, a process is granted all capabilities in that "
+"namespace, regardless of its user and group IDs.  A multithreaded process "
+"may not change user namespace with B<setns>().  It is not permitted to use "
+"B<setns>()  to reenter the caller's current user namespace.  This prevents a "
+"caller that has dropped capabilities from regaining those capabilities via a "
+"call to B<setns>().  For security reasons, a process can't join a new user "
+"namespace if it is sharing filesystem-related attributes (the attributes "
+"whose sharing is controlled by the B<clone>(2)  B<CLONE_FS> flag) with "
+"another process.  For further details on user namespaces, see "
+"B<user_namespaces>(7)."
+msgstr ""
+"プロセスが自分自身をユーザー名前空間に再関連付けするには、 そのプロセスは変更"
+"後のユーザー名前空間において B<CAP_SYS_ADMIN> ケーパビリティを持っていなけれ"
+"ばならない。 ユーザー名前空間への参加に成功すると、 そのユーザー ID やグルー"
+"プ ID に関わらず、 プロセスにはその名前空間におけるすべてのケーパビリティが認"
+"められる。 マルチスレッドのプロセスは B<setns>() でユーザー名前空間を変更でき"
+"ない。 B<setns>() を使って、呼び出し元が現在のユーザー名前空間に再度入ること"
+"は認められていない。 これにより、 いくつかのケーパビリティを外した呼び出し元"
+"が B<setns>() を呼び出すことでそれらのケーパビリティを再度得ることを防ぐこと"
+"ができる。 セキュリティ上の理由から、 ファイルシステム関連の属性 (共有が "
+"B<clone>(2) B<CLONE_FS> フラグで制御される属性) を別のプロセスと共有している"
+"場合、 プロセスは新しいユーザー名前空間に参加できない。 ユーザー名前空間の詳"
+"細は B<user_namespaces>(7) を参照。"
 
 #.  Above check is in fs/namespace.c:mntns_install() [3.8 source]
 #. type: Plain text
 #: build/C/man2/setns.2:138
-msgid "A process may not be reassociated with a new mount namespace if it is multithreaded.  Changing the mount namespace requires that the caller possess both B<CAP_SYS_CHROOT> and B<CAP_SYS_ADMIN> capabilities in its own user namespace and B<CAP_SYS_ADMIN> in the target mount namespace.  See B<user_namespaces>(7)  for details on the interaction of user namespaces and mount namespaces."
-msgstr "プロセスがマルチスレッドの場合、そのプロセスを新しいマウント名前空間に関連付けし直すことは許可されていない。 マウント名前空間を変更するには、呼び出し元のプロセスが、 自分自身のユーザー名前空間において B<CAP_SYS_CHROOT> と B<CAP_SYS_ADMIN> の両方のケーパビリティを持っており、 変更後のマウント名前空間で B<CAP_SYS_ADMIN> ケーパビリティを持っていなければならない。 ユーザー名前空間とマウント名前空間の関係の詳細は B<user_namespaces>(7) を参照。"
+msgid ""
+"A process may not be reassociated with a new mount namespace if it is "
+"multithreaded.  Changing the mount namespace requires that the caller "
+"possess both B<CAP_SYS_CHROOT> and B<CAP_SYS_ADMIN> capabilities in its own "
+"user namespace and B<CAP_SYS_ADMIN> in the target mount namespace.  See "
+"B<user_namespaces>(7)  for details on the interaction of user namespaces and "
+"mount namespaces."
+msgstr ""
+"プロセスがマルチスレッドの場合、そのプロセスを新しいマウント名前空間に関連付"
+"けし直すことは許可されていない。 マウント名前空間を変更するには、呼び出し元の"
+"プロセスが、 自分自身のユーザー名前空間において B<CAP_SYS_CHROOT> と "
+"B<CAP_SYS_ADMIN> の両方のケーパビリティを持っており、 変更後のマウント名前空"
+"間で B<CAP_SYS_ADMIN> ケーパビリティを持っていなければならない。 ユーザー名前"
+"空間とマウント名前空間の関係の詳細は B<user_namespaces>(7) を参照。"
 
 #. type: Plain text
 #: build/C/man2/setns.2:145
-msgid "On success, B<setns>()  returns 0.  On failure, -1 is returned and I<errno> is set to indicate the error."
-msgstr "成功すると B<setns>() は 0 を返す。 失敗すると、 -1 が返され、 I<errno> にエラーを示す値が設定される。"
+msgid ""
+"On success, B<setns>()  returns 0.  On failure, -1 is returned and I<errno> "
+"is set to indicate the error."
+msgstr ""
+"成功すると B<setns>() は 0 を返す。 失敗すると、 -1 が返され、 I<errno> にエ"
+"ラーを示す値が設定される。"
 
 #. type: Plain text
 #: build/C/man2/setns.2:150
@@ -4163,49 +6427,68 @@ msgstr "I<fd> が有効なファイルディスクリプターではない。"
 
 #. type: Plain text
 #: build/C/man2/setns.2:155
-msgid "I<fd> refers to a namespace whose type does not match that specified in I<nstype>."
-msgstr "I<fd> が I<nstype> で指定されたタイプと一致しない名前空間を参照している。"
+msgid ""
+"I<fd> refers to a namespace whose type does not match that specified in "
+"I<nstype>."
+msgstr ""
+"I<fd> が I<nstype> で指定されたタイプと一致しない名前空間を参照している。"
 
 #. type: Plain text
 #: build/C/man2/setns.2:159
-msgid "There is problem with reassociating the thread with the specified namespace."
+msgid ""
+"There is problem with reassociating the thread with the specified namespace."
 msgstr "スレッドを指定された名前空間に関連付けし直す際に問題が発生した。"
 
 #. type: Plain text
 #: build/C/man2/setns.2:164
-msgid "The caller tried to join an ancestor (parent, grandparent, etc...)  pid namespace."
+msgid ""
+"The caller tried to join an ancestor (parent, grandparent, etc...)  pid "
+"namespace."
 msgstr "呼び出し元が先祖 (親や親の親など) の PID 名前空間に参加しようとした。"
 
 #. type: Plain text
 #: build/C/man2/setns.2:168
-msgid "The caller attempted to join the user namespace in which it is already a member."
+msgid ""
+"The caller attempted to join the user namespace in which it is already a "
+"member."
 msgstr "自分がすでにメンバーとなっているユーザー名前空間に参加しようとした。"
 
 #.  commit e66eded8309ebf679d3d3c1f5820d1f2ca332c71
 #. type: Plain text
 #: build/C/man2/setns.2:175
-msgid "The caller shares filesystem (B<CLONE_FS>)  state (in particular, the root directory)  with other processes and tried to join a new user namespace."
-msgstr "呼び出し元が他のプロセスとファイルシステム状態 (特に root ディレクトリ) を共有していて (B<CLONE_FS>)、 新しいユーザー名前空間に参加しようとした。"
+msgid ""
+"The caller shares filesystem (B<CLONE_FS>)  state (in particular, the root "
+"directory)  with other processes and tried to join a new user namespace."
+msgstr ""
+"呼び出し元が他のプロセスとファイルシステム状態 (特に root ディレクトリ) を共"
+"有していて (B<CLONE_FS>)、 新しいユーザー名前空間に参加しようとした。"
 
 #.  See kernel/user_namespace.c::userns_install() [kernel 3.15 sources]
 #. type: Plain text
 #: build/C/man2/setns.2:179
 msgid "The caller is multithreaded and tried to join a new user namespace."
-msgstr "呼び出し元プロセスがマルチスレッドで、新しいユーザー名前空間に参加しようとした。"
+msgstr ""
+"呼び出し元プロセスがマルチスレッドで、新しいユーザー名前空間に参加しようとし"
+"た。"
 
 #. type: Plain text
 #: build/C/man2/setns.2:182
 msgid "Cannot allocate sufficient memory to change the specified namespace."
-msgstr "指定された名前空間に変更するのに必要なメモリが割り当てられない。"
+msgstr "æ\8c\87å®\9aã\81\95ã\82\8cã\81\9få\90\8då\89\8d空é\96\93ã\81«å¤\89æ\9b´ã\81\99ã\82\8bã\81®ã\81«å¿\85è¦\81ã\81ªã\83¡ã\83¢ã\83ªã\83¼ã\81\8cå\89²ã\82\8aå½\93ã\81¦ã\82\89ã\82\8cã\81ªã\81\84ã\80\82"
 
 #. type: Plain text
 #: build/C/man2/setns.2:186
-msgid "The calling thread did not have the required capability for this operation."
-msgstr "呼び出し元スレッドはこの操作を行うのに必要なケーパビリティを持っていなかった。"
+msgid ""
+"The calling thread did not have the required capability for this operation."
+msgstr ""
+"呼び出し元スレッドはこの操作を行うのに必要なケーパビリティを持っていなかっ"
+"た。"
 
 #. type: Plain text
 #: build/C/man2/setns.2:191
-msgid "The B<setns>()  system call first appeared in Linux in kernel 3.0; library support was added to glibc in version 2.14."
+msgid ""
+"The B<setns>()  system call first appeared in Linux in kernel 3.0; library "
+"support was added to glibc in version 2.14."
 msgstr ""
 "B<setns>() システムコールはカーネル 3.0 で Linux に初めて登場した。\n"
 "ライブラリによるサポートは glibc バージョン 2.14 を追加された。"
@@ -4217,25 +6500,53 @@ msgstr "B<setns>() システムコールは Linux 固有である。"
 
 #. type: Plain text
 #: build/C/man2/setns.2:201
-msgid "Not all of the attributes that can be shared when a new thread is created using B<clone>(2)  can be changed using B<setns>()."
+msgid ""
+"Not all of the attributes that can be shared when a new thread is created "
+"using B<clone>(2)  can be changed using B<setns>()."
 msgstr ""
 "新しいスレッドが B<clone>(2) を使って作成された際に共有できる全ての属性を、\n"
 "B<setns>() を使って変更できるわけではない。"
 
 #. type: Plain text
 #: build/C/man2/setns.2:210
-msgid "The program below takes two or more arguments.  The first argument specifies the pathname of a namespace file in an existing I</proc/[pid]/ns/> directory.  The remaining arguments specify a command and its arguments.  The program opens the namespace file, joins that namespace using B<setns>(), and executes the specified command inside that namespace."
-msgstr "以下のプログラムは 2 つ以上の引き数を取る。 最初の引き数には、 既存の I</proc/[pid]/ns/> ディレクトリの名前空間ファイルのパス名を指定する。 残りの引き数は、コマンドとその引き数を指定する。 このプログラムは名前空間ファイルをオープンし、 B<setns>() を使って名前空間に参加し、 指定されたコマンドをその名前空間内で実行する。"
+msgid ""
+"The program below takes two or more arguments.  The first argument specifies "
+"the pathname of a namespace file in an existing I</proc/[pid]/ns/> "
+"directory.  The remaining arguments specify a command and its arguments.  "
+"The program opens the namespace file, joins that namespace using B<setns>(), "
+"and executes the specified command inside that namespace."
+msgstr ""
+"以下のプログラムは 2 つ以上の引き数を取る。 最初の引き数には、 既存の I</"
+"proc/[pid]/ns/> ディレクトリの名前空間ファイルのパス名を指定する。 残りの引き"
+"数は、コマンドとその引き数を指定する。 このプログラムは名前空間ファイルをオー"
+"プンし、 B<setns>() を使って名前空間に参加し、 指定されたコマンドをその名前空"
+"間内で実行する。"
 
 #. type: Plain text
 #: build/C/man2/setns.2:220
-msgid "The following shell session demonstrates the use of this program (compiled as a binary named I<ns_exec>)  in conjunction with the B<CLONE_NEWUTS> example program in the B<clone>(2)  man page (complied as a binary named I<newuts>)."
-msgstr "以下のシェルセッションでは、 このプログラム (I<ns_exec> という名前のバイナリとしてコンパイルされている)を、 B<clone>(2) のマニュアルページの B<CLONE_NEWUTS> のサンプルプログラムと組み合わせて使っている。"
+msgid ""
+"The following shell session demonstrates the use of this program (compiled "
+"as a binary named I<ns_exec>)  in conjunction with the B<CLONE_NEWUTS> "
+"example program in the B<clone>(2)  man page (complied as a binary named "
+"I<newuts>)."
+msgstr ""
+"以下のシェルセッションでは、 このプログラム (I<ns_exec> という名前のバイナリ"
+"としてコンパイルされている)を、 B<clone>(2) のマニュアルページの "
+"B<CLONE_NEWUTS> のサンプルプログラムと組み合わせて使っている。"
 
 #. type: Plain text
 #: build/C/man2/setns.2:228
-msgid "We begin by executing the example program in B<clone>(2)  in the background.  That program creates a child in a separate UTS namespace.  The child changes the hostname in its namespace, and then both processes display the hostnames in their UTS namespaces, so that we can see that they are different."
-msgstr "まず、 B<clone>(2) のサンプルプログラムをバックグラウンドで実行する。 このプログラムは、 別の UTS 名前空間で子プロセスを作成する。 子プロセスは自分の名前空間内でホスト名を変更する。 それから、 親プロセスと子プロセスの両方でそれぞれの UTS 名前空間のホスト名を表示し、 2 つのホスト名が違うことが確認できる。"
+msgid ""
+"We begin by executing the example program in B<clone>(2)  in the "
+"background.  That program creates a child in a separate UTS namespace.  The "
+"child changes the hostname in its namespace, and then both processes display "
+"the hostnames in their UTS namespaces, so that we can see that they are "
+"different."
+msgstr ""
+"まず、 B<clone>(2) のサンプルプログラムをバックグラウンドで実行する。 このプ"
+"ログラムは、 別の UTS 名前空間で子プロセスを作成する。 子プロセスは自分の名前"
+"空間内でホスト名を変更する。 それから、 親プロセスと子プロセスの両方でそれぞ"
+"れの UTS 名前空間のホスト名を表示し、 2 つのホスト名が違うことが確認できる。"
 
 #. type: Plain text
 #: build/C/man2/setns.2:240
@@ -4263,8 +6574,14 @@ msgstr ""
 
 #. type: Plain text
 #: build/C/man2/setns.2:247
-msgid "We then run the program shown below, using it to execute a shell.  Inside that shell, we verify that the hostname is the one set by the child created by the first program:"
-msgstr "次に、以下のプログラムを使ってシェルを実行する。 このシェルの中では、ホスト名が最初のプログラムで作成された子プロセスが設定したホスト名になっていることを確認できる。"
+msgid ""
+"We then run the program shown below, using it to execute a shell.  Inside "
+"that shell, we verify that the hostname is the one set by the child created "
+"by the first program:"
+msgstr ""
+"次に、以下のプログラムを使ってシェルを実行する。 このシェルの中では、ホスト名"
+"が最初のプログラムで作成された子プロセスが設定したホスト名になっていることを"
+"確認できる。"
 
 #. type: Plain text
 #: build/C/man2/setns.2:253
@@ -4360,8 +6677,12 @@ msgstr ""
 
 #. type: Plain text
 #: build/C/man2/setns.2:295
-msgid "B<clone>(2), B<fork>(2), B<unshare>(2), B<vfork>(2), B<namespaces>(7), B<unix>(7)"
-msgstr "B<clone>(2), B<fork>(2), B<unshare>(2), B<vfork>(2), B<namespaces>(7), B<unix>(7)"
+msgid ""
+"B<clone>(2), B<fork>(2), B<unshare>(2), B<vfork>(2), B<namespaces>(7), "
+"B<unix>(7)"
+msgstr ""
+"B<clone>(2), B<fork>(2), B<unshare>(2), B<vfork>(2), B<namespaces>(7), "
+"B<unix>(7)"
 
 #. type: TH
 #: build/C/man2/unshare.2:20
@@ -4387,18 +6708,39 @@ msgstr "B<unshare>():"
 
 #. type: Plain text
 #: build/C/man2/unshare.2:62
-msgid "B<unshare>()  allows a process to disassociate parts of its execution context that are currently being shared with other processes.  Part of the execution context, such as the mount namespace, is shared implicitly when a new process is created using B<fork>(2)  or B<vfork>(2), while other parts, such as virtual memory, may be shared by explicit request when creating a process using B<clone>(2)."
-msgstr "B<unshare>()  を使うと、プロセスは他のプロセスと現在共有している 実行コンテキストの一部を分離することができる。 実行コンテキストの一部、たとえばマウント名前空間 (mount namespace)  などは、新しいプロセスを B<fork>(2)  または B<vfork>(2)  を使って生成したときに、暗黙のうちに共有される。 一方、仮想メモリなどは、 B<clone>(2)  を使ってプロセスを生成するときに、明示的に共有することを要求できる。"
+msgid ""
+"B<unshare>()  allows a process to disassociate parts of its execution "
+"context that are currently being shared with other processes.  Part of the "
+"execution context, such as the mount namespace, is shared implicitly when a "
+"new process is created using B<fork>(2)  or B<vfork>(2), while other parts, "
+"such as virtual memory, may be shared by explicit request when creating a "
+"process using B<clone>(2)."
+msgstr ""
+"B<unshare>()  を使うと、プロセスは他のプロセスと現在共有している 実行コンテキ"
+"ストの一部を分離することができる。 実行コンテキストの一部、たとえばマウント名"
+"前空間 (mount namespace)  などは、新しいプロセスを B<fork>(2)  または "
+"B<vfork>(2)  を使って生成したときに、暗黙のうちに共有される。 一方、仮想メモ"
+"リーなどは、 B<clone>(2)  を使ってプロセスを生成するときに、明示的に共有する"
+"ことを要求できる。"
 
 #. type: Plain text
 #: build/C/man2/unshare.2:67
-msgid "The main use of B<unshare>()  is to allow a process to control its shared execution context without creating a new process."
-msgstr "B<unshare>()  の主な利用法は、プロセスが新しいプロセスを生成することなく、 共有実行コンテキストを制御することである。"
+msgid ""
+"The main use of B<unshare>()  is to allow a process to control its shared "
+"execution context without creating a new process."
+msgstr ""
+"B<unshare>()  の主な利用法は、プロセスが新しいプロセスを生成することなく、 共"
+"有実行コンテキストを制御することである。"
 
 #. type: Plain text
 #: build/C/man2/unshare.2:74
-msgid "The I<flags> argument is a bit mask that specifies which parts of the execution context should be unshared.  This argument is specified by ORing together zero or more of the following constants:"
-msgstr "I<flags> 引き数はビットマスクであり、 実行コンテキストのどの部分の共有を解除するかを表す。 この引き数は、以下の定数の 0 個以上の OR で指定する:"
+msgid ""
+"The I<flags> argument is a bit mask that specifies which parts of the "
+"execution context should be unshared.  This argument is specified by ORing "
+"together zero or more of the following constants:"
+msgstr ""
+"I<flags> 引き数はビットマスクであり、 実行コンテキストのどの部分の共有を解除"
+"するかを表す。 この引き数は、以下の定数の 0 個以上の OR で指定する:"
 
 #. type: TP
 #: build/C/man2/unshare.2:74
@@ -4408,8 +6750,14 @@ msgstr "B<CLONE_FILES>"
 
 #. type: Plain text
 #: build/C/man2/unshare.2:82
-msgid "Reverse the effect of the B<clone>(2)  B<CLONE_FILES> flag.  Unshare the file descriptor table, so that the calling process no longer shares its file descriptors with any other process."
-msgstr "B<clone>(2)  B<CLONE_FILES> フラグの効果を取り消す。 ファイルディスクリプターテーブルを共有させず、 呼び出し元プロセスは他のプロセスとファイルディスクリプターを共有しなくなる。"
+msgid ""
+"Reverse the effect of the B<clone>(2)  B<CLONE_FILES> flag.  Unshare the "
+"file descriptor table, so that the calling process no longer shares its file "
+"descriptors with any other process."
+msgstr ""
+"B<clone>(2)  B<CLONE_FILES> フラグの効果を取り消す。 ファイルディスクリプター"
+"テーブルを共有させず、 呼び出し元プロセスは他のプロセスとファイルディスクリプ"
+"ターを共有しなくなる。"
 
 #. type: TP
 #: build/C/man2/unshare.2:82
@@ -4419,12 +6767,24 @@ msgstr "B<CLONE_FS>"
 
 #. type: Plain text
 #: build/C/man2/unshare.2:96
-msgid "Reverse the effect of the B<clone>(2)  B<CLONE_FS> flag.  Unshare filesystem attributes, so that the calling process no longer shares its root directory (B<chroot>(2)), current directory (B<chdir>(2)), or umask (B<umask>(2))  attributes with any other process."
-msgstr "B<clone>(2)  B<CLONE_FS> フラグの効果を取り消す。ファイルシステム属性を共有させず、呼び出し元プロセスは、ルートディレクトリ (B<chroot>(2))、カレントディレクトリ (B<chdir>(2))、 umask (B<umask>(2)) を他のプロセスと共有しなくなる。"
+msgid ""
+"Reverse the effect of the B<clone>(2)  B<CLONE_FS> flag.  Unshare filesystem "
+"attributes, so that the calling process no longer shares its root directory "
+"(B<chroot>(2)), current directory (B<chdir>(2)), or umask (B<umask>(2))  "
+"attributes with any other process."
+msgstr ""
+"B<clone>(2)  B<CLONE_FS> フラグの効果を取り消す。ファイルシステム属性を共有さ"
+"せず、呼び出し元プロセスは、ルートディレクトリ (B<chroot>(2))、カレントディレ"
+"クトリ (B<chdir>(2))、 umask (B<umask>(2)) を他のプロセスと共有しなくなる。"
 
 #. type: Plain text
 #: build/C/man2/unshare.2:113
-msgid "This flag has the same effect as the B<clone>(2)  B<CLONE_NEWIPC> flag.  Unshare the System\\ V IPC namespace, so that the calling process has a private copy of the System\\ V IPC namespace which is not shared with any other process.  Specifying this flag automatically implies B<CLONE_SYSVSEM> as well.  Use of B<CLONE_NEWIPC> requires the B<CAP_SYS_ADMIN> capability."
+msgid ""
+"This flag has the same effect as the B<clone>(2)  B<CLONE_NEWIPC> flag.  "
+"Unshare the System\\ V IPC namespace, so that the calling process has a "
+"private copy of the System\\ V IPC namespace which is not shared with any "
+"other process.  Specifying this flag automatically implies B<CLONE_SYSVSEM> "
+"as well.  Use of B<CLONE_NEWIPC> requires the B<CAP_SYS_ADMIN> capability."
 msgstr ""
 "このフラグは B<clone>(2) B<CLONE_NEWIPC> フラグと同じ効果を持つ。\n"
 "System\\ V IPC 名前空間を共有せず、呼び出し元プロセスは 他のプロセスとは\n"
@@ -4434,7 +6794,11 @@ msgstr ""
 
 #. type: Plain text
 #: build/C/man2/unshare.2:128
-msgid "This flag has the same effect as the B<clone>(2)  B<CLONE_NEWNET> flag.  Unshare the network namespace, so that the calling process is moved into a new network namespace which is not shared with any previously existing process.  Use of B<CLONE_NEWNET> requires the B<CAP_SYS_ADMIN> capability."
+msgid ""
+"This flag has the same effect as the B<clone>(2)  B<CLONE_NEWNET> flag.  "
+"Unshare the network namespace, so that the calling process is moved into a "
+"new network namespace which is not shared with any previously existing "
+"process.  Use of B<CLONE_NEWNET> requires the B<CAP_SYS_ADMIN> capability."
 msgstr ""
 "このフラグは B<clone>(2) B<CLONE_NEWNET> フラグと同じ効果を持つ。ネット\n"
 "ワーク名前空間を共有せず、呼び出し元プロセスは他のプロセスとは共有しな\n"
@@ -4453,7 +6817,12 @@ msgstr "B<CLONE_NEWNS>"
 #.  flags of the same name.
 #. type: Plain text
 #: build/C/man2/unshare.2:149
-msgid "This flag has the same effect as the B<clone>(2)  B<CLONE_NEWNS> flag.  Unshare the mount namespace, so that the calling process has a private copy of its namespace which is not shared with any other process.  Specifying this flag automatically implies B<CLONE_FS> as well.  Use of B<CLONE_NEWNS> requires the B<CAP_SYS_ADMIN> capability."
+msgid ""
+"This flag has the same effect as the B<clone>(2)  B<CLONE_NEWNS> flag.  "
+"Unshare the mount namespace, so that the calling process has a private copy "
+"of its namespace which is not shared with any other process.  Specifying "
+"this flag automatically implies B<CLONE_FS> as well.  Use of B<CLONE_NEWNS> "
+"requires the B<CAP_SYS_ADMIN> capability."
 msgstr ""
 "このフラグは B<clone>(2) B<CLONE_NEWNS> フラグと同じ効果を持つ。 マウン\n"
 "ト名前空間を共有せず、呼び出し元プロセスは 他のプロセスとは共有しない固\n"
@@ -4463,24 +6832,68 @@ msgstr ""
 
 #. type: Plain text
 #: build/C/man2/unshare.2:176
-msgid "This flag has the same effect as the B<clone>(2)  B<CLONE_NEWPID> flag.  Unshare the PID namespace, so that the calling process has a new PID namespace for its children which is not shared with any previously existing process.  The calling process is I<not> moved into the new namespace.  The first child created by the calling process will have the process ID 1 and will assume the role of B<init>(1)  in the new namespace.  B<CLONE_NEWPID> automatically implies B<CLONE_THREAD> as well.  Use of B<CLONE_NEWPID> requires the B<CAP_SYS_ADMIN> capability.  For further information, see B<pid_namespaces>(7)."
-msgstr "このフラグは B<clone>(2) B<CLONE_NEWPID> フラグと同じ効果を持つ。 PID 名前空間を共有しない。 呼び出し元プロセスは、 すでに存在するどのプロセスとも共有されない新しい PID 名前空間を、 自身の子プロセス用に持つことになる。 このプロセスにより作成される最初の子プロセスはプロセス ID 1 を持ち、 この新しい名前空間において B<init>(1) の役割を持つとみなされる。 B<CLONE_NEWPID> を指定すると、自動的に B<CLONE_THREAD> も指定されたものとみなされる。 B<CLONE_NEWPID> を使用するには B<CAP_SYS_ADMIN> ケーパビリティが必要である。 詳細な情報は B<pid_namespaces>(7) を参照。"
+msgid ""
+"This flag has the same effect as the B<clone>(2)  B<CLONE_NEWPID> flag.  "
+"Unshare the PID namespace, so that the calling process has a new PID "
+"namespace for its children which is not shared with any previously existing "
+"process.  The calling process is I<not> moved into the new namespace.  The "
+"first child created by the calling process will have the process ID 1 and "
+"will assume the role of B<init>(1)  in the new namespace.  B<CLONE_NEWPID> "
+"automatically implies B<CLONE_THREAD> as well.  Use of B<CLONE_NEWPID> "
+"requires the B<CAP_SYS_ADMIN> capability.  For further information, see "
+"B<pid_namespaces>(7)."
+msgstr ""
+"このフラグは B<clone>(2) B<CLONE_NEWPID> フラグと同じ効果を持つ。 PID 名前空"
+"間を共有しない。 呼び出し元プロセスは、 すでに存在するどのプロセスとも共有さ"
+"れない新しい PID 名前空間を、 自身の子プロセス用に持つことになる。 このプロセ"
+"スにより作成される最初の子プロセスはプロセス ID 1 を持ち、 この新しい名前空間"
+"において B<init>(1) の役割を持つとみなされる。 B<CLONE_NEWPID> を指定すると、"
+"自動的に B<CLONE_THREAD> も指定されたものとみなされる。 B<CLONE_NEWPID> を使"
+"用するには B<CAP_SYS_ADMIN> ケーパビリティが必要である。 詳細な情報は "
+"B<pid_namespaces>(7) を参照。"
 
 #. type: Plain text
 #: build/C/man2/unshare.2:190
-msgid "This flag has the same effect as the B<clone>(2)  B<CLONE_NEWUSER> flag.  Unshare the user namespace, so that the calling process is moved into a new user namespace which is not shared with any previously existing process.  As with the child process created by B<clone>(2)  with the B<CLONE_NEWUSER> flag, the caller obtains a full set of capabilities in the new namespace."
-msgstr "このフラグは B<clone>(2) B<CLONE_NEWUSER> フラグと同じ効果を持つ。 ユーザー名前空間を共有せず、 呼び出し元プロセスはすでに存在するどのプロセスとも共有されない新しいユーザー名前空間に移動される。 B<CLONE_NEWUSER> フラグを指定して B<clone>(2) で作成された子プロセスと同様に、 呼び出し元は新しい名前空間ですべてのケーパビリティを獲得する。"
+msgid ""
+"This flag has the same effect as the B<clone>(2)  B<CLONE_NEWUSER> flag.  "
+"Unshare the user namespace, so that the calling process is moved into a new "
+"user namespace which is not shared with any previously existing process.  As "
+"with the child process created by B<clone>(2)  with the B<CLONE_NEWUSER> "
+"flag, the caller obtains a full set of capabilities in the new namespace."
+msgstr ""
+"このフラグは B<clone>(2) B<CLONE_NEWUSER> フラグと同じ効果を持つ。 ユーザー名"
+"前空間を共有せず、 呼び出し元プロセスはすでに存在するどのプロセスとも共有され"
+"ない新しいユーザー名前空間に移動される。 B<CLONE_NEWUSER> フラグを指定して "
+"B<clone>(2) で作成された子プロセスと同様に、 呼び出し元は新しい名前空間ですべ"
+"てのケーパビリティを獲得する。"
 
 #.  commit e66eded8309ebf679d3d3c1f5820d1f2ca332c71
 #.  https://lwn.net/Articles/543273/
 #. type: Plain text
 #: build/C/man2/unshare.2:206
-msgid "B<CLONE_NEWUSER> requires that the calling process is not threaded; specifying B<CLONE_NEWUSER> automatically implies B<CLONE_THREAD>.  Since Linux 3.9, B<CLONE_NEWUSER> also automatically implies B<CLONE_FS>.  B<CLONE_NEWUSER> requires that the user ID and group ID of the calling process are mapped to user IDs and group IDs in the user namespace of the calling process at the time of the call."
-msgstr "B<CLONE_NEWUSER> を使うには、呼び出し元プロセスがスレッド化されていないことが必要である。 B<CLONE_NEWUSER> を指定すると、自動的に B<CLONE_THREAD> が指定されたものとみなされる。 Linux 3.9 以降では、 B<CLONE_NEWUSER> が指定された場合 B<CLONE_FS> も指定されたとみなされる。 B<CLONE_NEWUSER> を使うには、呼び出し元プロセスのユーザー ID とグループ ID が、 呼び出した時点で、 呼び出し元プロセスのユーザー名前空間のユーザー ID とグループ ID にマッピングされている必要がある。"
+msgid ""
+"B<CLONE_NEWUSER> requires that the calling process is not threaded; "
+"specifying B<CLONE_NEWUSER> automatically implies B<CLONE_THREAD>.  Since "
+"Linux 3.9, B<CLONE_NEWUSER> also automatically implies B<CLONE_FS>.  "
+"B<CLONE_NEWUSER> requires that the user ID and group ID of the calling "
+"process are mapped to user IDs and group IDs in the user namespace of the "
+"calling process at the time of the call."
+msgstr ""
+"B<CLONE_NEWUSER> を使うには、呼び出し元プロセスがスレッド化されていないことが"
+"必要である。 B<CLONE_NEWUSER> を指定すると、自動的に B<CLONE_THREAD> が指定さ"
+"れたものとみなされる。 Linux 3.9 以降では、 B<CLONE_NEWUSER> が指定された場"
+"合 B<CLONE_FS> も指定されたとみなされる。 B<CLONE_NEWUSER> を使うには、呼び出"
+"し元プロセスのユーザー ID とグループ ID が、 呼び出した時点で、 呼び出し元プ"
+"ロセスのユーザー名前空間のユーザー ID とグループ ID にマッピングされている必"
+"要がある。"
 
 #. type: Plain text
 #: build/C/man2/unshare.2:223
-msgid "This flag has the same effect as the B<clone>(2)  B<CLONE_NEWUTS> flag.  Unshare the UTS IPC namespace, so that the calling process has a private copy of the UTS namespace which is not shared with any other process.  Use of B<CLONE_NEWUTS> requires the B<CAP_SYS_ADMIN> capability."
+msgid ""
+"This flag has the same effect as the B<clone>(2)  B<CLONE_NEWUTS> flag.  "
+"Unshare the UTS IPC namespace, so that the calling process has a private "
+"copy of the UTS namespace which is not shared with any other process.  Use "
+"of B<CLONE_NEWUTS> requires the B<CAP_SYS_ADMIN> capability."
 msgstr ""
 "このフラグは B<clone>(2) B<CLONE_NEWUTS> フラグと同じ効果を持つ。 UTS\n"
 "IPC 名前空間を共有せず、呼び出し元プロセスは他のプロセスとは共有しない\n"
@@ -4499,8 +6912,19 @@ msgstr "B<CLONE_SYSVSEM> (Linux 2.6.26 以降)"
 #.  (i.e., current->signal->count > 1), force CLONE_THREAD.
 #. type: Plain text
 #: build/C/man2/unshare.2:243
-msgid "This flag reverses the effect of the B<clone>(2)  B<CLONE_SYSVSEM> flag.  Unshare System\\ V semaphore adjustment (I<semadj>)  values, so that the calling process has a new empty I<semadj> list that is not shared with any other process.  If this is the last process that has a reference to the process's current I<semadj> list, then the adjustments in that list are applied to the corresponding semaphores, as described in B<semop>(2)."
-msgstr "このフラグは B<clone>(2) B<CLONE_SYSVSEM> フラグの効果を逆転させる。 System\\ V セマフォの調整値 (I<semadj>) を共有せず、 呼び出し元プロセスは他のプロセスとは共有されない新しい空の I<semadj> リストを持つ。 そのプロセスが、自分の現在の I<semadj> リストへの参照を持つ最後のプロセスであれば、 このリストの調整値は対応するセマフォに適用される (B<semop>(2) に説明がある通り)。"
+msgid ""
+"This flag reverses the effect of the B<clone>(2)  B<CLONE_SYSVSEM> flag.  "
+"Unshare System\\ V semaphore adjustment (I<semadj>)  values, so that the "
+"calling process has a new empty I<semadj> list that is not shared with any "
+"other process.  If this is the last process that has a reference to the "
+"process's current I<semadj> list, then the adjustments in that list are "
+"applied to the corresponding semaphores, as described in B<semop>(2)."
+msgstr ""
+"このフラグは B<clone>(2) B<CLONE_SYSVSEM> フラグの効果を逆転させる。 System"
+"\\ V セマフォの調整値 (I<semadj>) を共有せず、 呼び出し元プロセスは他のプロセ"
+"スとは共有されない新しい空の I<semadj> リストを持つ。 そのプロセスが、自分の"
+"現在の I<semadj> リストへの参照を持つ最後のプロセスであれば、 このリストの調"
+"整値は対応するセマフォに適用される (B<semop>(2) に説明がある通り)。"
 
 #
 #.  As at 3.9, the following forced implications also apply,
@@ -4510,18 +6934,40 @@ msgstr "このフラグは B<clone>(2) B<CLONE_SYSVSEM> フラグの効果を逆
 #.  See kernel/fork.c::check_unshare_flags()
 #. type: Plain text
 #: build/C/man2/unshare.2:270
-msgid "In addition, B<CLONE_THREAD>, B<CLONE_SIGHAND>, and B<CLONE_VM> can be specified in I<flags> if the caller is single threaded (i.e., it is not sharing its address space with another process or thread).  In this case, these flags have no effect.  (Note also that specifying B<CLONE_THREAD> automatically implies B<CLONE_VM>, and specifying B<CLONE_VM> automatically implies B<CLONE_SIGHAND>.)  If the process is multithreaded, then the use of these flags results in an error."
-msgstr "上記に加えて、 呼び出し元がシングルスレッドの場合 (すなわち別のプロセスやスレッドとアドレス空間を共有していない場合)、 B<CLONE_THREAD>, B<CLONE_SIGHAND>, B<CLONE_VM> を指定することができる。 この場合、 これらのフラグは効果を持たない。 (B<CLONE_THREAD> を指定すると自動的に B<CLONE_VM> が指定されたとみなされ、 B<CLONE_VM> を指定すると自動的に B<CLONE_SIGHAND> が指定されたとみなされる点に注意してほしい。) プロセスがマルチスレッドの場合、 これらのフラグを使用するとエラーとなる。"
+msgid ""
+"In addition, B<CLONE_THREAD>, B<CLONE_SIGHAND>, and B<CLONE_VM> can be "
+"specified in I<flags> if the caller is single threaded (i.e., it is not "
+"sharing its address space with another process or thread).  In this case, "
+"these flags have no effect.  (Note also that specifying B<CLONE_THREAD> "
+"automatically implies B<CLONE_VM>, and specifying B<CLONE_VM> automatically "
+"implies B<CLONE_SIGHAND>.)  If the process is multithreaded, then the use of "
+"these flags results in an error."
+msgstr ""
+"上記に加えて、 呼び出し元がシングルスレッドの場合 (すなわち別のプロセスやス"
+"レッドとアドレス空間を共有していない場合)、 B<CLONE_THREAD>, "
+"B<CLONE_SIGHAND>, B<CLONE_VM> を指定することができる。 この場合、 これらのフ"
+"ラグは効果を持たない。 (B<CLONE_THREAD> を指定すると自動的に B<CLONE_VM> が指"
+"定されたとみなされ、 B<CLONE_VM> を指定すると自動的に B<CLONE_SIGHAND> が指定"
+"されたとみなされる点に注意してほしい。) プロセスがマルチスレッドの場合、 これ"
+"らのフラグを使用するとエラーとなる。"
 
 #. type: Plain text
 #: build/C/man2/unshare.2:277
-msgid "If I<flags> is specified as zero, then B<unshare>()  is a no-op; no changes are made to the calling process's execution context."
-msgstr "I<flags> に 0 が指定された場合、 B<unshare>()  は何も行わないので、 呼び出し元プロセスの実行コンテキストは、何も変更されない。"
+msgid ""
+"If I<flags> is specified as zero, then B<unshare>()  is a no-op; no changes "
+"are made to the calling process's execution context."
+msgstr ""
+"I<flags> に 0 が指定された場合、 B<unshare>()  は何も行わないので、 呼び出し"
+"元プロセスの実行コンテキストは、何も変更されない。"
 
 #. type: Plain text
 #: build/C/man2/unshare.2:282
-msgid "On success, zero returned.  On failure, -1 is returned and I<errno> is set to indicate the error."
-msgstr "成功した場合は 0 が返される。 失敗した場合は -1 が返されて、 I<errno> にはエラーを示す値が設定される。"
+msgid ""
+"On success, zero returned.  On failure, -1 is returned and I<errno> is set "
+"to indicate the error."
+msgstr ""
+"成功した場合は 0 が返される。 失敗した場合は -1 が返されて、 I<errno> にはエ"
+"ラーを示す値が設定される。"
 
 #. type: Plain text
 #: build/C/man2/unshare.2:287
@@ -4530,17 +6976,26 @@ msgstr "I<flags> に不正なビットが指定された。"
 
 #. type: Plain text
 #: build/C/man2/unshare.2:296
-msgid "B<CLONE_THREAD>, B<CLONE_SIGHAND>, or B<CLONE_VM> was specified in I<flags>, and the caller is multithreaded."
-msgstr "B<CLONE_THREAD>, B<CLONE_SIGHAND>, B<CLONE_VM> が I<flags> に指定されたが、 呼び出したプロセスはマルチスレッドである。"
+msgid ""
+"B<CLONE_THREAD>, B<CLONE_SIGHAND>, or B<CLONE_VM> was specified in I<flags>, "
+"and the caller is multithreaded."
+msgstr ""
+"B<CLONE_THREAD>, B<CLONE_SIGHAND>, B<CLONE_VM> が I<flags> に指定されたが、 "
+"呼び出したプロセスはマルチスレッドである。"
 
 #. type: Plain text
 #: build/C/man2/unshare.2:300
-msgid "Cannot allocate sufficient memory to copy parts of caller's context that need to be unshared."
-msgstr "呼び出し元のコンテキストのうち共有を解除する必要がある部分をコピーするために、 十分なメモリが確保できなかった。"
+msgid ""
+"Cannot allocate sufficient memory to copy parts of caller's context that "
+"need to be unshared."
+msgstr ""
+"呼び出し元のコンテキストのうち共有を解除する必要がある部分をコピーするため"
+"に、 十分なメモリーが確保できなかった。"
 
 #. type: Plain text
 #: build/C/man2/unshare.2:303
-msgid "The calling process did not have the required privileges for this operation."
+msgid ""
+"The calling process did not have the required privileges for this operation."
 msgstr "呼び出し元プロセスはこの操作を行うのに必要な特権を持っていなかった。"
 
 #. type: Plain text
@@ -4573,13 +7028,33 @@ msgstr "B<unshare>()  システムコールは Linux 固有である。"
 #. applications using unshare.
 #. type: Plain text
 #: build/C/man2/unshare.2:372
-msgid "Not all of the process attributes that can be shared when a new process is created using B<clone>(2)  can be unshared using B<unshare>().  In particular, as at kernel 3.8, B<unshare>()  does not implement flags that reverse the effects of B<CLONE_SIGHAND>, B<CLONE_THREAD>, or B<CLONE_VM>.  Such functionality may be added in the future, if required."
-msgstr "B<clone>(2)  で新しいプロセスを生成したときに共有される全てのプロセス属性を、 B<unshare>()  によって共有の解除ができるわけではない。 特に、カーネル 3.8 時点では、 B<unshare>()  に B<CLONE_SIGHAND>, B<CLONE_THREAD>, B<CLONE_VM> の効果を取り消すためのフラグが実装されていない。 これらの機能は、必要であれば将来追加されるかもしれない。"
+msgid ""
+"Not all of the process attributes that can be shared when a new process is "
+"created using B<clone>(2)  can be unshared using B<unshare>().  In "
+"particular, as at kernel 3.8, B<unshare>()  does not implement flags that "
+"reverse the effects of B<CLONE_SIGHAND>, B<CLONE_THREAD>, or B<CLONE_VM>.  "
+"Such functionality may be added in the future, if required."
+msgstr ""
+"B<clone>(2)  で新しいプロセスを生成したときに共有される全てのプロセス属性"
+"を、 B<unshare>()  によって共有の解除ができるわけではない。 特に、カーネル "
+"3.8 時点では、 B<unshare>()  に B<CLONE_SIGHAND>, B<CLONE_THREAD>, "
+"B<CLONE_VM> の効果を取り消すためのフラグが実装されていない。 これらの機能は、"
+"必要であれば将来追加されるかもしれない。"
 
 #. type: Plain text
 #: build/C/man2/unshare.2:381
-msgid "The program below provides a simple implementation of the B<unshare>(1)  command, which unshares one or more namespaces and executes the command supplied in its command-line arguments.  Here's an example of the use of this program, running a shell in a new mount namespace, and verifying that the original shell and the new shell are in separate mount namespaces:"
-msgstr "以下のプログラムは B<unshare>(1) コマンドの簡単な実装である。 このコマンドは、1 つ以上の名前空間の unshare を行ってから、 コマンドライン引き数で指定されたコマンドを実行する。 以下はこのプログラムの使用例である。 新しいマウント名前空間でシェルを実行し、 元のシェルと新しいシェルが別のマウント名前空間にいることを確認している。"
+msgid ""
+"The program below provides a simple implementation of the B<unshare>(1)  "
+"command, which unshares one or more namespaces and executes the command "
+"supplied in its command-line arguments.  Here's an example of the use of "
+"this program, running a shell in a new mount namespace, and verifying that "
+"the original shell and the new shell are in separate mount namespaces:"
+msgstr ""
+"以下のプログラムは B<unshare>(1) コマンドの簡単な実装である。 このコマンド"
+"は、1 つ以上の名前空間の unshare を行ってから、 コマンドライン引き数で指定さ"
+"れたコマンドを実行する。 以下はこのプログラムの使用例である。 新しいマウント"
+"名前空間でシェルを実行し、 元のシェルと新しいシェルが別のマウント名前空間にい"
+"ることを確認している。"
 
 #. type: Plain text
 #: build/C/man2/unshare.2:390
@@ -4601,8 +7076,12 @@ msgstr ""
 
 #. type: Plain text
 #: build/C/man2/unshare.2:396
-msgid "The differing output of the two B<readlink>(1)  commands shows that the two shells are in different mount namespaces."
-msgstr "2 つの B<readlink>(1) コマンドの出力が違うことから、 2 つのシェルは異なるマウント名前空間にいることが分かる。"
+msgid ""
+"The differing output of the two B<readlink>(1)  commands shows that the two "
+"shells are in different mount namespaces."
+msgstr ""
+"2 つの B<readlink>(1) コマンドの出力が違うことから、 2 つのシェルは異なるマウ"
+"ント名前空間にいることが分かる。"
 
 #. type: Plain text
 #: build/C/man2/unshare.2:400
@@ -4756,8 +7235,12 @@ msgstr ""
 
 #. type: Plain text
 #: build/C/man2/unshare.2:467
-msgid "B<unshare>(1), B<clone>(2), B<fork>(2), B<kcmp>(2), B<setns>(2), B<vfork>(2), B<namespaces>(7)"
-msgstr "B<unshare>(1), B<clone>(2), B<fork>(2), B<kcmp>(2), B<setns>(2), B<vfork>(2), B<namespaces>(7)"
+msgid ""
+"B<unshare>(1), B<clone>(2), B<fork>(2), B<kcmp>(2), B<setns>(2), "
+"B<vfork>(2), B<namespaces>(7)"
+msgstr ""
+"B<unshare>(1), B<clone>(2), B<fork>(2), B<kcmp>(2), B<setns>(2), "
+"B<vfork>(2), B<namespaces>(7)"
 
 #. type: Plain text
 #: build/C/man2/unshare.2:470