diff options
| author | wiz <wiz@NetBSD.org> | 2010-07-08 21:35:09 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2010-07-08 21:35:09 +0000 |
| commit | 0ce392a24d25bb8191c7278a9c8ef7ce944d00a2 (patch) | |
| tree | 6fac86eaca7a45ca1a8e3ea44b14af0e1faea54e /lib/libpthread/pthread_spin.3 | |
| parent | 5a5247a953e581bf1224accfc53fe75ef292d5bf (diff) | |
Add comma in enumeration, remove Xr to itself from SEE ALSO.
Diffstat (limited to 'lib/libpthread/pthread_spin.3')
| -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 . |
