Module Name: src
Committed By: jruoho
Date: Sat Jul 31 02:12:21 UTC 2010
Modified Files:
src/share/man/man9: cpu_need_resched.9
Log Message:
Remove EXAMPLES-title (the example was not really an example). Use .Xr for
cpu_idle(9) instead of .Fn.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/share/man/man9/cpu_need_resched.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_need_resched.9
diff -u src/share/man/man9/cpu_need_resched.9:1.7 src/share/man/man9/cpu_need_resched.9:1.8
--- src/share/man/man9/cpu_need_resched.9:1.7 Sun May 25 19:45:43 2008
+++ src/share/man/man9/cpu_need_resched.9 Sat Jul 31 02:12:20 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: cpu_need_resched.9,v 1.7 2008/05/25 19:45:43 wiz Exp $
+.\" $NetBSD: cpu_need_resched.9,v 1.8 2010/07/31 02:12:20 jruoho Exp $
.\"
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd May 18, 2007
+.Dd July 31, 2010
.Dt CPU_NEED_RESCHED 9
.Os
.Sh NAME
@@ -59,7 +59,7 @@
.Fn cpu_need_resched
typically issues an inter processor call to the processor to make it
notice the need of a context switch as soon as possible.
-.Sh EXAMPLES
+.Pp
Specifically, the
.Fn cpu_need_resched
function will perform the following operations:
@@ -69,10 +69,11 @@
.Xr userret 9
when returning to user-mode execution.
.It
-Post an asynchronous software trap (AST).
+Post an asynchronous software trap
+.Pq Tn AST .
.It
Send an inter processor interrupt to wake up
-.Fn cpu_idle .
+.Xr cpu_idle 9 .
.El
.Sh SEE ALSO
.Xr sched_4bsd 9 ,