• R/O
  • HTTP
  • SSH
  • HTTPS

LDP_man-pages: 提交


Commit MetaInfo

修订版9c1048317bcda1a24293702748f065a21641d670 (tree)
时间2015-01-25 19:53:16
作者Akihiro MOTOKI <amotoki@gmai...>
CommiterAkihiro MOTOKI

Log Message

Apply perkamon local fixes

restart_syscall.2
locale.1

更改概述

差异

--- a/perkamon
+++ b/perkamon
@@ -1 +1 @@
1-Subproject commit 1e1db8050df63f96dd50f70ee283c0a62b969d61
1+Subproject commit 363009d98e35e4675e321a85fcd16a04dbdf36ed
--- a/po4a/locale/po/ja.po
+++ b/po4a/locale/po/ja.po
@@ -6,8 +6,8 @@
66 msgid ""
77 msgstr ""
88 "Project-Id-Version: PACKAGE VERSION\n"
9-"POT-Creation-Date: 2015-01-23 22:24+0900\n"
10-"PO-Revision-Date: 2015-01-25 07:19+0900\n"
9+"POT-Creation-Date: 2015-01-25 19:48+0900\n"
10+"PO-Revision-Date: 2015-01-25 19:52+0900\n"
1111 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1212 "Language-Team: LANGUAGE <LL@li.org>\n"
1313 "Language: \n"
@@ -2152,7 +2152,7 @@ msgstr "利用可能な charmap (文字集合記述ファイル) の一覧を表
21522152 #. type: Plain text
21532153 #: build/C/man1/locale.1:81
21542154 msgid ""
2155-"The I<locale> command can also be provided with one or more arguments, which "
2155+"The B<locale> command can also be provided with one or more arguments, which "
21562156 "are the names of locale keywords (for example, I<date_fmt>, I<ctype-class-"
21572157 "names>, I<yesexpr>, or I<decimal_point>) or locale categories (for example, "
21582158 "B<LC_CTYPE> or B<LC_TIME>). For each argument, the following is displayed:"
@@ -2236,7 +2236,7 @@ msgstr " I<keyword>=\"I<value>\"\n"
22362236
22372237 #. type: Plain text
22382238 #: build/C/man1/locale.1:113
2239-msgid "The I<locale> command also knows about the following options:"
2239+msgid "The B<locale> command also knows about the following options:"
22402240 msgstr "B<locale> コマンドでは以下のオプションも使用できる。"
22412241
22422242 #. type: TP
--- a/po4a/locale/po/locale.pot
+++ b/po4a/locale/po/locale.pot
@@ -7,7 +7,7 @@
77 msgid ""
88 msgstr ""
99 "Project-Id-Version: PACKAGE VERSION\n"
10-"POT-Creation-Date: 2015-01-23 22:24+0900\n"
10+"POT-Creation-Date: 2015-01-25 19:48+0900\n"
1111 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1313 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1722,7 +1722,7 @@ msgstr ""
17221722 #. type: Plain text
17231723 #: build/C/man1/locale.1:81
17241724 msgid ""
1725-"The I<locale> command can also be provided with one or more arguments, which "
1725+"The B<locale> command can also be provided with one or more arguments, which "
17261726 "are the names of locale keywords (for example, I<date_fmt>, "
17271727 "I<ctype-class-names>, I<yesexpr>, or I<decimal_point>) or locale categories "
17281728 "(for example, B<LC_CTYPE> or B<LC_TIME>). For each argument, the following "
@@ -1794,7 +1794,7 @@ msgstr ""
17941794
17951795 #. type: Plain text
17961796 #: build/C/man1/locale.1:113
1797-msgid "The I<locale> command also knows about the following options:"
1797+msgid "The B<locale> command also knows about the following options:"
17981798 msgstr ""
17991799
18001800 #. type: TP
--- a/po4a/signal/po/ja.po
+++ b/po4a/signal/po/ja.po
@@ -6,8 +6,8 @@
66 msgid ""
77 msgstr ""
88 "Project-Id-Version: PACKAGE VERSION\n"
9-"POT-Creation-Date: 2015-01-23 22:25+0900\n"
10-"PO-Revision-Date: 2015-01-25 19:43+0900\n"
9+"POT-Creation-Date: 2015-01-25 19:48+0900\n"
10+"PO-Revision-Date: 2015-01-25 19:52+0900\n"
1111 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1212 "Language-Team: LANGUAGE <LL@li.org>\n"
1313 "Language: \n"
@@ -4328,7 +4328,11 @@ msgid ""
43284328 "calls after a process that was stopped by a signal (e.g., B<SIGSTOP> or "
43294329 "B<SIGTSTP>) is later resumed after receiving a B<SIGCONT> signal. This "
43304330 "system call is designed only for internal use by the kernel."
4331-msgstr "B<restart_syscall>() システムコールは、 シグナル (B<SIGSTOP> や B<SIGTSTP> など) によって停止されたプロセスが B<SIGCONT> シグナルを受信して再開された後に、 特定のシステムコールを再開するのに使用される。 このシステムコールはカーネル内部での利用のみを想定している。"
4331+msgstr ""
4332+"B<restart_syscall>() システムコールは、 シグナル (B<SIGSTOP> や B<SIGTSTP> な"
4333+"ど) によって停止されたプロセスが B<SIGCONT> シグナルを受信して再開された後"
4334+"に、 特定のシステムコールを再開するのに使用される。 このシステムコールはカー"
4335+"ネル内部での利用のみを想定している。"
43324336
43334337 #. These system calls correspond to the special internal errno value
43344338 #. ERESTART_RESTARTBLOCK. Each of the system calls has a "restart"
@@ -4351,21 +4355,34 @@ msgid ""
43514355 "stopped by a signal). Without the B<restart_syscall>() mechanism, "
43524356 "restarting these system calls would not correctly deduct the already elapsed "
43534357 "time when the process continued execution."
4354-msgstr "B<restart_syscall>() は、 再開時に時刻関連のパラメーターを調整する必要があるシステムコールを再開させる場合にのみ使用される。 概要するシステムコールは B<poll>(2) (Linux 2.6.24 以降)、 B<nanosleep>(2) (Linux 2.6 以降)、 B<clock_nanosleep>(2) (Linux 2.6 以降)、 B<FUTEX_WAIT> (Linux 2.6.22 以降) や B<FUTEX_WAIT_BITSET> (Linux 2.6.31 以降) 操作を利用した場合の B<futex>(2) である。 B<restart_syscall>() は、 中断されたシステムコールを、 経過した時間 (プロセスがシグナルにより停止されていた時間も含む) を考慮に入れて適切に調整した時刻引き数で再開する。 B<restart_syscall>() の仕組みがないと、 これらのシステムコールの再開で、 プロセスが実行を継続する際にすでに経過した時間を正しく減算できない。"
4358+msgstr ""
4359+"B<restart_syscall>() は、 再開時に時刻関連のパラメーターを調整する必要がある"
4360+"システムコールを再開させる場合にのみ使用される。 概要するシステムコールは "
4361+"B<poll>(2) (Linux 2.6.24 以降)、 B<nanosleep>(2) (Linux 2.6 以降)、 "
4362+"B<clock_nanosleep>(2) (Linux 2.6 以降)、 B<FUTEX_WAIT> (Linux 2.6.22 以降) "
4363+"や B<FUTEX_WAIT_BITSET> (Linux 2.6.31 以降) 操作を利用した場合の B<futex>(2) "
4364+"である。 B<restart_syscall>() は、 中断されたシステムコールを、 経過した時間 "
4365+"(プロセスがシグナルにより停止されていた時間も含む) を考慮に入れて適切に調整し"
4366+"た時刻引き数で再開する。 B<restart_syscall>() の仕組みがないと、 これらのシス"
4367+"テムコールの再開で、 プロセスが実行を継続する際にすでに経過した時間を正しく減"
4368+"算できない。"
43554369
43564370 #. type: Plain text
43574371 #: build/C/man2/restart_syscall.2:92
43584372 msgid ""
43594373 "The return value of B<restart_syscall>() is the return value of whatever "
43604374 "system call is being restarted."
4361-msgstr "B<restart_syscall>() の返り値は、 再開中のシステムコールの返り値となる。"
4375+msgstr ""
4376+"B<restart_syscall>() の返り値は、 再開中のシステムコールの返り値となる。"
43624377
43634378 #. type: Plain text
43644379 #: build/C/man2/restart_syscall.2:96
43654380 msgid ""
43664381 "I<errno> is set as per the errors for whatever system call is being "
43674382 "restarted by B<restart_syscall>()."
4368-msgstr "I<errno> は B<restart_syscall>() が再開しているシステムコールのエラーに基づいて設定される。"
4383+msgstr ""
4384+"I<errno> は B<restart_syscall>() が再開しているシステムコールのエラーに基づい"
4385+"て設定される。"
43694386
43704387 #. type: Plain text
43714388 #: build/C/man2/restart_syscall.2:100
@@ -4382,7 +4399,10 @@ msgstr "このシステムコールは Linux 固有である。"
43824399 msgid ""
43834400 "There is no glibc wrapper for this system call, because it is intended for "
43844401 "use only by the kernel and should never be called by applications."
4385-msgstr "このシステムコールには glibc のラッパー関数はない。 それはカーネルによる利用だけが想定されており、 アプリケーションは決してこのシステムコールを呼び出すべきではない。"
4402+msgstr ""
4403+"このシステムコールには glibc のラッパー関数はない。 それはカーネルによる利用"
4404+"だけが想定されており、 アプリケーションは決してこのシステムコールを呼び出すべ"
4405+"きではない。"
43864406
43874407 #. type: Plain text
43884408 #: build/C/man2/restart_syscall.2:128
@@ -4393,21 +4413,33 @@ msgid ""
43934413 "counted against the timeout interval specified in the original system call. "
43944414 "In the case of system calls that take a timeout argument and automatically "
43954415 "restart after a stop signal plus B<SIGCONT>, but which do not have the "
4396-"B<restart_syscall>(2) mechanism built in, then, after the process resumes "
4416+"B<restart_syscall>() mechanism built in, then, after the process resumes "
43974417 "execution, the time that the process spent in the stop state is I<not> "
43984418 "counted against the timeout value. Notable examples of system calls that "
43994419 "suffer this problem are B<ppoll>(2), B<select>(2), and B<pselect>(2)."
4400-msgstr "カーネルは B<restart_syscall>() を使用することで、 シグナルにより停止されたプロセスが B<SIGCONT> により再開された後にシステムコールが再開される際に、 元のシステムコールに指定されたタイムアウト時間の計算に、 プロセスが停止中に経過した時間が含まれることを保証する。 タイムアウト引き数を取り、停止シグナルの後に B<SIGCONT> があった場合自動的に再開するシステムコールだが、 そのシステムコールに B<restart_syscall>() の仕組みが組込まれていない場合には、 プロセスの実行が再開された後、 停止中にプロセスが消費した時間はタイムアウト値としてカウント「されない」。 この問題を持つ有名なシステムコールとしては B<ppoll>(2), B<select>(2), B<pselect>(2) がある。"
4420+msgstr ""
4421+"カーネルは B<restart_syscall>() を使用することで、 シグナルにより停止されたプ"
4422+"ロセスが B<SIGCONT> により再開された後にシステムコールが再開される際に、 元の"
4423+"システムコールに指定されたタイムアウト時間の計算に、 プロセスが停止中に経過し"
4424+"た時間が含まれることを保証する。 タイムアウト引き数を取り、停止シグナルの後"
4425+"に B<SIGCONT> があった場合自動的に再開するシステムコールだが、 そのシステム"
4426+"コールに B<restart_syscall>() の仕組みが組込まれていない場合には、 プロセスの"
4427+"実行が再開された後、 停止中にプロセスが消費した時間はタイムアウト値としてカウ"
4428+"ント「されない」。 この問題を持つ有名なシステムコールとしては B<ppoll>(2), "
4429+"B<select>(2), B<pselect>(2) がある。"
44014430
44024431 #
44034432 #. type: Plain text
44044433 #: build/C/man2/restart_syscall.2:135
44054434 msgid ""
4406-"From user space, the operation of B<restart_syscall>(2) is largely "
4435+"From user space, the operation of B<restart_syscall>() is largely "
44074436 "invisible: to the process that made the system call that is restarted, it "
44084437 "appears as though that system call executed and returned in the usual "
44094438 "fashion."
4410-msgstr "ユーザー空間からは B<restart_syscall>() の動作はほとんど見えない。 再開されたシステムコールを呼び出したプロセスには、 そのシステムコールが通常通り実行され返ったように見える。"
4439+msgstr ""
4440+"ユーザー空間からは B<restart_syscall>() の動作はほとんど見えない。 再開された"
4441+"システムコールを呼び出したプロセスには、 そのシステムコールが通常通り実行され"
4442+"返ったように見える。"
44114443
44124444 #. FIXME . ppoll(2), select(2), and pselect(2)
44134445 #. should probably get the restart_syscall() treatment:
--- a/po4a/signal/po/signal.pot
+++ b/po4a/signal/po/signal.pot
@@ -7,7 +7,7 @@
77 msgid ""
88 msgstr ""
99 "Project-Id-Version: PACKAGE VERSION\n"
10-"POT-Creation-Date: 2015-01-23 22:25+0900\n"
10+"POT-Creation-Date: 2015-01-25 19:48+0900\n"
1111 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1313 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3324,7 +3324,7 @@ msgid ""
33243324 "counted against the timeout interval specified in the original system call. "
33253325 "In the case of system calls that take a timeout argument and automatically "
33263326 "restart after a stop signal plus B<SIGCONT>, but which do not have the "
3327-"B<restart_syscall>(2) mechanism built in, then, after the process resumes "
3327+"B<restart_syscall>() mechanism built in, then, after the process resumes "
33283328 "execution, the time that the process spent in the stop state is I<not> "
33293329 "counted against the timeout value. Notable examples of system calls that "
33303330 "suffer this problem are B<ppoll>(2), B<select>(2), and B<pselect>(2)."
@@ -3333,7 +3333,7 @@ msgstr ""
33333333 #. type: Plain text
33343334 #: build/C/man2/restart_syscall.2:135
33353335 msgid ""
3336-"From user space, the operation of B<restart_syscall>(2) is largely "
3336+"From user space, the operation of B<restart_syscall>() is largely "
33373337 "invisible: to the process that made the system call that is restarted, it "
33383338 "appears as though that system call executed and returned in the usual "
33393339 "fashion."
Show on old repository browser