Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Adjust cpu_switch(9) -> cpu_switchto(9) in xr...



details:   https://anonhg.NetBSD.org/src/rev/41b8ed0ed2ef
branches:  trunk
changeset: 777552:41b8ed0ed2ef
user:      njoly <njoly%NetBSD.org@localhost>
date:      Wed Feb 22 19:04:38 2012 +0000

description:
Adjust cpu_switch(9) -> cpu_switchto(9) in xrefs.

diffstat:

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

diffs (24 lines):

diff -r f1a09cfd45d2 -r 41b8ed0ed2ef share/man/man9/pmc.9
--- a/share/man/man9/pmc.9      Wed Feb 22 18:54:51 2012 +0000
+++ b/share/man/man9/pmc.9      Wed Feb 22 19:04:38 2012 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pmc.9,v 1.11 2010/05/14 18:52:46 jruoho Exp $
+.\" $NetBSD: pmc.9,v 1.12 2012/02/22 19:04:38 njoly Exp $
 .\"
 .\" Copyright (c) 2002, 2005 Wasabi Systems, Inc.
 .\" All rights reserved.
@@ -172,12 +172,12 @@
 .It Fn pmc_save_context "struct lwp *l"
 Saves the PMC context for the current process.
 This is called just before
-.Xr cpu_switch 9 .
+.Xr cpu_switchto 9 .
 If there is kernel PMC state, it must be maintained across this call.
 .It Fn pmc_restore_context "struct lwp *l"
 Restores the PMC context for the current process.
 This is called just after
-.Xr cpu_switch 9
+.Xr cpu_switchto 9
 returns.
 If there is kernel PMC state, it must be maintained across this call.
 .It Fn pmc_enable_counter "struct lwp *l" "int ctr"



Home | Main Index | Thread Index | Old Index