From 0ce392a24d25bb8191c7278a9c8ef7ce944d00a2 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 8 Jul 2010 21:35:09 +0000 Subject: Add comma in enumeration, remove Xr to itself from SEE ALSO. --- lib/libpthread/pthread_spin.3 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'lib/libpthread/pthread_spin.3') 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 . -- cgit