Module Name: src
Committed By: wiz
Date: Sun Feb 7 10:49:36 UTC 2010
Modified Files:
src/share/man/man9: spl.9
Log Message:
Xref i386/splraise.9 and bump date for previous.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/share/man/man9/spl.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/spl.9
diff -u src/share/man/man9/spl.9:1.37 src/share/man/man9/spl.9:1.38
--- src/share/man/man9/spl.9:1.37 Sat Feb 6 22:32:08 2010
+++ src/share/man/man9/spl.9 Sun Feb 7 10:49:35 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: spl.9,v 1.37 2010/02/06 22:32:08 dyoung Exp $
+.\" $NetBSD: spl.9,v 1.38 2010/02/07 10:49:35 wiz Exp $
.\"
.\" Copyright (c) 2000, 2001 Jason R. Thorpe. All rights reserved.
.\" Copyright (c) 1997 Michael Long.
@@ -27,7 +27,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd November 17, 2009
+.Dd February 6, 2010
.Dt SPL 9
.Os
.Sh NAME
@@ -209,6 +209,7 @@
functions.
.Sh SEE ALSO
.Xr condvar 9 ,
+.Xr i386/splraise 9 ,
.Xr mutex 9 ,
.Xr rwlock 9
.Sh HISTORY