diff options
author | 2012-04-11 18:40:10 +0000 | |
---|---|---|
committer | 2012-04-11 18:40:10 +0000 | |
commit | d142efca30069ba81235c29d035e46967bd4ce14 (patch) | |
tree | 0dd769633459d32b047377d19d39e23f2e469291 /lib/libpthread/man/pthreads.3 | |
parent | Add a simple barrier regression test. (diff) | |
download | wireguard-openbsd-d142efca30069ba81235c29d035e46967bd4ce14.tar.xz wireguard-openbsd-d142efca30069ba81235c29d035e46967bd4ce14.zip |
fix SEE ALSO;
Diffstat (limited to 'lib/libpthread/man/pthreads.3')
-rw-r--r-- | lib/libpthread/man/pthreads.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/man/pthreads.3 b/lib/libpthread/man/pthreads.3 index 4a35cbb508a..8bfd7bfb3b4 100644 --- a/lib/libpthread/man/pthreads.3 +++ b/lib/libpthread/man/pthreads.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthreads.3,v 1.34 2012/04/11 17:23:10 pirofti Exp $ +.\" $OpenBSD: pthreads.3,v 1.35 2012/04/11 18:40:10 jmc Exp $ .\" David Leonard <d@openbsd.org>, 1998. Public domain. .Dd $Mdocdate: April 11 2012 $ .Dt PTHREADS 3 @@ -523,8 +523,8 @@ environment variable. .Xr pthread_attr_setstacksize 3 , .Xr pthread_barrier_init 3 , .Xr pthread_barrier_wait 3 , -.Xr pthread_barrierattr_init 3 , .Xr pthread_barrierattr_getpshared 3 , +.Xr pthread_barrierattr_init 3 , .Xr pthread_cancel 3 , .Xr pthread_cleanup_pop 3 , .Xr pthread_cleanup_push 3 , |