Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 correct the section number of membar_producer...



details:   https://anonhg.NetBSD.org/src/rev/d0ead9ce922e
branches:  trunk
changeset: 765697:d0ead9ce922e
user:      yamt <yamt%NetBSD.org@localhost>
date:      Fri Jun 03 04:33:31 2011 +0000

description:
correct the section number of membar_producer.  noted by wiz@

diffstat:

 share/man/man9/cpu_switchto.9 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 17105c524135 -r d0ead9ce922e share/man/man9/cpu_switchto.9
--- a/share/man/man9/cpu_switchto.9     Fri Jun 03 03:21:12 2011 +0000
+++ b/share/man/man9/cpu_switchto.9     Fri Jun 03 04:33:31 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index