Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Add a link, bus_space_is_equal.9 -> bus_space.9.
details: https://anonhg.NetBSD.org/src/rev/e69d779c9fd3
branches: trunk
changeset: 754022:e69d779c9fd3
user: dyoung <dyoung%NetBSD.org@localhost>
date: Fri Apr 16 20:08:51 2010 +0000
description:
Add a link, bus_space_is_equal.9 -> bus_space.9.
diffstat:
distrib/sets/lists/comp/mi | 5 ++++-
share/man/man9/Makefile | 6 ++++--
2 files changed, 8 insertions(+), 3 deletions(-)
diffs (53 lines):
diff -r eb25fc769597 -r e69d779c9fd3 distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi Fri Apr 16 20:05:37 2010 +0000
+++ b/distrib/sets/lists/comp/mi Fri Apr 16 20:08:51 2010 +0000
@@ -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 -r eb25fc769597 -r e69d779c9fd3 share/man/man9/Makefile
--- a/share/man/man9/Makefile Fri Apr 16 20:05:37 2010 +0000
+++ b/share/man/man9/Makefile Fri Apr 16 20:08:51 2010 +0000
@@ -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 \
Home |
Main Index |
Thread Index |
Old Index