Module Name: src
Committed By: wiz
Date: Sat Jan 23 10:37:21 UTC 2010
Modified Files:
src/share/man/man9: percpu.9
Log Message:
Remove trailing whitespace, fix xref to xcall.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/share/man/man9/percpu.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/percpu.9
diff -u src/share/man/man9/percpu.9:1.7 src/share/man/man9/percpu.9:1.8
--- src/share/man/man9/percpu.9:1.7 Sat Jan 23 00:54:43 2010
+++ src/share/man/man9/percpu.9 Sat Jan 23 10:37:21 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: percpu.9,v 1.7 2010/01/23 00:54:43 rmind Exp $
+.\" $NetBSD: percpu.9,v 1.8 2010/01/23 10:37:21 wiz Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -57,7 +57,7 @@
interface provides per-CPU, CPU-local memory reservations to kernel
subsystems.
.Fo percpu_alloc
-.Fa size
+.Fa size
.Fc
reserves on each CPU an independent memory region of
.Fa size
@@ -161,7 +161,7 @@
.Xr kmem 9 ,
.Xr pcq 9 ,
.Xr pool_cache 9 ,
-.Xr xc 9
+.Xr xcall 9
.Sh HISTORY
The
.Nm