diff options
| author | wiz <wiz@NetBSD.org> | 2003-07-04 08:41:25 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2003-07-04 08:41:25 +0000 |
| commit | 2f56847e01201cbcafca2093cb815f6311b496fa (patch) | |
| tree | b3542f3c242803bcf553fc5f505b4001986b6466 /lib/libpthread/pthread_spin_lock.3 | |
| parent | ba587118af62d6d2113f1eab45bfb00a0caae7c1 (diff) | |
Fix SEE ALSO.
Diffstat (limited to 'lib/libpthread/pthread_spin_lock.3')
| -rw-r--r-- | lib/libpthread/pthread_spin_lock.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/pthread_spin_lock.3 b/lib/libpthread/pthread_spin_lock.3 index d59769af31c..514cbe974c1 100644 --- a/lib/libpthread/pthread_spin_lock.3 +++ b/lib/libpthread/pthread_spin_lock.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: pthread_spin_lock.3,v 1.2 2003/06/08 06:44:34 thorpej Exp $ +.\" $NetBSD: pthread_spin_lock.3,v 1.3 2003/07/04 08:41:26 wiz Exp $ .\" .\" Copyright (c) 2002 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -94,8 +94,8 @@ The value specified by is invalid. .El .Sh SEE ALSO -.Xr pthread_spin_init 3 , .Xr pthread_spin_destroy 3 , +.Xr pthread_spin_init 3 , .Xr pthread_spin_unlock 3 .Sh STANDARDS .Fn pthread_spin_lock |
