OSDN Git Service

(split) LDP: draft snapshot generated from latest ja.po files.
[linuxjm/LDP_man-pages.git] / draft / man2 / sgetmask.2
index 3cb6df9..6fb530a 100644 (file)
@@ -1,4 +1,4 @@
-'\" t
+.\" t
 .\" Copyright (c) 2007 by Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
 .\" Permission is granted to make and distribute verbatim copies of this
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
 .\"
-.\" Japanese Version Copyright (c) 2007  Akihiro MOTOKI
-.\"         all rights reserved.
-.\" Translated 2007-10-16, Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>, LDP v2.66
-.\" 
-.TH SGETMASK 2  2007-07-05 "Linux" "Linux Programmer's Manual"
-.\"O .SH NAME
+.\"*******************************************************************
+.\"
+.\" This file was generated with po4a. Translate the source file.
+.\"
+.\"*******************************************************************
+.TH SGETMASK 2 2007\-07\-05 Linux "Linux Programmer's Manual"
 .SH 名前
-.\"O sgetmask, ssetmask \- manipulation of signal mask (obsolete)
 sgetmask, ssetmask \- シグナルマスクの操作 (廃止予定)
-.\"O .SH SYNOPSIS
 .SH 書式
-.B "long sgetmask(void);"
+\fBlong sgetmask(void);\fP
 .sp
-.BI "long ssetmask(long " newmask );
-.\"O .SH DESCRIPTION
+\fBlong ssetmask(long \fP\fInewmask\fP\fB);\fP
 .SH 説明
-.\"O These system calls are obsolete.
-.\"O .IR "Do not use them" ;
-.\"O use
-.\"O .BR sigprocmask (2)
-.\"O instead.
-これらのシステムコールは廃止予定であり、
-「使用しないこと」。
-代わりに
-.BR sigprocmask (2)
-を使用すること。
+これらのシステムコールは廃止予定であり、 「使用しないこと」。 代わりに \fBsigprocmask\fP(2)  を使用すること。
 
-.\"O .BR sgetmask ()
-.\"O returns the signal mask of the calling process.
-.BR sgetmask ()
-は、呼び出し元プロセスのシグナルマスクを返す。
+\fBsgetmask\fP()  は、呼び出し元プロセスのシグナルマスクを返す。
 
-.\"O .BR ssetmask ()
-.\"O sets the signal mask of the calling process to the value given in
-.\"O .IR newmask .
-.\"O The previous signal mask is returned.
-.BR ssetmask ()
-は、呼び出し元プロセスのシグナルマスクを
-.I newmask
-で指定された値に設定し、変更前のシグナルマスクを返す。
+\fBssetmask\fP()  は、呼び出し元プロセスのシグナルマスクを \fInewmask\fP で指定された値に設定し、変更前のシグナルマスクを返す。
 
-.\"O The signal masks dealt with by these two system calls
-.\"O are plain bit masks (unlike the
-.\"O .I sigset_t
-.\"O used by
-.\"O .BR sigprocmask (2));
-.\"O use
-.\"O .BR sigmask (3)
-.\"O to create and inspect these masks.
-これら二つのシステムコールが扱うシグナルマスクは、
-単純なビットマスクである (この点が
-.BR sigprocmask (2)
-で使用される
-.I sigset_t
-と異なる)。
-これらのマスクを作成したり検査するには
-.BR sigmask (3)
-を使用すること。
-.\"O .SH RETURN VALUE
+これら二つのシステムコールが扱うシグナルマスクは、 単純なビットマスクである (この点が \fBsigprocmask\fP(2)  で使用される
+\fIsigset_t\fP と異なる)。 これらのマスクを作成したり検査するには \fBsigmask\fP(3)  を使用すること。
 .SH 返り値
-.\"O .BR sgetmask ()
-.\"O always successfully returns the signal mask.
-.\"O .BR ssetmask ()
-.\"O always succeeds, and returns the previous signal mask.
-.BR sgetmask ()
-は常に成功し、シグナルマスクを返す。
-.BR ssetmask ()
-は常に成功し、直前のシグナルマスクを返す。
-.\"O .SH ERRORS
+\fBsgetmask\fP()  は常に成功し、シグナルマスクを返す。 \fBssetmask\fP()  は常に成功し、直前のシグナルマスクを返す。
 .SH エラー
-.\"O These system calls always succeed.
 これらのシステムコールは常に成功する。
-.\"O .SH CONFORMING TO
 .SH 準拠
-.\"O These system calls are Linux-specific.
 これらのシステムコールは Linux 固有である。
-.\"O .SH NOTES
 .SH 注意
-.\"O Glibc does not provide wrappers for these system calls; use
-.\"O .BR syscall (2).
-glibc はこれらのシステムコールに対するラッパー関数を提供していない。
-.BR syscall (2)
-を使用すること。
+glibc はこれらのシステムコールに対するラッパー関数を提供していない。 \fBsyscall\fP(2)  を使用すること。
 
-.\"O These system calls are unaware of signal numbers greater than 31
-.\"O (i.e., real-time signals).
-これらのシステムコールは、
-31 より大きいシグナル番号 (つまり、リアルタイムシグナル) を扱えない。
+これらのシステムコールは、 31 より大きいシグナル番号 (つまり、リアルタイムシグナル) を扱えない。
 
-.\"O It is not possible to block
-.\"O .B SIGSTOP
-.\"O or
-.\"O .BR SIGKILL .
-.B SIGSTOP
-や
-.B SIGKILL
-をブロックすることはできない。
-.\"O .SH SEE ALSO
+\fBSIGSTOP\fP や \fBSIGKILL\fP をブロックすることはできない。
 .SH 関連項目
-.BR sigprocmask (2),
-.BR signal (7)
+\fBsigprocmask\fP(2), \fBsignal\fP(7)