sigwait.3: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2021-03-14 21:47:02 +01:00
parent cd2b76c7dc
commit efebdba0af
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ sigwait \- wait for a signal
.nf
.B #include <signal.h>
.PP
.BI " int sigwait(const sigset_t *" set ", int *" sig );
.BI "int sigwait(const sigset_t *" set ", int *" sig );
.fi
.PP
.RS -4