Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Remove trailing whitespace, fix xref to xcall.



details:   https://anonhg.NetBSD.org/src/rev/f2f85bd19ab1
branches:  trunk
changeset: 751053:f2f85bd19ab1
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Jan 23 10:37:21 2010 +0000

description:
Remove trailing whitespace, fix xref to xcall.

diffstat:

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

diffs (27 lines):

diff -r 013433aa68c2 -r f2f85bd19ab1 share/man/man9/percpu.9
--- a/share/man/man9/percpu.9   Sat Jan 23 10:37:01 2010 +0000
+++ b/share/man/man9/percpu.9   Sat Jan 23 10:37:21 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index