Module Name:    src
Committed By:   dyoung
Date:           Fri Jan 22 20:18:46 UTC 2010

Modified Files:
        src/share/man/man9: percpu.9

Log Message:
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."


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 src/share/man/man9/percpu.9:1.2
--- src/share/man/man9/percpu.9:1.1	Fri Jan 22 20:11:16 2010
+++ src/share/man/man9/percpu.9	Fri Jan 22 20:18:46 2010
@@ -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 *);

Reply via email to