Xref i386/splraise.9 and bump date for previous.

This commit is contained in:
wiz 2010-02-07 10:49:35 +00:00
parent 5b83bdc89a
commit e9ce9a115f
1 changed files with 3 additions and 2 deletions

View File

@ -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 @@ which must be a value previously returned by one of the other
functions.
.Sh SEE ALSO
.Xr condvar 9 ,
.Xr i386/splraise 9 ,
.Xr mutex 9 ,
.Xr rwlock 9
.Sh HISTORY