summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sobrado <sobrado@cvs.openbsd.org>2015-09-22 08:22:06 +0000
committerIgor Sobrado <sobrado@cvs.openbsd.org>2015-09-22 08:22:06 +0000
commitd1ef62ac89b5f34297a879757706f88915a6b67e (patch)
treef9223a573eb073b5480c4b914b239a9a73cdb2a6
parent933d944d5446105ec765dd5608e5e11d75d321d7 (diff)
typo (s/intialization/initialization/).
-rw-r--r--lib/libpthread/man/pthread_barrier_wait.36
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