From 2e1046d3a2ffa1d0dc55252e2ade8b4c77a11e02 Mon Sep 17 00:00:00 2001 From: Akihiro MOTOKI Date: Mon, 25 Mar 2013 20:10:55 +0900 Subject: [PATCH] (split) LDP: Update ja.po (semaphore and unistd) --- po4a/semaphore/po/ja.po | 185 ++++++------------------------------------------ po4a/unistd/po/ja.po | 122 ++++++------------------------- 2 files changed, 44 insertions(+), 263 deletions(-) diff --git a/po4a/semaphore/po/ja.po b/po4a/semaphore/po/ja.po index 6c4fe0e4..d2f8ea3d 100644 --- a/po4a/semaphore/po/ja.po +++ b/po4a/semaphore/po/ja.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2013-03-22 01:06+0900\n" -"PO-Revision-Date: 2013-03-24 01:10+0900\n" +"PO-Revision-Date: 2013-03-25 19:43+0900\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" @@ -99,10 +99,8 @@ msgstr "BIB<);>\n" #: build/C/man3/sem_getvalue.3:37 build/C/man3/sem_init.3:37 #: build/C/man3/sem_open.3:41 build/C/man3/sem_post.3:37 #: build/C/man3/sem_unlink.3:37 build/C/man3/sem_wait.3:41 -#, fuzzy -#| msgid "Link with I<-lrt> or I<-pthread>." msgid "Link with I<-pthread>." -msgstr "I<-lrt> または I<-pthread> でリンクする。" +msgstr "I<-pthread> とリンクする。" #. type: SH #: build/C/man3/sem_close.3:37 build/C/man3/sem_destroy.3:37 @@ -744,8 +742,6 @@ msgstr "SEM_OVERVIEW" #. type: Plain text #: build/C/man7/sem_overview.7:29 -#, fuzzy -#| msgid "sem_overview - Overview of POSIX semaphores" msgid "sem_overview - overview of POSIX semaphores" msgstr "sem_overview - POSIX セマフォの概要" @@ -918,16 +914,10 @@ msgstr "リンク" #. type: Plain text #: build/C/man7/sem_overview.7:124 -#, fuzzy -#| msgid "" -#| "Programs using the POSIX semaphores API must be compiled with I " -#| "to link against the real-time library, I." msgid "" "Programs using the POSIX semaphores API must be compiled with I " "to link against the real-time library, I." -msgstr "" -"POSIX セマフォ API を使用したプログラムは I でコンパイルし、リアルタ" -"イムライブラリ I とリンクしなければならない。" +msgstr "POSIX セマフォ API を使用したプログラムは I でコンパイルし、リアルタイムライブラリ I とリンクしなければならない。" #. type: SS #: build/C/man7/sem_overview.7:124 @@ -1595,10 +1585,9 @@ msgstr "SEMCTL" #. type: TH #: build/C/man2/semctl.2:41 build/C/man2/semget.2:36 -#, fuzzy, no-wrap -#| msgid "2012-05-10" +#, no-wrap msgid "2012-05-31" -msgstr "2012-05-10" +msgstr "2012-05-31" #. type: Plain text #: build/C/man2/semctl.2:44 @@ -1694,16 +1683,10 @@ msgstr "" #. type: Plain text #: build/C/man2/semctl.2:101 -#, fuzzy -#| msgid "" -#| "The I structure is defined in Isys/ipc.hE> as follows " -#| "(the highlighted fields are settable using B):" msgid "" "The I structure is defined as follows (the highlighted fields are " "settable using B):" -msgstr "" -"I 構造体は Isys/ipc.hE> で以下のように定義されている (強" -"調されたフィールドは B を使って設定可能である):" +msgstr "I 構造体は以下のように定義されている (強調されたフィールドは B を使って設定可能である):" #. type: Plain text #: build/C/man2/semctl.2:113 @@ -2657,10 +2640,9 @@ msgstr "SEMOP" #. type: TH #: build/C/man2/semop.2:35 -#, fuzzy, no-wrap -#| msgid "2012-02-12" +#, no-wrap msgid "2012-08-27" -msgstr "2012-02-12" +msgstr "2012-08-27" #. type: Plain text #: build/C/man2/semop.2:38 @@ -2697,12 +2679,7 @@ msgstr "" #. type: Plain text #: build/C/man2/semop.2:66 -#, fuzzy, no-wrap -#| msgid "" -#| "unsigned short semval; /* semaphore value */\n" -#| "unsigned short semzcnt; /* # waiting for zero */\n" -#| "unsigned short semncnt; /* # waiting for increase */\n" -#| "pid_t sempid; /* process that did last op */\n" +#, no-wrap msgid "" "unsigned short semval; /* semaphore value */\n" "unsigned short semzcnt; /* # waiting for zero */\n" @@ -2712,7 +2689,7 @@ msgstr "" "unsigned short semval; /* セマフォ値 */\n" "unsigned short semzcnt; /* ゼロを待つプロセス数 */\n" "unsigned short semncnt; /* 増加を待つプロセス数 */\n" -"pid_t sempid; /* 最後に操作を行なったプロセス */\n" +"pid_t sempid; /* 最後に操作を行なったプロセスの ID */\n" #. type: Plain text #: build/C/man2/semop.2:80 @@ -2777,14 +2754,6 @@ msgstr "" #. type: Plain text #: build/C/man2/semop.2:133 -#, fuzzy -#| msgid "" -#| "If I is a positive integer, the operation adds this value to the " -#| "semaphore value (I). Furthermore, if B is specified " -#| "for this operation, the system updates the process undo count " -#| "(I) for this semaphore. This operation can always proceed" -#| "\\(emit never forces a process to wait. The calling process must have " -#| "alter permission on the semaphore set." msgid "" "If I is a positive integer, the operation adds this value to the " "semaphore value (I). Furthermore, if B is specified for " @@ -2792,25 +2761,10 @@ msgid "" "semaphore. This operation can always proceed\\(emit never forces a thread " "to wait. The calling process must have alter permission on the semaphore " "set." -msgstr "" -"I が正の整数の場合、操作としてその値をセマフォの値 (I) に加" -"える。さらにこの操作に B が指定されている場合は、システムはこのセマ" -"フォの プロセス・アンドゥ数 (I) を更新する。 この操作は必ず実行で" -"き、プロセスの停止は起こらない。 呼び出し元プロセスは対象のセマフォ集合を変更" -"する許可がなければならない。" +msgstr "I が正の整数の場合、操作としてその値をセマフォの値 (I) に加える。さらにこの操作に B が指定されている場合は、システムはこのセマフォのアンドゥ数 (I) を更新する。この操作は必ず実行でき、スレッドの停止は起こらない。 呼び出し元プロセスは対象のセマフォ集合を変更する許可がなければならない。" #. type: Plain text #: build/C/man2/semop.2:158 -#, fuzzy -#| msgid "" -#| "If I is zero, the process must have read permission on the " -#| "semaphore set. This is a \"wait-for-zero\" operation: if I is " -#| "zero, the operation can immediately proceed. Otherwise, if B " -#| "is specified in I, B() fails with I set to " -#| "B (and none of the operations in I is performed). " -#| "Otherwise I (the count of processes waiting until this " -#| "semaphore's value becomes zero) is incremented by one and the process " -#| "sleeps until one of the following occurs:" msgid "" "If I is zero, the process must have read permission on the semaphore " "set. This is a \"wait-for-zero\" operation: if I is zero, the " @@ -2819,15 +2773,7 @@ msgid "" "the operations in I is performed). Otherwise I (the count of " "threads waiting until this semaphore's value becomes zero) is incremented " "by one and the thread sleeps until one of the following occurs:" -msgstr "" -"I が 0 の場合、「ゼロまで待つ」操作である。この場合、プロセスは その" -"セマフォ集合に対する読み込み許可がなければならない。 I が 0 ならば、" -"操作は直ちに行われる。 I が 0 でない場合、 I に " -"B が指定されていれば、 B() は失敗し、 B に " -"B が設定される (このとき I に対する操作は全く実行されない)。 " -"I に B が指定されていない場合、 I (セマフォ値" -"が 0 になるのを待っているプロセスの数) を 1 増加させて、 以下のいずれかが起こ" -"るまでプロセスを停止 (sleep) する。" +msgstr "I が 0 の場合、「ゼロまで待つ」操作である。この場合、プロセスは そのセマフォ集合に対する読み込み許可がなければならない。 I が 0 ならば、操作は直ちに行われる。 I が 0 でない場合、 I に B が指定されていれば、 B() は失敗し、 B に B が設定される (このとき I に対する操作は全く実行されない)。 I に B が指定されていない場合、 I (セマフォ値が 0 になるのを待っているスレッドの数) を 1 増加させて、 以下のいずれかが起こるまでスレッドを停止 (sleep) する。" #. type: IP #: build/C/man2/semop.2:158 build/C/man2/semop.2:163 build/C/man2/semop.2:171 @@ -2854,16 +2800,10 @@ msgstr "" #. type: Plain text #: build/C/man2/semop.2:181 -#, fuzzy -#| msgid "" -#| "The calling process catches a signal: the value of I is " -#| "decremented and B() fails, with I set to B." msgid "" "The calling thread catches a signal: the value of I is decremented " "and B() fails, with I set to B." -msgstr "" -"呼び出し元プロセスがシグナルを捕獲した: このとき I の値は 1 減算さ" -"れ、 B() は失敗し I に B が設定される。" +msgstr "呼び出し元スレッドがシグナルを捕獲した: このとき I の値は 1 減算され、 B() は失敗し I に B が設定される。" #. type: Plain text #: build/C/man2/semop.2:192 @@ -2876,20 +2816,6 @@ msgstr "" #. type: Plain text #: build/C/man2/semop.2:232 -#, fuzzy -#| msgid "" -#| "If I is less than zero, the process must have alter permission on " -#| "the semaphore set. If I is greater than or equal to the absolute " -#| "value of I, the operation can proceed immediately: the absolute " -#| "value of I is subtracted from I, and, if B is " -#| "specified for this operation, the system updates the process undo count " -#| "(I) for this semaphore. If the absolute value of I is " -#| "greater than I, and B is specified in I, " -#| "B() fails, with I set to B (and none of the " -#| "operations in I is performed). Otherwise I (the counter " -#| "of processes waiting for this semaphore's value to increase) is " -#| "incremented by one and the process sleeps until one of the following " -#| "occurs:" msgid "" "If I is less than zero, the process must have alter permission on " "the semaphore set. If I is greater than or equal to the absolute " @@ -2902,38 +2828,17 @@ msgid "" "performed). Otherwise I (the counter of threads waiting for this " "semaphore's value to increase) is incremented by one and the thread sleeps " "until one of the following occurs:" -msgstr "" -"I が 0 未満の場合、プロセスにはそのセマフォ集合を変更する許可がなけれ" -"ば ならない。 I が I の絶対値以上の場合は、操作は直ちに実行さ" -"れる: I から I の絶対値が減算される。 さらに、この操作に " -"B が指定されている場合は、このセマフォのプロセス・アンドゥ数 " -"(I) を更新する。 I が I の絶対値より小さく、 " -"I に B が指定された場合は、 B() は失敗し、 " -"I に B が設定される (このとき I の操作は全く実行されな" -"い)。 B が指定されていなければ、 I (このセマフォの値が増加" -"するのを待っているプロセス数のカウンタ) を 1 増加させて、以下のいずれかが起" -"こるまでプロセスを停止 (sleep) する。" +msgstr "I が 0 未満の場合、プロセスにはそのセマフォ集合を変更する許可がなければ ならない。 I が I の絶対値以上の場合は、操作は直ちに実行される: I から I の絶対値が減算される。 さらに、この操作に B が指定されている場合は、このセマフォのアンドゥ数 (I) を更新する。 I が I の絶対値より小さく、 I に B が指定された場合は、 B() は失敗し、 I に B が設定される (このとき I の操作は全く実行されない)。 B が指定されていなければ、 I (このセマフォの値が増加するのを待っているスレッド数のカウンタ) を 1 増加させて、以下のいずれかが起こるまでスレッドを停止 (sleep) する。" #. type: Plain text #: build/C/man2/semop.2:247 -#, fuzzy -#| msgid "" -#| "I becomes greater than or equal to the absolute value of " -#| "I, at which time the value of I is decremented, the " -#| "absolute value of I is subtracted from I and, if " -#| "B is specified for this operation, the system updates the " -#| "process undo count (I) for this semaphore." msgid "" "I becomes greater than or equal to the absolute value of I, " "at which time the value of I is decremented, the absolute value of " "I is subtracted from I and, if B is specified for " "this operation, the system updates the undo count (I) for this " "semaphore." -msgstr "" -"I が I の絶対値以上になった: このとき I が 1 減算さ" -"れ、 I から I の絶対値が引かれる。 この操作に B が" -"指定されていた場合にはこのセマフォのプロセス・アンドゥ数 (I) も更新" -"する。" +msgstr "I が I の絶対値以上になった: このとき I が 1 減算され、 I から I の絶対値が引かれる。 この操作に B が指定されていた場合にはこのセマフォのアンドゥ数 (I) も更新する。" #. type: Plain text #: build/C/man2/semop.2:254 @@ -2946,16 +2851,10 @@ msgstr "" #. type: Plain text #: build/C/man2/semop.2:264 -#, fuzzy -#| msgid "" -#| "The calling process catches a signal: the value of I is " -#| "decremented and B() fails, with I set to B." msgid "" "The calling thread catches a signal: the value of I is decremented " "and B() fails, with I set to B." -msgstr "" -"呼び出したプロセスがシグナルを捕獲した: このとき I が 1 減算され、 " -"B() は失敗し I に B が設定される。" +msgstr "呼び出したスレッドがシグナルを捕獲した: このとき I が 1 減算され、 B() は失敗し I に B が設定される。" #. type: Plain text #: build/C/man2/semop.2:273 @@ -2970,35 +2869,14 @@ msgstr "" #. .I sem_ctime #. type: Plain text #: build/C/man2/semop.2:284 -#, fuzzy -#| msgid "" -#| "On successful completion, the I value for each semaphore " -#| "specified in the array pointed to by I is set to the process ID of " -#| "the calling process. In addition, the I is set to the current " -#| "time." msgid "" "On successful completion, the I value for each semaphore specified " "in the array pointed to by I is set to the caller's process ID. In " "addition, the I is set to the current time." -msgstr "" -"操作が成功した場合、 I が指す配列によって操作対象となった各セマフォの " -"I メンバーには呼び出したプロセスのプロセス ID が設定される。 さらに " -"I に現在時刻が設定される。" +msgstr "操作が成功した場合、 I が指す配列によって操作対象となった各セマフォの I メンバーには呼び出し元のプロセス ID が設定される。さらに I に現在時刻が設定される。" #. type: Plain text #: build/C/man2/semop.2:314 -#, fuzzy -#| msgid "" -#| "B() behaves identically to B() except that in those " -#| "cases were the calling process would sleep, the duration of that sleep is " -#| "limited by the amount of elapsed time specified by the I " -#| "structure whose address is passed in the I argument. (This " -#| "sleep interval will be rounded up to the system clock granularity, and " -#| "kernel scheduling delays mean that the interval may overrun by a small " -#| "amount.) If the specified time limit has been reached, B() " -#| "fails with I set to B (and none of the operations in " -#| "I is performed). If the I argument is NULL, then " -#| "B() behaves exactly like B()." msgid "" "B() behaves identically to B() except that in those " "cases where the calling thread would sleep, the duration of that sleep is " @@ -3012,7 +2890,7 @@ msgid "" "B()." msgstr "" "B() 関数の振る舞いは B() と全く同じだが、呼び出し元\n" -"プロセスが停止する場合、停止期間の上限が I 引き数の指す\n" +"スレッドが停止する場合、停止期間の上限が I 引き数の指す\n" "I 構造体で指定された時間となる点だけが異なる (この停止期間は\n" "システムクロックの粒度に切り上げられ、カーネルのスケジューリング遅延に\n" "より、この停止期間は少しだけ長くなる可能性がある)。\n" @@ -3092,16 +2970,10 @@ msgstr "" #. type: Plain text #: build/C/man2/semop.2:372 -#, fuzzy -#| msgid "" -#| "While blocked in this system call, the process caught a signal; see " -#| "B(7)." msgid "" "While blocked in this system call, the thread caught a signal; see B" "(7)." -msgstr "" -"このシステムコールで停止している時にプロセスがシグナルを捕獲した。 B" -"(7) 参照。" +msgstr "このシステムコールで停止している時にスレッドがシグナルを捕獲した。 B(7) 参照。" #. type: Plain text #: build/C/man2/semop.2:379 @@ -3268,21 +3140,12 @@ msgstr "" #. http://marc.theaimsgroup.com/?l=linux-kernel&m=110261701025794&w=2 #. type: Plain text #: build/C/man2/semop.2:506 -#, fuzzy -#| msgid "" -#| "In kernels 2.6.x, x E= 10, there is a bug that in some circumstances " -#| "prevents a process that is waiting for a semaphore value to become zero " -#| "from being woken up when the value does actually become zero. This bug " -#| "is fixed in kernel 2.6.11." msgid "" "In kernels 2.6.x, x E= 10, there is a bug that in some circumstances " "prevents a thread that is waiting for a semaphore value to become zero from " "being woken up when the value does actually become zero. This bug is fixed " "in kernel 2.6.11." -msgstr "" -"カーネル 2.6.x (x E= 10) には、ある状況においてセマフォ値が 0 になるのを " -"待っているプロセスが、セマフォ値が実際に 0 になったときに起床 (wake up) され" -"ない、というバグがある。このバグはカーネル 2.6.11 で修正されている。" +msgstr "カーネル 2.6.x (x E= 10) には、ある状況においてセマフォ値が 0 になるのを 待っているスレッドが、セマフォ値が実際に 0 になったときに起床 (wake up) されない、というバグがある。このバグはカーネル 2.6.11 で修正されている。" #. type: Plain text #: build/C/man2/semop.2:511 @@ -3350,16 +3213,10 @@ msgstr "" #. type: Plain text #: build/C/man2/semop.2:540 -#, fuzzy -#| msgid "" -#| "B(2), B(2), B(2), B(7), " -#| "B(7), B(7), B