Module Name:    src
Committed By:   jdolecek
Date:           Fri May  1 21:43:24 UTC 2020

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

Log Message:
link also m_apply(9) to mbuf(9)


To generate a diff of this commit:
cvs rdiff -u -r1.2323 -r1.2324 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.449 -r1.450 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.2323 src/distrib/sets/lists/comp/mi:1.2324
--- src/distrib/sets/lists/comp/mi:1.2323	Thu Apr 30 03:28:18 2020
+++ src/distrib/sets/lists/comp/mi	Fri May  1 21:43:23 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: mi,v 1.2323 2020/04/30 03:28:18 riastradh Exp $
+#	$NetBSD: mi,v 1.2324 2020/05/01 21:43:23 jdolecek Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 ./etc/mtree/set.comp				comp-sys-root
@@ -11416,6 +11416,7 @@
 ./usr/share/man/cat9/ltsleep.0			comp-sys-catman		.cat
 ./usr/share/man/cat9/lwp_trampoline.0		comp-sys-catman		.cat
 ./usr/share/man/cat9/m_adj.0			comp-sys-catman		.cat
+./usr/share/man/cat9/m_apply.0			comp-sys-catman		.cat
 ./usr/share/man/cat9/m_cat.0			comp-sys-catman		.cat
 ./usr/share/man/cat9/m_copyback.0		comp-sys-catman		.cat
 ./usr/share/man/cat9/m_copyback_cow.0		comp-sys-catman		.cat
@@ -19360,6 +19361,7 @@
 ./usr/share/man/html9/ltsleep.html		comp-sys-htmlman	html
 ./usr/share/man/html9/lwp_trampoline.html	comp-sys-htmlman	html
 ./usr/share/man/html9/m_adj.html		comp-sys-htmlman	html
+./usr/share/man/html9/m_apply.html		comp-sys-htmlman	html
 ./usr/share/man/html9/m_cat.html		comp-sys-htmlman	html
 ./usr/share/man/html9/m_copyback.html		comp-sys-htmlman	html
 ./usr/share/man/html9/m_copyback_cow.html	comp-sys-htmlman	html
@@ -27457,6 +27459,7 @@
 ./usr/share/man/man9/ltsleep.9			comp-sys-man		.man
 ./usr/share/man/man9/lwp_trampoline.9		comp-sys-man		.man
 ./usr/share/man/man9/m_adj.9			comp-sys-man		.man
+./usr/share/man/man9/m_apply.9			comp-sys-man		.man
 ./usr/share/man/man9/m_cat.9			comp-sys-man		.man
 ./usr/share/man/man9/m_copyback.9		comp-sys-man		.man
 ./usr/share/man/man9/m_copyback_cow.9		comp-sys-man		.man

Index: src/share/man/man9/Makefile
diff -u src/share/man/man9/Makefile:1.449 src/share/man/man9/Makefile:1.450
--- src/share/man/man9/Makefile:1.449	Thu Apr 30 03:28:18 2020
+++ src/share/man/man9/Makefile	Fri May  1 21:43:24 2020
@@ -1,4 +1,4 @@
-#       $NetBSD: Makefile,v 1.449 2020/04/30 03:28:18 riastradh Exp $
+#       $NetBSD: Makefile,v 1.450 2020/05/01 21:43:24 jdolecek Exp $
 
 #	Makefile for section 9 (kernel function and variable) manual pages.
 
@@ -499,6 +499,7 @@ MLINKS+=mbuf.9 m_get.9 mbuf.9 m_gethdr.9
 	mbuf.9 m_makewritable.9 \
 	mbuf.9 m_pulldown.9 mbuf.9 m_pullup.9 mbuf.9 m_copyup.9 \
 	mbuf.9 m_split.9 mbuf.9 m_adj.9 mbuf.9 m_free.9 \
+	mbuf.9 m_apply.9 \
 	mbuf.9 m_freem.9 mbuf.9 mtod.9 mbuf.9 mtocl.9 mbuf.9 cltom.9 \
 	mbuf.9 MGET.9 mbuf.9 MGETHDR.9 mbuf.9 MEXTMALLOC.9 \
 	mbuf.9 MEXTADD.9 mbuf.9 MCLGET.9 \

Reply via email to