bsd_signal.3: Note that POSIX.1-2008 recommends sigaction(2) instead of this API

Reported-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2009-03-15 06:59:06 +13:00
parent b822e47c52
commit 67bb874245
1 changed files with 5 additions and 2 deletions

View File

@ -20,7 +20,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH BSD_SIGNAL 3 2008-08-06 "" "Linux Programmer's Manual"
.TH BSD_SIGNAL 3 2009-03-15 "" "Linux Programmer's Manual"
.SH NAME
bsd_signal \- signal handling with BSD semantics
.SH SYNOPSIS
@ -61,7 +61,10 @@ As for
.SH "CONFORMING TO"
4.2BSD, POSIX.1-2001.
POSIX.1-2008 removes the specification of
.BR bsd_signal ().
.BR bsd_signal (),
recommending the use of
.BR sigaction (2)
instead.
.SH NOTES
Use of
.BR bsd_signal ()