Module Name:    src
Committed By:   msaitoh
Date:           Wed Feb 22 09:20:39 UTC 2017

Modified Files:
        src/distrib/sets/lists/comp: mi
        src/share/man/man9: Makefile

Log Message:
Add links for kmem_intr_alloc.9, kmem_intr_free.9 and kmem_intr_zalloc.9.


To generate a diff of this commit:
cvs rdiff -u -r1.2110 -r1.2111 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.401 -r1.402 src/share/man/man9/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/lists/comp/mi
diff -u src/distrib/sets/lists/comp/mi:1.2110 src/distrib/sets/lists/comp/mi:1.2111
--- src/distrib/sets/lists/comp/mi:1.2110	Thu Feb 16 08:39:10 2017
+++ src/distrib/sets/lists/comp/mi	Wed Feb 22 09:20:39 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: mi,v 1.2110 2017/02/16 08:39:10 knakahara Exp $
+#	$NetBSD: mi,v 1.2111 2017/02/22 09:20:39 msaitoh Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 ./etc/mtree/set.comp				comp-sys-root
@@ -10562,6 +10562,9 @@
 ./usr/share/man/cat9/kmem.0			comp-sys-catman		.cat
 ./usr/share/man/cat9/kmem_alloc.0		comp-sys-catman		.cat
 ./usr/share/man/cat9/kmem_asprintf.0		comp-sys-catman		.cat
+./usr/share/man/cat9/kmem_intr_alloc.0		comp-sys-catman		.cat
+./usr/share/man/cat9/kmem_intr_free.0		comp-sys-catman		.cat
+./usr/share/man/cat9/kmem_intr_zalloc.0		comp-sys-catman		.cat
 ./usr/share/man/cat9/kmem_free.0		comp-sys-catman		.cat
 ./usr/share/man/cat9/kmem_zalloc.0		comp-sys-catman		.cat
 ./usr/share/man/cat9/knote.0			comp-sys-catman		.cat
@@ -17853,6 +17856,9 @@
 ./usr/share/man/html9/kmem.html			comp-sys-htmlman	html
 ./usr/share/man/html9/kmem_alloc.html		comp-sys-htmlman	html
 ./usr/share/man/html9/kmem_asprintf.html	comp-sys-htmlman	html
+./usr/share/man/html9/kmem_intr_alloc.html	comp-sys-htmlman	html
+./usr/share/man/html9/kmem_intr_free.html	comp-sys-htmlman	html
+./usr/share/man/html9/kmem_intr_zalloc.html	comp-sys-htmlman	html
 ./usr/share/man/html9/kmem_free.html		comp-sys-htmlman	html
 ./usr/share/man/html9/kmem_zalloc.html		comp-sys-htmlman	html
 ./usr/share/man/html9/knote.html		comp-sys-htmlman	html
@@ -25296,6 +25302,9 @@
 ./usr/share/man/man9/kmem.9			comp-sys-man		.man
 ./usr/share/man/man9/kmem_alloc.9		comp-sys-man		.man
 ./usr/share/man/man9/kmem_asprintf.9		comp-sys-man		.man
+./usr/share/man/man9/kmem_intr_alloc.9		comp-sys-man		.man
+./usr/share/man/man9/kmem_intr_free.9		comp-sys-man		.man
+./usr/share/man/man9/kmem_intr_zalloc.9		comp-sys-man		.man
 ./usr/share/man/man9/kmem_free.9		comp-sys-man		.man
 ./usr/share/man/man9/kmem_zalloc.9		comp-sys-man		.man
 ./usr/share/man/man9/knote.9			comp-sys-man		.man

Index: src/share/man/man9/Makefile
diff -u src/share/man/man9/Makefile:1.401 src/share/man/man9/Makefile:1.402
--- src/share/man/man9/Makefile:1.401	Sat Jan  7 04:44:12 2017
+++ src/share/man/man9/Makefile	Wed Feb 22 09:20:39 2017
@@ -1,4 +1,4 @@
-#       $NetBSD: Makefile,v 1.401 2017/01/07 04:44:12 ozaki-r Exp $
+#       $NetBSD: Makefile,v 1.402 2017/02/22 09:20:39 msaitoh Exp $
 
 #	Makefile for section 9 (kernel function and variable) manual pages.
 
@@ -429,6 +429,9 @@ MLINKS+=kcpuset.9 kcpuset_create.9 \
 MLINKS+=kmem.9 kmem_alloc.9 \
 	kmem.9 kmem_free.9 \
 	kmem.9 kmem_zalloc.9 \
+	kmem.9 kmem_intr_alloc.9 \
+	kmem.9 kmem_intr_free.9 \
+	kmem.9 kmem_intr_zalloc.9 \
 	kmem.9 kmem_asprintf.9
 MAN+=	kpreempt.9
 MLINKS+=kpreempt.9 kpreempt_disable.9 \

Reply via email to