aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-11-10 13:13:11 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-11-10 13:13:11 +0100
commit9b71be4f0b27daf3edc9ce41f13d07e305802994 (patch)
treeefd65de0fe9aee397bbbdd4f474b721acacf4aea
parent886888470f5bbb411f72fcc7efab7bd2e8ffce5e (diff)
downloadman-pages-9b71be4f0b27daf3edc9ce41f13d07e305802994.tar.gz
signal.2: wfix: Make the warning against the use of signal() even more obvious
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/signal.23
1 files changed, 2 insertions, 1 deletions
diff --git a/man2/signal.2 b/man2/signal.2
index dbe5baa5e2..ad1b38d418 100644
--- a/man2/signal.2
+++ b/man2/signal.2
@@ -43,7 +43,8 @@ signal \- ANSI C signal handling
.PP
.BI "sighandler_t signal(int " signum ", sighandler_t " handler );
.SH DESCRIPTION
-The behavior of
+.BR WARNING :
+ the behavior of
.BR signal ()
varies across UNIX versions,
and has also varied historically across different versions of Linux.