Catch up with 5.0-CURRENT-20021105-JPSNAP
o Removed sigblock.2 file and added link from sigblock.2 to sigsetmask.2 o Added other MLINKS entries to existing Japanese entries
This commit is contained in:
parent
33fde2be72
commit
02b10a8f2b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=15119
2 changed files with 4 additions and 88 deletions
|
|
@ -125,7 +125,6 @@ MAN2 = _exit.2\
|
|||
shutdown.2\
|
||||
sigaction.2\
|
||||
sigaltstack.2\
|
||||
sigblock.2\
|
||||
sigpause.2\
|
||||
sigpending.2\
|
||||
sigprocmask.2\
|
||||
|
|
@ -154,9 +153,10 @@ MAN2 = _exit.2\
|
|||
|
||||
MLINKS+=i386_get_ioperm.2 i386_set_ioperm.2
|
||||
MLINKS+=i386_get_ldt.2 i386_set_ldt.2
|
||||
MLINKS+=access.2 eaccess.2
|
||||
MLINKS+=brk.2 sbrk.2
|
||||
MLINKS+=chdir.2 fchdir.2
|
||||
MLINKS+=chflags.2 fchflags.2
|
||||
MLINKS+=chflags.2 fchflags.2 chflags.2 lchflags.2
|
||||
MLINKS+=chmod.2 fchmod.2 chmod.2 lchmod.2
|
||||
MLINKS+=chown.2 fchown.2 chown.2 lchown.2
|
||||
MLINKS+=clock_gettime.2 clock_getres.2 clock_gettime.2 clock_settime.2
|
||||
|
|
@ -176,7 +176,6 @@ MLINKS+=gettimeofday.2 settimeofday.2
|
|||
MLINKS+=getuid.2 geteuid.2
|
||||
MLINKS+=intro.2 errno.2
|
||||
MLINKS+=kqueue.2 kevent.2
|
||||
MLINKS+=lseek.2 seek.2
|
||||
MLINKS+=mlock.2 munlock.2
|
||||
MLINKS+=modnext.2 modfnext.2
|
||||
MLINKS+=mount.2 unmount.2
|
||||
|
|
@ -188,6 +187,8 @@ MLINKS+=setpgid.2 setpgrp.2
|
|||
MLINKS+=setresuid.2 setresgid.2
|
||||
MLINKS+=setuid.2 setegid.2 setuid.2 seteuid.2 setuid.2 setgid.2
|
||||
MLINKS+=shmat.2 shmdt.2
|
||||
MLINKS+=sigsetmask.2 sigblock.2
|
||||
MLINKS+=sigsetmask.2 sigmask.2
|
||||
MLINKS+=stat.2 fstat.2 stat.2 lstat.2
|
||||
MLINKS+=statfs.2 fstatfs.2
|
||||
MLINKS+=syscall.2 __syscall.2
|
||||
|
|
|
|||
|
|
@ -1,85 +0,0 @@
|
|||
.\" Copyright (c) 1983, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
.\" 1. Redistributions of source code must retain the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer.
|
||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\" 3. All advertising materials mentioning features or use of this software
|
||||
.\" must display the following acknowledgement:
|
||||
.\" This product includes software developed by the University of
|
||||
.\" California, Berkeley and its contributors.
|
||||
.\" 4. Neither the name of the University nor the names of its contributors
|
||||
.\" may be used to endorse or promote products derived from this software
|
||||
.\" without specific prior written permission.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
||||
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
||||
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)sigblock.2 8.1 (Berkeley) 6/2/93
|
||||
.\" %FreeBSD: src/lib/libc/compat-43/sigblock.2,v 1.5.2.2 2001/12/21 10:07:08 ru Exp %
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.Dd June 2, 1993
|
||||
.Dt SIGBLOCK 2
|
||||
.Os
|
||||
.Sh 名称
|
||||
.Nm sigblock
|
||||
.Nd シグナルをブロックする
|
||||
.Sh ライブラリ
|
||||
.Lb libc
|
||||
.Sh 書式
|
||||
.In signal.h
|
||||
.Ft int
|
||||
.Fn sigblock "int mask"
|
||||
.Ft int
|
||||
.Fn sigmask signum
|
||||
.Sh 解説
|
||||
.Bf -symbolic
|
||||
このインタフェースは、
|
||||
.Xr sigprocmask 2
|
||||
によって旧式のものとなっています。
|
||||
.Ef
|
||||
.Pp
|
||||
.Fn sigblock
|
||||
は、現在、配信をブロックされているシグナルの集合に、
|
||||
.Fa mask
|
||||
で指定したシグナルを追加します。
|
||||
.Fa mask
|
||||
で対応するビットが 1 である場合、シグナルはブロックされます。マクロ
|
||||
.Fn sigmask
|
||||
は、
|
||||
.Fa signum
|
||||
のマスクを作成するために提供されています。
|
||||
.Pp
|
||||
.Dv SIGKILL
|
||||
や
|
||||
.Dv SIGSTOP
|
||||
はブロックできません。これはシステムが課す制限事項です。
|
||||
.Sh 戻り値
|
||||
マスクされたシグナルの前のセットが戻されます。
|
||||
.Sh 関連項目
|
||||
.Xr kill 2 ,
|
||||
.Xr sigaction 2 ,
|
||||
.Xr sigprocmask 2 ,
|
||||
.Xr sigsetmask 2 ,
|
||||
.Xr sigsetops 3
|
||||
.Sh 歴史
|
||||
.Fn sigblock
|
||||
関数呼び出しは、
|
||||
.Bx 4.2
|
||||
で登場しました。
|
||||
しかし、現在ではこの関数を使用することは推奨されていません。
|
||||
Loading…
Add table
Add a link
Reference in a new issue