Module Name: src
Committed By: wiz
Date: Sat Jan 23 10:36:42 UTC 2010
Modified Files:
src/share/man/man9: xcall.9
Log Message:
Fix Dt, remove trailing whitespace, sort SEE ALSO.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/man9/xcall.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/xcall.9
diff -u src/share/man/man9/xcall.9:1.3 src/share/man/man9/xcall.9:1.4
--- src/share/man/man9/xcall.9:1.3 Sat Jan 23 00:47:03 2010
+++ src/share/man/man9/xcall.9 Sat Jan 23 10:36:42 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: xcall.9,v 1.3 2010/01/23 00:47:03 rmind Exp $
+.\" $NetBSD: xcall.9,v 1.4 2010/01/23 10:36:42 wiz Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -28,7 +28,7 @@
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd January 23, 2010
-.Dt xcall 9
+.Dt XCALL 9
.Os
.Sh NAME
.Nm xcall ,
@@ -108,7 +108,7 @@
Like
.Fn xc_broadcast ,
but call
-.Fn "(*func)"
+.Fn "(*func)"
on only the CPU indicated by
.Fa ci .
.Fn xc_unicast
@@ -139,8 +139,8 @@
.Pa sys/kern/subr_xcall.c .
.\" .Sh EXAMPLES
.Sh SEE ALSO
-.Xr percpu 9 ,
-.Xr kpreempt 9
+.Xr kpreempt 9 ,
+.Xr percpu 9
.Sh HISTORY
The
.Nm