signal.2: Remove ancient Linux libc details

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-06-29 10:19:05 +02:00
parent 1e95d1ba13
commit 30a63ffaeb
1 changed files with 11 additions and 11 deletions

View File

@ -264,17 +264,17 @@ see
.\" System V semantics are also provided if one uses the separate
.\" .BR sysv_signal (3)
.\" function.
.IP *
The
.BR signal ()
function in Linux libc4 and libc5 provide System\ V semantics.
If one on a libc5 system includes
.I <bsd/signal.h>
instead of
.IR <signal.h> ,
then
.BR signal ()
provides BSD semantics.
.\" .IP *
.\" The
.\" .BR signal ()
.\" function in Linux libc4 and libc5 provide System\ V semantics.
.\" If one on a libc5 system includes
.\" .I <bsd/signal.h>
.\" instead of
.\" .IR <signal.h> ,
.\" then
.\" .BR signal ()
.\" provides BSD semantics.
.SH SEE ALSO
.BR kill (1),
.BR alarm (2),