Module Name: src Committed By: dyoung Date: Fri Apr 16 20:08:51 UTC 2010
Modified Files: src/distrib/sets/lists/comp: mi src/share/man/man9: Makefile Log Message: Add a link, bus_space_is_equal.9 -> bus_space.9. To generate a diff of this commit: cvs rdiff -u -r1.1432 -r1.1433 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.327 -r1.328 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.1432 src/distrib/sets/lists/comp/mi:1.1433 --- src/distrib/sets/lists/comp/mi:1.1432 Tue Apr 13 17:34:18 2010 +++ src/distrib/sets/lists/comp/mi Fri Apr 16 20:08:51 2010 @@ -1,4 +1,4 @@ -# $NetBSD: mi,v 1.1432 2010/04/13 17:34:18 jruoho Exp $ +# $NetBSD: mi,v 1.1433 2010/04/16 20:08:51 dyoung Exp $ # # Note: don't delete entries from here - mark them as "obsolete" instead. # @@ -8695,6 +8695,7 @@ ./usr/share/man/cat9/bus_space_copy_region_4.0 comp-sys-catman .cat ./usr/share/man/cat9/bus_space_copy_region_8.0 comp-sys-catman .cat ./usr/share/man/cat9/bus_space_free.0 comp-sys-catman .cat +./usr/share/man/cat9/bus_space_is_equal.0 comp-sys-catman .cat ./usr/share/man/cat9/bus_space_map.0 comp-sys-catman .cat ./usr/share/man/cat9/bus_space_mmap.0 comp-sys-catman .cat ./usr/share/man/cat9/bus_space_read_1.0 comp-sys-catman .cat @@ -14398,6 +14399,7 @@ ./usr/share/man/html9/bus_space_copy_region_4.html comp-sys-htmlman html ./usr/share/man/html9/bus_space_copy_region_8.html comp-sys-htmlman html ./usr/share/man/html9/bus_space_free.html comp-sys-htmlman html +./usr/share/man/html9/bus_space_is_equal.html comp-sys-htmlman html ./usr/share/man/html9/bus_space_map.html comp-sys-htmlman html ./usr/share/man/html9/bus_space_mmap.html comp-sys-htmlman html ./usr/share/man/html9/bus_space_read_1.html comp-sys-htmlman html @@ -20212,6 +20214,7 @@ ./usr/share/man/man9/bus_space_copy_region_4.9 comp-sys-man .man ./usr/share/man/man9/bus_space_copy_region_8.9 comp-sys-man .man ./usr/share/man/man9/bus_space_free.9 comp-sys-man .man +./usr/share/man/man9/bus_space_is_equal.9 comp-sys-man .man ./usr/share/man/man9/bus_space_map.9 comp-sys-man .man ./usr/share/man/man9/bus_space_mmap.9 comp-sys-man .man ./usr/share/man/man9/bus_space_read_1.9 comp-sys-man .man Index: src/share/man/man9/Makefile diff -u src/share/man/man9/Makefile:1.327 src/share/man/man9/Makefile:1.328 --- src/share/man/man9/Makefile:1.327 Tue Apr 13 17:34:18 2010 +++ src/share/man/man9/Makefile Fri Apr 16 20:08:51 2010 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.327 2010/04/13 17:34:18 jruoho Exp $ +# $NetBSD: Makefile,v 1.328 2010/04/16 20:08:51 dyoung Exp $ # Makefile for section 9 (kernel function and variable) manual pages. @@ -123,7 +123,9 @@ bus_space.9 bus_space_copy_region_2.9 \ bus_space.9 bus_space_copy_region_4.9 \ bus_space.9 bus_space_copy_region_8.9 \ - bus_space.9 bus_space_free.9 bus_space.9 bus_space_map.9 \ + bus_space.9 bus_space_free.9 \ + bus_space.9 bus_space_is_equal.9 \ + bus_space.9 bus_space_map.9 \ bus_space.9 bus_space_mmap.9 \ bus_space.9 bus_space_read_1.9 bus_space.9 bus_space_read_2.9 \ bus_space.9 bus_space_read_4.9 bus_space.9 bus_space_read_8.9 \