summaryrefslogtreecommitdiffstats
path: root/man3/bsd_signal.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/bsd_signal.3')
-rw-r--r--man3/bsd_signal.325
1 files changed, 12 insertions, 13 deletions
diff --git a/man3/bsd_signal.3 b/man3/bsd_signal.3
index 20e58cfed..3294c5cc1 100644
--- a/man3/bsd_signal.3
+++ b/man3/bsd_signal.3
@@ -3,7 +3,7 @@
.\"
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
-.TH bsd_signal 3 2023-02-05 "Linux man-pages 6.03"
+.TH bsd_signal 3 2023-07-20 "Linux man-pages 6.05.01"
.SH NAME
bsd_signal \- signal handling with BSD semantics
.SH LIBRARY
@@ -62,28 +62,19 @@ As for
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
-.ad l
-.nh
.TS
allbox;
lbx lb lb
l l l.
Interface Attribute Value
T{
+.na
+.nh
.BR bsd_signal ()
T} Thread safety MT-Safe
.TE
-.hy
-.ad
.sp 1
-.SH STANDARDS
-4.2BSD, POSIX.1-2001.
-POSIX.1-2008 removes the specification of
-.BR bsd_signal (),
-recommending the use of
-.BR sigaction (2)
-instead.
-.SH NOTES
+.SH VERSIONS
Use of
.BR bsd_signal ()
should be avoided; use
@@ -107,6 +98,14 @@ is a GNU extension;
this type is defined only if the
.B _GNU_SOURCE
feature test macro is defined.
+.SH STANDARDS
+None.
+.SH HISTORY
+4.2BSD, POSIX.1-2001.
+Removed in POSIX.1-2008,
+recommending the use of
+.BR sigaction (2)
+instead.
.SH SEE ALSO
.BR sigaction (2),
.BR signal (2),