aboutsummaryrefslogtreecommitdiffstats
path: root/man3/pthread_sigmask.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/pthread_sigmask.3')
-rw-r--r--man3/pthread_sigmask.32
1 files changed, 2 insertions, 0 deletions
diff --git a/man3/pthread_sigmask.3 b/man3/pthread_sigmask.3
index ffec8bce59..1a1c63f992 100644
--- a/man3/pthread_sigmask.3
+++ b/man3/pthread_sigmask.3
@@ -94,6 +94,7 @@ Signal handling thread got signal 10
.in
.SS Program source
\&
+.\" SRC BEGIN (pthread_sigmask.c)
.EX
#include <pthread.h>
#include <stdio.h>
@@ -148,6 +149,7 @@ main(int argc, char *argv[])
pause(); /* Dummy pause so we can test program */
}
.EE
+.\" SRC END
.SH SEE ALSO
.BR sigaction (2),
.BR sigpending (2),