aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2021-03-14 21:47:02 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2021-03-14 21:47:02 +0100
commitefebdba0af654f51a7ec767c3e50a57079e03b59 (patch)
treee2eb29e7aad433113d8210e2f4fbd4d8f995d711 /man3
parentcd2b76c7dc4a607d952f1ae77fdee2dd7dc9c3dc (diff)
downloadman-pages-efebdba0af654f51a7ec767c3e50a57079e03b59.tar.gz
sigwait.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3')
-rw-r--r--man3/sigwait.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/sigwait.3 b/man3/sigwait.3
index 6dd6ed545c..47c79a24d8 100644
--- a/man3/sigwait.3
+++ b/man3/sigwait.3
@@ -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