From 9cd65b11c525076e751d84fe65d704079871df42 Mon Sep 17 00:00:00 2001 From: dyoung Date: Fri, 16 Apr 2010 20:08:51 +0000 Subject: [PATCH] Add a link, bus_space_is_equal.9 -> bus_space.9. --- distrib/sets/lists/comp/mi | 5 ++++- share/man/man9/Makefile | 6 ++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/distrib/sets/lists/comp/mi b/distrib/sets/lists/comp/mi index d78bbee786aa..175bc5b99621 100644 --- a/distrib/sets/lists/comp/mi +++ b/distrib/sets/lists/comp/mi @@ -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 diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index e7f8d1a44a90..f45365ec210c 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -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 @@ MLINKS+=bus_space.9 bus_space_alloc.9 bus_space.9 bus_space_barrier.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 \