Module Name: src
Committed By: rmind
Date: Sun Aug 7 12:29:24 UTC 2011
Modified Files:
src/share/man/man9: pserialize.9
Log Message:
Fix .Xr to membar_ops(3), not membar(9). Spotted by wiz@.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man9/pserialize.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/pserialize.9
diff -u src/share/man/man9/pserialize.9:1.2 src/share/man/man9/pserialize.9:1.3
--- src/share/man/man9/pserialize.9:1.2 Tue Aug 2 10:17:35 2011
+++ src/share/man/man9/pserialize.9 Sun Aug 7 12:29:24 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: pserialize.9,v 1.2 2011/08/02 10:17:35 wiz Exp $
+.\" $NetBSD: pserialize.9,v 1.3 2011/08/07 12:29:24 rmind Exp $
.\"
.\" Copyright (c) 2011 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -94,8 +94,8 @@
is implemented within the file
.Pa sys/kern/subr_pserialize.c .
.Sh SEE ALSO
+.Xr membar_ops 3 ,
.Xr condvar 9 ,
-.Xr membar 9 ,
.Xr mutex 9 ,
.Xr rwlock 9
.Rs