Module Name:    src
Committed By:   jruoho
Date:           Fri May 14 18:52:46 UTC 2010

Modified Files:
        src/share/man/man9: bus_dma.9 kmem.9 pmc.9 sysctl.9 xcall.9

Log Message:
Use standard section headers.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/share/man/man9/bus_dma.9
cvs rdiff -u -r1.8 -r1.9 src/share/man/man9/kmem.9
cvs rdiff -u -r1.10 -r1.11 src/share/man/man9/pmc.9
cvs rdiff -u -r1.15 -r1.16 src/share/man/man9/sysctl.9
cvs rdiff -u -r1.4 -r1.5 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/bus_dma.9
diff -u src/share/man/man9/bus_dma.9:1.52 src/share/man/man9/bus_dma.9:1.53
--- src/share/man/man9/bus_dma.9:1.52	Wed Apr 14 13:05:43 2010
+++ src/share/man/man9/bus_dma.9	Fri May 14 18:52:46 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: bus_dma.9,v 1.52 2010/04/14 13:05:43 wiz Exp $
+.\" $NetBSD: bus_dma.9,v 1.53 2010/05/14 18:52:46 jruoho Exp $
 .\"
 .\" Copyright (c) 1996, 1997, 1998, 2001, 2005, 2006 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -28,7 +28,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd April 14, 2010
+.Dd May 14, 2010
 .Dt BUS_DMA 9
 .Os
 .Sh NAME
@@ -94,7 +94,7 @@
 .Fn bus_dmatag_destroy "bus_dma_tag_t tag"
 .Sh DESCRIPTION
 Provide a bus- and machine-independent "DMA mapping interface."
-.Sh NOTES
+.Sh IMPLEMENTATION NOTES
 All data structures, function prototypes, and macros will be defined
 by the port-specific header
 .In machine/bus.h .

Index: src/share/man/man9/kmem.9
diff -u src/share/man/man9/kmem.9:1.8 src/share/man/man9/kmem.9:1.9
--- src/share/man/man9/kmem.9:1.8	Fri Apr 23 16:24:04 2010
+++ src/share/man/man9/kmem.9	Fri May 14 18:52:46 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: kmem.9,v 1.8 2010/04/23 16:24:04 rmind Exp $
+.\"	$NetBSD: kmem.9,v 1.9 2010/05/14 18:52:46 jruoho Exp $
 .\"
 .\" Copyright (c)2006 YAMAMOTO Takashi,
 .\" All rights reserved.
@@ -25,7 +25,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\" ------------------------------------------------------------
-.Dd April 23, 2010
+.Dd May 14, 2010
 .Dt KMEM 9
 .Os
 .\" ------------------------------------------------------------
@@ -136,7 +136,7 @@
 .Dv NULL
 is illegal.
 .\" ------------------------------------------------------------
-.Sh NOTES
+.Sh IMPLEMENTATION NOTES
 Making
 .Dv KM_SLEEP
 allocations while holding mutexes or reader/writer locks is discouraged, as the

Index: src/share/man/man9/pmc.9
diff -u src/share/man/man9/pmc.9:1.10 src/share/man/man9/pmc.9:1.11
--- src/share/man/man9/pmc.9:1.10	Mon Mar 22 18:58:33 2010
+++ src/share/man/man9/pmc.9	Fri May 14 18:52:46 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: pmc.9,v 1.10 2010/03/22 18:58:33 joerg Exp $
+.\" $NetBSD: pmc.9,v 1.11 2010/05/14 18:52:46 jruoho Exp $
 .\"
 .\" Copyright (c) 2002, 2005 Wasabi Systems, Inc.
 .\" All rights reserved.
@@ -33,7 +33,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd December 20, 2005
+.Dd May 14, 2010
 .Dt PMC 9
 .Os
 .Sh NAME
@@ -106,7 +106,7 @@
 as monitoring of userland applications.
 If the hardware can interrupt the CPU in a specific implementation,
 then it may also be used as a profiling source instead of the clock.
-.Sh NOTES
+.Sh IMPLEMENTATION NOTES
 All function calls in this interface may be defined as
 .Xr cpp 1
 macros.

Index: src/share/man/man9/sysctl.9
diff -u src/share/man/man9/sysctl.9:1.15 src/share/man/man9/sysctl.9:1.16
--- src/share/man/man9/sysctl.9:1.15	Sun Apr 11 06:50:30 2010
+++ src/share/man/man9/sysctl.9	Fri May 14 18:52:46 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: sysctl.9,v 1.15 2010/04/11 06:50:30 jruoho Exp $
+.\"	$NetBSD: sysctl.9,v 1.16 2010/05/14 18:52:46 jruoho Exp $
 .\"
 .\" Copyright (c) 2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd April 11, 2010
+.Dd May 14, 2010
 .Dt SYSCTL 9
 .Os
 .Sh NAME
@@ -613,7 +613,7 @@
 .Fa oldp
 are interpreted as kernel addresses, and access is performed as for
 the superuser.
-.Sh NOTES
+.Sh IMPLEMENTATION NOTES
 It is expected that nodes will be added to (or removed from) the tree
 during the following stages of a machine's lifetime:
 .Pp

Index: src/share/man/man9/xcall.9
diff -u src/share/man/man9/xcall.9:1.4 src/share/man/man9/xcall.9:1.5
--- src/share/man/man9/xcall.9:1.4	Sat Jan 23 10:36:42 2010
+++ src/share/man/man9/xcall.9	Fri May 14 18:52:46 2010
@@ -1,4 +1,4 @@
-.\"     $NetBSD: xcall.9,v 1.4 2010/01/23 10:36:42 wiz Exp $
+.\"     $NetBSD: xcall.9,v 1.5 2010/05/14 18:52:46 jruoho Exp $
 .\"
 .\" Copyright (c) 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd January 23, 2010
+.Dd May 14, 2010
 .Dt XCALL 9
 .Os
 .Sh NAME
@@ -81,7 +81,7 @@
 not interrupting other code running on the CPU, and so has exclusive
 access to the CPU.
 Keep in mind that unless disabled, it may cause a kernel preemption.
-.Sh NOTES
+.Sh IMPLEMENTATION NOTES
 Functions being called should be relatively lightweight.
 They may block on locks, but carefully and minimally, to not interfere
 with other cross calls in the system.

Reply via email to