Source-Changes-HG archive

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

[src/trunk]: src Add MLINKS for extent_alloc1(9) and extent_alloc_subregion1(9).



details:   https://anonhg.NetBSD.org/src/rev/216b9d67cde2
branches:  trunk
changeset: 822780:216b9d67cde2
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Thu Apr 06 10:46:52 2017 +0000

description:
Add MLINKS for extent_alloc1(9) and extent_alloc_subregion1(9).

diffstat:

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

diffs (61 lines):

diff -r 4d48ac390fef -r 216b9d67cde2 distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi        Thu Apr 06 10:42:14 2017 +0000
+++ b/distrib/sets/lists/comp/mi        Thu Apr 06 10:46:52 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: mi,v 1.2118 2017/04/06 05:08:17 kre Exp $
+#      $NetBSD: mi,v 1.2119 2017/04/06 10:46:52 abhinav Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 ./etc/mtree/set.comp                           comp-sys-root
@@ -10352,8 +10352,10 @@
 ./usr/share/man/cat9/extattr.0                 comp-sys-catman         .cat
 ./usr/share/man/cat9/extent.0                  comp-sys-catman         .cat
 ./usr/share/man/cat9/extent_alloc.0            comp-sys-catman         .cat
+./usr/share/man/cat9/extent_alloc1.0           comp-sys-catman         .cat
 ./usr/share/man/cat9/extent_alloc_region.0     comp-sys-catman         .cat
 ./usr/share/man/cat9/extent_alloc_subregion.0  comp-sys-catman         .cat
+./usr/share/man/cat9/extent_alloc_subregion1.0 comp-sys-catman         .cat
 ./usr/share/man/cat9/extent_create.0           comp-sys-catman         .cat
 ./usr/share/man/cat9/extent_destroy.0          comp-sys-catman         .cat
 ./usr/share/man/cat9/extent_free.0             comp-sys-catman         .cat
@@ -17668,8 +17670,10 @@
 ./usr/share/man/html9/extattr.html             comp-sys-htmlman        html
 ./usr/share/man/html9/extent.html              comp-sys-htmlman        html
 ./usr/share/man/html9/extent_alloc.html                comp-sys-htmlman        html
+./usr/share/man/html9/extent_alloc1.html               comp-sys-htmlman        html
 ./usr/share/man/html9/extent_alloc_region.html comp-sys-htmlman        html
 ./usr/share/man/html9/extent_alloc_subregion.html      comp-sys-htmlman        html
+./usr/share/man/html9/extent_alloc_subregion1.html     comp-sys-htmlman        html
 ./usr/share/man/html9/extent_create.html       comp-sys-htmlman        html
 ./usr/share/man/html9/extent_destroy.html      comp-sys-htmlman        html
 ./usr/share/man/html9/extent_free.html         comp-sys-htmlman        html
@@ -25128,8 +25132,10 @@
 ./usr/share/man/man9/extattr.9                 comp-sys-man            .man
 ./usr/share/man/man9/extent.9                  comp-sys-man            .man
 ./usr/share/man/man9/extent_alloc.9            comp-sys-man            .man
+./usr/share/man/man9/extent_alloc1.9           comp-sys-man            .man
 ./usr/share/man/man9/extent_alloc_region.9     comp-sys-man            .man
 ./usr/share/man/man9/extent_alloc_subregion.9  comp-sys-man            .man
+./usr/share/man/man9/extent_alloc_subregion1.9 comp-sys-man            .man
 ./usr/share/man/man9/extent_create.9           comp-sys-man            .man
 ./usr/share/man/man9/extent_destroy.9          comp-sys-man            .man
 ./usr/share/man/man9/extent_free.9             comp-sys-man            .man
diff -r 4d48ac390fef -r 216b9d67cde2 share/man/man9/Makefile
--- a/share/man/man9/Makefile   Thu Apr 06 10:42:14 2017 +0000
+++ b/share/man/man9/Makefile   Thu Apr 06 10:46:52 2017 +0000
@@ -1,4 +1,4 @@
-#       $NetBSD: Makefile,v 1.406 2017/04/06 02:24:51 pgoyette Exp $
+#       $NetBSD: Makefile,v 1.407 2017/04/06 10:46:52 abhinav Exp $
 
 #      Makefile for section 9 (kernel function and variable) manual pages.
 
@@ -302,7 +302,8 @@
 MLINKS+=extent.9 extent_create.9 extent.9 extent_destroy.9 \
        extent.9 extent_alloc.9 extent.9 extent_alloc_subregion.9 \
        extent.9 extent_alloc_region.9 extent.9 extent_free.9 \
-       extent.9 extent_print.9
+       extent.9 extent_print.9 extent.9 extent_alloc1.9 \
+       extent.9 extent_alloc_subregion1.9
 MLINKS+=fetch.9 fubyte.9 fetch.9 fuibyte.9 fetch.9 fusword.9 \
        fetch.9 fuswintr.9 fetch.9 fuword.9 fetch.9 fuiword.9
 MLINKS+=file.9 closef.9 \



Home | Main Index | Thread Index | Old Index