Module Name: src Committed By: abhinav Date: Thu Apr 6 10:46:52 UTC 2017
Modified Files: src/distrib/sets/lists/comp: mi src/share/man/man9: Makefile Log Message: Add MLINKS for extent_alloc1(9) and extent_alloc_subregion1(9). To generate a diff of this commit: cvs rdiff -u -r1.2118 -r1.2119 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.406 -r1.407 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.2118 src/distrib/sets/lists/comp/mi:1.2119 --- src/distrib/sets/lists/comp/mi:1.2118 Thu Apr 6 05:08:17 2017 +++ src/distrib/sets/lists/comp/mi Thu Apr 6 10:46:52 2017 @@ -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 Index: src/share/man/man9/Makefile diff -u src/share/man/man9/Makefile:1.406 src/share/man/man9/Makefile:1.407 --- src/share/man/man9/Makefile:1.406 Thu Apr 6 02:24:51 2017 +++ src/share/man/man9/Makefile Thu Apr 6 10:46:52 2017 @@ -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+=evcnt.9 evcnt_attach_dynamic.9 e 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 \