Module Name: src Committed By: dyoung Date: Wed May 20 22:48:05 UTC 2009
Modified Files: src/distrib/sets/lists/comp: mi src/share/man/man9: Makefile Log Message: Install disk_begindetach.9 links. To generate a diff of this commit: cvs rdiff -u -r1.1261 -r1.1262 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.281 -r1.282 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.1261 src/distrib/sets/lists/comp/mi:1.1262 --- src/distrib/sets/lists/comp/mi:1.1261 Fri May 15 02:34:07 2009 +++ src/distrib/sets/lists/comp/mi Wed May 20 22:48:05 2009 @@ -1,4 +1,4 @@ -# $NetBSD: mi,v 1.1261 2009/05/15 02:34:07 ginsbach Exp $ +# $NetBSD: mi,v 1.1262 2009/05/20 22:48:05 dyoung Exp $ # # Note: don't delete entries from here - mark them as "obsolete" instead. # @@ -8397,6 +8397,7 @@ ./usr/share/man/cat9/disk_busy.0 comp-sys-catman .cat ./usr/share/man/cat9/disk_destroy.0 comp-sys-catman .cat ./usr/share/man/cat9/disk_detach.0 comp-sys-catman .cat +./usr/share/man/cat9/disk_begindetach.0 comp-sys-catman .cat ./usr/share/man/cat9/disk_detatch.0 comp-obsolete obsolete ./usr/share/man/cat9/disk_find.0 comp-sys-catman .cat ./usr/share/man/cat9/disk_init.0 comp-sys-catman .cat @@ -13725,6 +13726,7 @@ ./usr/share/man/html9/disk_busy.html comp-sys-htmlman html ./usr/share/man/html9/disk_destroy.html comp-sys-htmlman html ./usr/share/man/html9/disk_detach.html comp-sys-htmlman html +./usr/share/man/html9/disk_begindetach.html comp-sys-htmlman html ./usr/share/man/html9/disk_find.html comp-sys-htmlman html ./usr/share/man/html9/disk_init.html comp-sys-htmlman html ./usr/share/man/html9/disk_unbusy.html comp-sys-htmlman html @@ -19200,6 +19202,7 @@ ./usr/share/man/man9/disk_busy.9 comp-sys-man .man ./usr/share/man/man9/disk_destroy.9 comp-sys-man .man ./usr/share/man/man9/disk_detach.9 comp-sys-man .man +./usr/share/man/man9/disk_begindetach.9 comp-sys-man .man ./usr/share/man/man9/disk_detatch.9 comp-obsolete obsolete ./usr/share/man/man9/disk_find.9 comp-sys-man .man ./usr/share/man/man9/disk_init.9 comp-sys-man .man Index: src/share/man/man9/Makefile diff -u src/share/man/man9/Makefile:1.281 src/share/man/man9/Makefile:1.282 --- src/share/man/man9/Makefile:1.281 Sun May 10 10:59:21 2009 +++ src/share/man/man9/Makefile Wed May 20 22:48:05 2009 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.281 2009/05/10 10:59:21 tsutsui Exp $ +# $NetBSD: Makefile,v 1.282 2009/05/20 22:48:05 dyoung Exp $ # Makefile for section 9 (kernel function and variable) manual pages. @@ -217,7 +217,7 @@ MLINKS+=delay.9 DELAY.9 MLINKS+=disk.9 disk_attach.9 disk.9 disk_detach.9 \ disk.9 disk_busy.9 disk.9 disk_unbusy.9 disk.9 disk_find.9 \ - disk.9 disk_init.9 disk.9 disk_destroy.9 + disk.9 disk_init.9 disk.9 disk_destroy.9 disk.9 disk_begindetach.9 MLINKS+=disklabel.9 readdisklabel.9 disklabel.9 writedisklabel.9 \ disklabel.9 setdisklabel.9 disklabel.9 bounds_check_with_label.9 MLINKS+=dofileread.9 dofilewrite.9 \