Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 link also m_apply(9) to mbuf(9)



details:   https://anonhg.NetBSD.org/src/rev/58a02f947f4f
branches:  trunk
changeset: 932186:58a02f947f4f
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Fri May 01 21:43:23 2020 +0000

description:
link also m_apply(9) to mbuf(9)

diffstat:

 distrib/sets/lists/comp/mi |  5 ++++-
 share/man/man9/Makefile    |  3 ++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (50 lines):

diff -r 3a96f9f403b0 -r 58a02f947f4f distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi        Fri May 01 21:42:34 2020 +0000
+++ b/distrib/sets/lists/comp/mi        Fri May 01 21:43:23 2020 +0000
@@ -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
diff -r 3a96f9f403b0 -r 58a02f947f4f share/man/man9/Makefile
--- a/share/man/man9/Makefile   Fri May 01 21:42:34 2020 +0000
+++ b/share/man/man9/Makefile   Fri May 01 21:43:23 2020 +0000
@@ -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 @@
        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 \



Home | Main Index | Thread Index | Old Index