OSDN Git Service

(split) LDP: Update releases based on LDP 3.52 release
[linuxjm/LDP_man-pages.git] / release / man3 / psignal.3
index 1c94f01..d52affc 100644 (file)
@@ -61,14 +61,11 @@ glibc 向けの機能検査マクロの要件 (\fBfeature_test_macros\fP(7)  参
 文字列 \fIs\fP が NULL か空の場合、コロンとスペースは省略される。
 \fIsig\fP が不正ならば、表示される メッセージは未知のシグナルを示す。
 
-The \fBpsiginfo\fP()  function is like \fBpsignal\fP(), except that it displays
-information about the signal described by \fIpinfo\fP, which should point to a
-valid \fIsiginfo_t\fP structure.  As well as the signal description,
-\fBpsiginfo\fP()  displays information about the origin of the signal, and
-other information relevant to the signal (e.g., the relevant memory address
-for hardware\-generated signals, the child process ID for \fBSIGCHLD\fP, and the
-user ID and process ID of the sender, for signals set using \fBkill\fP(2)  or
-\fBsigqueue\fP(3)).
+\fBpsiginfo\fP() 関数は \fBpsignal\fP() と同じだが、 \fIpinfo\fP に書かれたシグナルの情報を表示する点が異なる。
+\fIpinfo\fP は有効な \fIsiginfo_t\fP 構造体を指している必要がある。 \fBpsiginfo\fP() は、 シグナルの説明だけでなく、
+シグナルの送信元やそのシグナルに関連するその他の情報も表示する (例えば、ハードウェアが発生したシグナルの関連メモリアドレス、 \fBSIGCHLD\fP
+の子プロセス ID、 \fIkill\fP(2) や \fBsigqueue\fP(3) を使って送信されたシグナルの送信元プロセスのユーザ ID とプロセス ID
+など)。
 
 配列 \fIsys_siglist\fP はシグナルを説明する文字列を保持しており、 配列へのアクセスにはシグナル番号を添え字として用いる事ができる。
 .SH 返り値
@@ -82,14 +79,14 @@ POSIX.1\-2008, 4.3BSD.
 .IP * 3
 .\" FIXME http://sourceware.org/bugzilla/show_bug.cgi?id=12107
 .\" Reportedly now fixed; check glibc 2.13
-In some circumstances, a trailing newline is not printed.
+特定の状況で、末尾の改行が出力されない。
 .IP *
 .\" FIXME http://sourceware.org/bugzilla/show_bug.cgi?id=12108
 .\" Reportedly now fixed; check glibc 2.13
-Additional details are not displayed for real\-time signals.
+リアルタイムシグナルの場合に、追加の詳細情報が表示されない。
 .SH 関連項目
 \fBsigaction\fP(2), \fBperror\fP(3), \fBstrsignal\fP(3), \fBsignal\fP(7)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.50 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.52 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。