Module Name: src
Committed By: wiz
Date: Fri Jul 9 08:31:35 UTC 2010
Modified Files:
src/lib/libpthread: pthread_spin.3
Log Message:
Remove empty line.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 src/lib/libpthread/pthread_spin.3:1.4
--- src/lib/libpthread/pthread_spin.3:1.3 Thu Jul 8 21:48:07 2010
+++ src/lib/libpthread/pthread_spin.3 Fri Jul 9 08:31:35 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_spin.3,v 1.3 2010/07/08 21:48:07 jruoho Exp $
+.\" $NetBSD: pthread_spin.3,v 1.4 2010/07/09 08:31:35 wiz Exp $
.\"
.\" Copyright (c) 2002, 2008, 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -98,7 +98,6 @@
or
.Fn pthread_spin_trylock .
The results are undefined if the lock is not held by the calling thread.
-
.\" ----------------------------------------------------------------------------
.Sh RETURN VALUES
If successful, all described functions return zero.