signal.2: wfix: Make the warning against the use of signal() even more obvious

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-11-10 13:13:11 +01:00
parent 886888470f
commit 9b71be4f0b
1 changed files with 2 additions and 1 deletions

View File

@ -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.