diff options
author | 2015-09-22 08:22:05 +0000 | |
---|---|---|
committer | 2015-09-22 08:22:05 +0000 | |
commit | d7ee2c563a9ce866c0253dd5935a1f3c27f76c86 (patch) | |
tree | bc4292dabe3985d62e0649c76d7993ffc47e791e /lib/libpthread | |
parent | fix typo. (diff) | |
download | wireguard-openbsd-d7ee2c563a9ce866c0253dd5935a1f3c27f76c86.tar.xz wireguard-openbsd-d7ee2c563a9ce866c0253dd5935a1f3c27f76c86.zip |
typo (s/intialization/initialization/).
Diffstat (limited to 'lib/libpthread')
-rw-r--r-- | lib/libpthread/man/pthread_barrier_wait.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/man/pthread_barrier_wait.3 b/lib/libpthread/man/pthread_barrier_wait.3 index 5124e8a5e9c..c389f7b1113 100644 --- a/lib/libpthread/man/pthread_barrier_wait.3 +++ b/lib/libpthread/man/pthread_barrier_wait.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_barrier_wait.3,v 1.3 2013/06/05 03:44:50 tedu Exp $ +.\" $OpenBSD: pthread_barrier_wait.3,v 1.4 2015/09/22 08:22:05 sobrado Exp $ .\" .\" Copyright (c) 2012 Paul Irofti <pirofti@openbsd.org> .\" @@ -15,7 +15,7 @@ .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: September 22 2015 $ .Dt PTHREAD_BARRIER_WAIT 3 .Os .Sh NAME @@ -31,7 +31,7 @@ The function blocks the calling thread until the required number of threads call .Fn pthread_barrier_wait , -as specified at the object's intialization. +as specified at the object's initialization. .Sh RETURN VALUES If successful, .Fn pthread_barrier_wait |