bsd_signal.3: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2021-01-04 08:53:50 +01:00
parent 464ba16d1e
commit fe05d0458e
1 changed files with 2 additions and 2 deletions

View File

@ -26,13 +26,13 @@
.SH NAME
bsd_signal \- signal handling with BSD semantics
.SH SYNOPSIS
.fi
.nf
.B #include <signal.h>
.PP
.B typedef void (*sighandler_t)(int);
.PP
.BI "sighandler_t bsd_signal(int " signum ", sighandler_t " handler );
.nf
.fi
.PP
.RS -4
Feature Test Macro Requirements for glibc (see