diff options
Diffstat (limited to 'lib/libpthread')
| -rw-r--r-- | lib/libpthread/pthread_spin.3 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libpthread/pthread_spin.3 b/lib/libpthread/pthread_spin.3 index 9eea34ca0e3..be2c25f7ae3 100644 --- a/lib/libpthread/pthread_spin.3 +++ b/lib/libpthread/pthread_spin.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: pthread_spin.3,v 1.1 2010/07/08 19:20:25 rmind Exp $ +.\" $NetBSD: pthread_spin.3,v 1.2 2010/07/08 21:35:09 wiz Exp $ .\" .\" Copyright (c) 2002, 2008, 2010 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -206,10 +206,9 @@ is invalid. .Sh SEE ALSO .Xr pthread 3 , .Xr pthread_barrier 3 , -.Xr pthread_cond 3 +.Xr pthread_cond 3 , .Xr pthread_mutex 3 , -.Xr pthread_rwlock 3 , -.Xr pthread_spin 3 +.Xr pthread_rwlock 3 .Sh STANDARDS These functions conform to .St -p1003.1-2001 . |
