OSDN Git Service

(split) LDP: Update README.JM
[linuxjm/LDP_man-pages.git] / release / man2 / sigvec.2
1 .\" Hey Emacs! This file is -*- nroff -*- source.
2 .\"
3 .\" Copyright 1993 Rickard E. Faith (faith@cs.unc.edu)
4 .\"
5 .\" Permission is granted to make and distribute verbatim copies of this
6 .\" manual provided the copyright notice and this permission notice are
7 .\" preserved on all copies.
8 .\"
9 .\" Permission is granted to copy and distribute modified versions of this
10 .\" manual under the conditions for verbatim copying, provided that the
11 .\" entire resulting derived work is distributed under the terms of a
12 .\" permission notice identical to this one.
13 .\" 
14 .\" Since the Linux kernel and libraries are constantly changing, this
15 .\" manual page may be incorrect or out-of-date.  The author(s) assume no
16 .\" responsibility for errors or omissions, or for damages resulting from
17 .\" the use of the information contained herein.  The author(s) may not
18 .\" have taken the same level of care in the production of this manual,
19 .\" which is licensed free of charge, as they might when working
20 .\" professionally.
21 .\" 
22 .\" Formatted or processed versions of this manual, if unaccompanied by
23 .\" the source, must acknowledge the copyright and authors of this work.
24 .\"
25 .\" Modified Tue Oct 22 22:09:26 1996 by Eric S. Raymond <esr@thyrsus.com>
26 .\" FIXME -- Error conditions need to be documented
27 .\"
28 .\" Japanese Version Copyright (c) 1997 HANATAKA Shinya
29 .\"         all rights reserved.
30 .\" Translated Mon Mar  3 23:37:35 JST 1997
31 .\"         by HANATAKA Shinya <hanataka@abyss.rim.or.jp>
32 .\"
33 .\"WORD:        signal                  シグナル
34 .\"WORD:        obsolete                廃止
35 .\"
36 .TH SIGVEC 2 1995-08-31 "Linux 1.3" "Linux Programmer's Manual"
37 .SH 名前
38 sigvec \- BSD ソフトウェア・シグナル環境
39 .SH 書式
40 .B #include <bsd/signal.h>
41 .sp
42 .BI "int sigvec(int " sig ", struct sigvec *" vec ", struct sigvec *" ovec );
43 .SH 説明
44 このインタフェースは
45 .BR sigaction (2)
46 によって廃止(obsolete)された。
47 .PP
48 Linux では
49 .BR sigvec ()
50 は 
51 .BR sigaction ()
52 に #define されており、
53 提供されるものは BSD 
54 .BR sigvec ()
55 インタフェースとは良くても
56 おおざっぱな近似にすぎない。
57 .SH 準拠
58 BSD, SVr4
59 .SH 関連項目
60 .BR sigaction (2),
61 .BR signal (2)