diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2021-03-14 21:47:02 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2021-03-14 21:47:02 +0100 |
| commit | efebdba0af654f51a7ec767c3e50a57079e03b59 (patch) | |
| tree | e2eb29e7aad433113d8210e2f4fbd4d8f995d711 /man3/sigwait.3 | |
| parent | cd2b76c7dc4a607d952f1ae77fdee2dd7dc9c3dc (diff) | |
| download | man-pages-efebdba0af654f51a7ec767c3e50a57079e03b59.tar.gz | |
sigwait.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/sigwait.3')
| -rw-r--r-- | man3/sigwait.3 | 2 |
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 |
