diff options
author | 2000-04-28 21:42:44 +0000 | |
---|---|---|
committer | 2000-04-28 21:42:44 +0000 | |
commit | d2ce185aa60cdb720e9f83ad1bce0a032c1269f7 (patch) | |
tree | 2b54ed0ad31fb5fb9de5a050c61e305524c30f68 /lib/libpthread/man | |
parent | flesh (diff) | |
download | wireguard-openbsd-d2ce185aa60cdb720e9f83ad1bce0a032c1269f7.tar.xz wireguard-openbsd-d2ce185aa60cdb720e9f83ad1bce0a032c1269f7.zip |
fix Xr; glam0006@tc.umn.edu
Diffstat (limited to 'lib/libpthread/man')
-rw-r--r-- | lib/libpthread/man/pthreads.3 | 6 |
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 , |