Module Name: src
Committed By: wiz
Date: Thu Jul 8 21:35:10 UTC 2010
Modified Files:
src/lib/libpthread: pthread_spin.3
Log Message:
Add comma in enumeration, remove Xr to itself from SEE ALSO.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libpthread/pthread_spin.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libpthread/pthread_spin.3
diff -u src/lib/libpthread/pthread_spin.3:1.1 src/lib/libpthread/pthread_spin.3:1.2
--- src/lib/libpthread/pthread_spin.3:1.1 Thu Jul 8 19:20:25 2010
+++ src/lib/libpthread/pthread_spin.3 Thu Jul 8 21:35:09 2010
@@ -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 @@
.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 .