From ba587118af62d6d2113f1eab45bfb00a0caae7c1 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 4 Jul 2003 08:36:06 +0000 Subject: Drop trailing whitespace. --- lib/libpthread/pthread_cond_init.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libpthread/pthread_cond_init.3') diff --git a/lib/libpthread/pthread_cond_init.3 b/lib/libpthread/pthread_cond_init.3 index 1d77eb57cdd..98d3ee598e9 100644 --- a/lib/libpthread/pthread_cond_init.3 +++ b/lib/libpthread/pthread_cond_init.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: pthread_cond_init.3,v 1.2 2003/06/08 06:44:30 thorpej Exp $ +.\" $NetBSD: pthread_cond_init.3,v 1.3 2003/07/04 08:36:06 wiz Exp $ .\" .\" Copyright (c) 2002 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -79,7 +79,7 @@ Condition variables are intended to be used to communicate changes in the state of data shared between threads. Condition variables are always associated with a mutex to provide syncronized access to the shared data. A single predicate should always be assocateed with a -condition variable. The predicate should identify a state of the +condition variable. The predicate should identify a state of the shared data that must be true before the thread proceeds. .Sh RETURN VALUES If successful, the -- cgit