Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Mention all of the API routines in the NAME s...



details:   https://anonhg.NetBSD.org/src/rev/1f1d9085f766
branches:  trunk
changeset: 751033:1f1d9085f766
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Fri Jan 22 20:18:46 2010 +0000

description:
Mention all of the API routines in the NAME section, and capitalize
'percpu'.  Also in the NAME section, call it a "Per-CPU storage
allocator."

diffstat:

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

diffs (27 lines):

diff -r 2c07cb9d1570 -r 1f1d9085f766 share/man/man9/percpu.9
--- a/share/man/man9/percpu.9   Fri Jan 22 20:11:16 2010 +0000
+++ b/share/man/man9/percpu.9   Fri Jan 22 20:18:46 2010 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: percpu.9,v 1.1 2010/01/22 20:11:16 dyoung Exp $
+.\"     $NetBSD: percpu.9,v 1.2 2010/01/22 20:18:46 dyoung Exp $
 .\"
 .\" Copyright (c) 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -31,8 +31,15 @@
 .Dt PERCPU 9
 .Os
 .Sh NAME
-.Nm percpu
-.Nd Per-CPU storage
+.Nm PERCPU ,
+.Nm percpu_init ,
+.Nm percpu_init_cpu ,
+.Nm percpu_alloc ,
+.Nm percpu_free ,
+.Nm percpu_getref ,
+.Nm percpu_putref ,
+.Nm percpu_foreach
+.Nd Per-CPU storage allocator
 .Sh SYNOPSIS
 .In sys/percpu.h
 .Vt typedef void (*percpu_callback_t)(void *, void *, struct cpu_info *);



Home | Main Index | Thread Index | Old Index