summaryrefslogtreecommitdiff
path: root/lib/libpthread
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-04-28 21:42:45 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-04-28 21:42:45 +0000
commit685cf0990434145d169b8ad117bfa8e88f252834 (patch)
tree73abdfab874d23143874eb900965108c855c1616 /lib/libpthread
parente6b3bebefd4fc64a7c201260ca72e300df9bd5bd (diff)
fix Xr; glam0006@tc.umn.edu
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/man/pthreads.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/man/pthreads.3 b/lib/libpthread/man/pthreads.3
index b925cb9fcf6..acc47f6d999 100644
--- a/lib/libpthread/man/pthreads.3
+++ b/lib/libpthread/man/pthreads.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthreads.3,v 1.9 2000/04/12 21:48:03 aaron Exp $
+.\" $OpenBSD: pthreads.3,v 1.10 2000/04/28 21:42:44 deraadt Exp $
.\" David Leonard <d@openbsd.org>, 1998. Public domain.
.Dd August 17, 1998
.Dt PTHREADS 3
@@ -163,9 +163,9 @@ thread.
Hence, if you want to handle the
.Dv SIGSEGV
signal, you should make use of
-.Xr sigaltstack 3
+.Xr sigaltstack 2
or
-.Xr sigprocmask 3 .
+.Xr sigprocmask 2 .
.Sh SEE ALSO
.Xr pthread_cleanup_pop 3 ,
.Xr pthread_cleanup_push 3 ,