Module Name: src
Committed By: yamt
Date: Fri Jun 3 04:33:32 UTC 2011
Modified Files:
src/share/man/man9: cpu_switchto.9
Log Message:
correct the section number of membar_producer. noted by wiz@
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/share/man/man9/cpu_switchto.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/cpu_switchto.9
diff -u src/share/man/man9/cpu_switchto.9:1.12 src/share/man/man9/cpu_switchto.9:1.13
--- src/share/man/man9/cpu_switchto.9:1.12 Thu Jun 2 00:58:26 2011
+++ src/share/man/man9/cpu_switchto.9 Fri Jun 3 04:33:31 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: cpu_switchto.9,v 1.12 2011/06/02 00:58:26 yamt Exp $
+.\" $NetBSD: cpu_switchto.9,v 1.13 2011/06/03 04:33:31 yamt Exp $
.\"
.\" Copyright (c)2007 YAMAMOTO Takashi,
.\" All rights reserved.
@@ -67,7 +67,7 @@
If the architecture does non-interlocked adaptive mutex release,
.Fn cpu_switchto
does an equivalent of
-.Xr membar_producer 9 ,
+.Xr membar_producer 3 ,
before and after the modification of
.Xr curlwp 9 .
.It
@@ -144,6 +144,6 @@
.Sh SEE ALSO
.Xr swapcontext 3 ,
.Xr intro 9 ,
-.Xr membar_producer 9 ,
+.Xr membar_producer 3 ,
.Xr mutex 9 ,
.Xr spl 9