Module Name: src
Committed By: hubertf
Date: Sat Jun 6 18:48:10 UTC 2009
Modified Files:
src/distrib/sets/lists/comp: mi
src/share/man/man9: Makefile
Log Message:
add mlinks for iic manpages
To generate a diff of this commit:
cvs rdiff -u -r1.1264 -r1.1265 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.282 -r1.283 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.1264 src/distrib/sets/lists/comp/mi:1.1265
--- src/distrib/sets/lists/comp/mi:1.1264 Tue May 26 21:58:31 2009
+++ src/distrib/sets/lists/comp/mi Sat Jun 6 18:48:09 2009
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1264 2009/05/26 21:58:31 pooka Exp $
+# $NetBSD: mi,v 1.1265 2009/06/06 18:48:09 hubertf Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@@ -8563,6 +8563,12 @@
./usr/share/man/cat9/ieee80211_setmode.0 comp-sys-catman .cat
./usr/share/man/cat9/ieee80211_watchdog.0 comp-sys-catman .cat
./usr/share/man/cat9/iic.0 comp-sys-catman .cat
+./usr/share/man/cat9/iic_acquire_bus.0 comp-sys-catman .cat
+./usr/share/man/cat9/iic_exec.0 comp-sys-catman .cat
+./usr/share/man/cat9/iic_release_bus.0 comp-sys-catman .cat
+./usr/share/man/cat9/iic_smbus_read_byte.0 comp-sys-catman .cat
+./usr/share/man/cat9/iic_smbus_receive_byte.0 comp-sys-catman .cat
+./usr/share/man/cat9/iic_smbus_write_byte.0 comp-sys-catman .cat
./usr/share/man/cat9/imax.0 comp-sys-catman .cat
./usr/share/man/cat9/imin.0 comp-sys-catman .cat
./usr/share/man/cat9/in4_cksum.0 comp-sys-catman .cat
@@ -13896,6 +13902,12 @@
./usr/share/man/html9/ieee80211_setmode.html comp-sys-htmlman html
./usr/share/man/html9/ieee80211_watchdog.html comp-sys-htmlman html
./usr/share/man/html9/iic.html comp-sys-htmlman html
+./usr/share/man/html9/iic_acquire_bus.html comp-sys-htmlman html
+./usr/share/man/html9/iic_exec.html comp-sys-htmlman html
+./usr/share/man/html9/iic_release_bus.html comp-sys-htmlman html
+./usr/share/man/html9/iic_smbus_read_byte.html comp-sys-htmlman html
+./usr/share/man/html9/iic_smbus_receive_byte.html comp-sys-htmlman html
+./usr/share/man/html9/iic_smbus_write_byte.html comp-sys-htmlman html
./usr/share/man/html9/imax.html comp-sys-htmlman html
./usr/share/man/html9/imin.html comp-sys-htmlman html
./usr/share/man/html9/in4_cksum.html comp-sys-htmlman html
@@ -19384,6 +19396,12 @@
./usr/share/man/man9/ieee80211_setmode.9 comp-sys-man .man
./usr/share/man/man9/ieee80211_watchdog.9 comp-sys-man .man
./usr/share/man/man9/iic.9 comp-sys-man .man
+./usr/share/man/man9/iic_acquire_bus.9 comp-sys-man .man
+./usr/share/man/man9/iic_exec.9 comp-sys-man .man
+./usr/share/man/man9/iic_release_bus.9 comp-sys-man .man
+./usr/share/man/man9/iic_smbus_read_byte.9 comp-sys-man .man
+./usr/share/man/man9/iic_smbus_receive_byte.9 comp-sys-man .man
+./usr/share/man/man9/iic_smbus_write_byte.9 comp-sys-man .man
./usr/share/man/man9/imax.9 comp-sys-man .man
./usr/share/man/man9/imin.9 comp-sys-man .man
./usr/share/man/man9/in4_cksum.9 comp-sys-man .man
Index: src/share/man/man9/Makefile
diff -u src/share/man/man9/Makefile:1.282 src/share/man/man9/Makefile:1.283
--- src/share/man/man9/Makefile:1.282 Wed May 20 22:48:05 2009
+++ src/share/man/man9/Makefile Sat Jun 6 18:48:10 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.282 2009/05/20 22:48:05 dyoung Exp $
+# $NetBSD: Makefile,v 1.283 2009/06/06 18:48:10 hubertf Exp $
# Makefile for section 9 (kernel function and variable) manual pages.
@@ -293,6 +293,12 @@
ieee80211.9 ieee80211_rate2media.9 \
ieee80211.9 ieee80211_setmode.9 \
ieee80211.9 ieee80211_watchdog.9
+MLINKS+=iic.9 iic_acquire_bus.9 \
+ iic.9 iic_release_bus.9 \
+ iic.9 iic_exec.9 \
+ iic.9 iic_smbus_write_byte.9 \
+ iic.9 iic_smbus_read_byte.9 \
+ iic.9 iic_smbus_receive_byte.9
MLINKS+=imax.9 imin.9
MLINKS+=in4_cksum.9 in_cksum.9 \
in4_cksum.9 in6_cksum.9