Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libpthread Add comma in enumeration, remove Xr to itself...



details:   https://anonhg.NetBSD.org/src/rev/d98cc379a1d4
branches:  trunk
changeset: 756218:d98cc379a1d4
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Jul 08 21:35:09 2010 +0000

description:
Add comma in enumeration, remove Xr to itself from SEE ALSO.

diffstat:

 lib/libpthread/pthread_spin.3 |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r 41aec5631555 -r d98cc379a1d4 lib/libpthread/pthread_spin.3
--- a/lib/libpthread/pthread_spin.3     Thu Jul 08 21:34:22 2010 +0000
+++ b/lib/libpthread/pthread_spin.3     Thu Jul 08 21:35:09 2010 +0000
@@ -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 .



Home | Main Index | Thread Index | Old Index