OSDN Git Service

(split) DP: release pages (catch up to 3.50).
[linuxjm/LDP_man-pages.git] / release / man2 / sgetmask.2
index 95c07a5..7fe3a91 100644 (file)
@@ -1,6 +1,7 @@
 .\" t
 .\" Copyright (c) 2007 by Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
+.\" %%%LICENSE_START(VERBATIM)
 .\" Permission is granted to make and distribute verbatim copies of this
 .\" manual provided the copyright notice and this permission notice are
 .\" preserved on all copies.
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .\"*******************************************************************
 .\"
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH SGETMASK 2 2007\-07\-05 Linux "Linux Programmer's Manual"
+.TH SGETMASK 2 2012\-07\-13 Linux "Linux Programmer's Manual"
 .SH 名前
 sgetmask, ssetmask \- シグナルマスクの操作 (廃止予定)
 .SH 書式
 \fBlong sgetmask(void);\fP
 .sp
 \fBlong ssetmask(long \fP\fInewmask\fP\fB);\fP
+
+\fINote\fP: There are no glibc wrappers for these system calls; see NOTES.
 .SH 説明
 これらのシステムコールは廃止予定であり、 「使用しないこと」。 代わりに \fBsigprocmask\fP(2)  を使用すること。
 
@@ -49,7 +53,8 @@ sgetmask, ssetmask \- シグナルマスクの操作 (廃止予定)
 .SH 準拠
 これらのシステムコールは Linux 固有である。
 .SH 注意
-glibc はこれらのシステムコールに対するラッパー関数を提供していない。 \fBsyscall\fP(2)  を使用すること。
+Glibc does not provide wrappers for these obsolete system calls; in the
+unlikely event that you want to call them, use \fBsyscall\fP(2).
 
 これらのシステムコールは、 31 より大きいシグナル番号 (つまり、リアルタイムシグナル) を扱えない。
 
@@ -57,6 +62,6 @@ glibc はこれらのシステムコールに対するラッパー関数を提
 .SH 関連項目
 \fBsigprocmask\fP(2), \fBsignal\fP(7)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.41 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.50 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。