summaryrefslogtreecommitdiffstats
path: root/upstream/debian-unstable/man3/gsignal.3
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:51:52 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:51:52 +0000
commit4ad94864781f48b1a4b77f9cfb934622bf756ba1 (patch)
tree3900955c1886e6d2570fea7125ee1f01bafe876d /upstream/debian-unstable/man3/gsignal.3
parentAdding upstream version 4.22.0. (diff)
downloadmanpages-l10n-4ad94864781f48b1a4b77f9cfb934622bf756ba1.tar.xz
manpages-l10n-4ad94864781f48b1a4b77f9cfb934622bf756ba1.zip
Adding upstream version 4.23.0.upstream/4.23.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/debian-unstable/man3/gsignal.3')
-rw-r--r--upstream/debian-unstable/man3/gsignal.315
1 files changed, 7 insertions, 8 deletions
diff --git a/upstream/debian-unstable/man3/gsignal.3 b/upstream/debian-unstable/man3/gsignal.3
index 45876503..e495c235 100644
--- a/upstream/debian-unstable/man3/gsignal.3
+++ b/upstream/debian-unstable/man3/gsignal.3
@@ -5,7 +5,7 @@
.\"
.\" This replaces an earlier man page written by Walter Harms
.\" <walter.harms@informatik.uni-oldenburg.de>.
-.TH gsignal 3 2023-07-20 "Linux man-pages 6.05.01"
+.TH gsignal 3 2024-05-02 "Linux man-pages 6.8"
.SH NAME
gsignal, ssignal \- software signal facility
.SH LIBRARY
@@ -14,19 +14,19 @@ Standard C library
.SH SYNOPSIS
.nf
.B #include <signal.h>
-.PP
+.P
.B typedef void (*sighandler_t)(int);
-.PP
+.P
.BI "[[deprecated]] int gsignal(int " signum );
-.PP
+.P
.BI "[[deprecated]] sighandler_t ssignal(int " signum ", sighandler_t " action );
.fi
-.PP
+.P
.RS -4
Feature Test Macro Requirements for glibc (see
.BR feature_test_macros (7)):
.RE
-.PP
+.P
.BR gsignal (),
.BR ssignal ():
.nf
@@ -43,7 +43,7 @@ aliases for
and
.BR signal (2),
respectively.
-.PP
+.P
Elsewhere, on System V-like systems, these functions implement
software signaling, entirely independent of the classical
.BR signal (2)
@@ -100,7 +100,6 @@ T{
.BR ssignal ()
T} Thread safety MT-Safe sigintr
.TE
-.sp 1
.SH STANDARDS
None.
.SH HISTORY