OSDN Git Service

(split) Convert contrib and obsolete pages to UTF-8.
[linuxjm/LDP_man-pages.git] / obsolete / 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 .\"O .SH NAME
38 .SH 名前
39 .\"O sigvec \- BSD software signal facilities
40 sigvec \- BSD ソフトウェア・シグナル環境
41 .\"O .SH SYNOPSIS
42 .SH 書式
43 .B #include <bsd/signal.h>
44 .sp
45 .BI "int sigvec(int " sig ", struct sigvec *" vec ", struct sigvec *" ovec );
46 .\"O .SH DESCRIPTION
47 .SH 説明
48 .\"O This interface is made obsolete by
49 .\"O .BR sigaction (2).
50 このインタフェースは
51 .BR sigaction (2)
52 によって廃止(obsolete)された。
53 .PP
54 .\"O Under Linux
55 .\"O .BR sigvec ()
56 .\"O is #define'd to
57 .\"O .BR sigaction (),
58 .\"O and provides at best a rough approximation of the BSD 
59 .\"O .BR sigvec ()
60 .\"O interface.
61 Linux では
62 .BR sigvec ()
63 は 
64 .BR sigaction ()
65 に #define されており、
66 提供されるものは BSD 
67 .BR sigvec ()
68 インタフェースとは良くても
69 おおざっぱな近似にすぎない。
70 .\"O .SH "CONFORMING TO"
71 .SH 準拠
72 BSD, SVr4
73 .\"O .SH "SEE ALSO"
74 .SH 関連項目
75 .BR sigaction (2),
76 .BR signal (2)