summaryrefslogtreecommitdiff
path: root/lib/libpthread/pthread_barrier_init.3
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2003-07-04 08:36:06 +0000
committerwiz <wiz@NetBSD.org>2003-07-04 08:36:06 +0000
commitba587118af62d6d2113f1eab45bfb00a0caae7c1 (patch)
tree92dad12b68c15fcb0aad70e6806555b9df43fad5 /lib/libpthread/pthread_barrier_init.3
parent3c3799a827593f01541ce3ed6e56cd0a0f92e8fc (diff)
Drop trailing whitespace.
Diffstat (limited to 'lib/libpthread/pthread_barrier_init.3')
-rw-r--r--lib/libpthread/pthread_barrier_init.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libpthread/pthread_barrier_init.3 b/lib/libpthread/pthread_barrier_init.3
index 281364ffe2b..375ba817a45 100644
--- a/lib/libpthread/pthread_barrier_init.3
+++ b/lib/libpthread/pthread_barrier_init.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_barrier_init.3,v 1.3 2003/07/01 10:23:52 wiz Exp $
+.\" $NetBSD: pthread_barrier_init.3,v 1.4 2003/07/04 08:36:06 wiz Exp $
.\"
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -41,10 +41,10 @@
The
.Fn pthread_barrier_init
function creates a new barrier, with attributes specified with
-.Fa attr
-and
+.Fa attr
+and
.Fa count .
-The
+The
.Fa count
parameter indicates the number of threads which will participate in the barrier.
If