Module Name: src Committed By: dyoung Date: Tue Nov 3 05:12:11 UTC 2009
Modified Files: src/distrib/sets/lists/comp: mi src/share/man/man9/man9.i386: Makefile Log Message: Install the manual page return_address(9). To generate a diff of this commit: cvs rdiff -u -r1.1335 -r1.1336 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.2 -r1.3 src/share/man/man9/man9.i386/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.1335 src/distrib/sets/lists/comp/mi:1.1336 --- src/distrib/sets/lists/comp/mi:1.1335 Mon Nov 2 10:13:19 2009 +++ src/distrib/sets/lists/comp/mi Tue Nov 3 05:12:10 2009 @@ -1,4 +1,4 @@ -# $NetBSD: mi,v 1.1335 2009/11/02 10:13:19 plunky Exp $ +# $NetBSD: mi,v 1.1336 2009/11/03 05:12:10 dyoung Exp $ # # Note: don't delete entries from here - mark them as "obsolete" instead. # @@ -8703,6 +8703,7 @@ ./usr/share/man/cat9/hz.0 comp-sys-catman .cat ./usr/share/man/cat9/i386/bios32_service.0 comp-sys-catman .cat ./usr/share/man/cat9/i386/bioscall.0 comp-sys-catman .cat +./usr/share/man/cat9/i386/return_address.0 comp-sys-catman .cat ./usr/share/man/cat9/ieee80211.0 comp-sys-catman .cat ./usr/share/man/cat9/ieee80211_chan2ieee.0 comp-sys-catman .cat ./usr/share/man/cat9/ieee80211_chan2mode.0 comp-sys-catman .cat @@ -14125,6 +14126,7 @@ ./usr/share/man/html9/hz.html comp-sys-htmlman html ./usr/share/man/html9/i386/bios32_service.html comp-sys-htmlman html ./usr/share/man/html9/i386/bioscall.html comp-sys-htmlman html +./usr/share/man/html9/i386/return_address.html comp-sys-htmlman html ./usr/share/man/html9/ieee80211.html comp-sys-htmlman html ./usr/share/man/html9/ieee80211_chan2ieee.html comp-sys-htmlman html ./usr/share/man/html9/ieee80211_chan2mode.html comp-sys-htmlman html @@ -19702,6 +19704,7 @@ ./usr/share/man/man9/hz.9 comp-sys-man .man ./usr/share/man/man9/i386/bios32_service.9 comp-sys-man .man ./usr/share/man/man9/i386/bioscall.9 comp-sys-man .man +./usr/share/man/man9/i386/return_address.9 comp-sys-man .man ./usr/share/man/man9/ieee80211.9 comp-sys-man .man ./usr/share/man/man9/ieee80211_chan2ieee.9 comp-sys-man .man ./usr/share/man/man9/ieee80211_chan2mode.9 comp-sys-man .man Index: src/share/man/man9/man9.i386/Makefile diff -u src/share/man/man9/man9.i386/Makefile:1.2 src/share/man/man9/man9.i386/Makefile:1.3 --- src/share/man/man9/man9.i386/Makefile:1.2 Sun Jul 1 04:11:15 2001 +++ src/share/man/man9/man9.i386/Makefile Tue Nov 3 05:12:11 2009 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2001/07/01 04:11:15 gmcgarry Exp $ +# $NetBSD: Makefile,v 1.3 2009/11/03 05:12:11 dyoung Exp $ -MAN= bioscall.9 bios32_service.9 +MAN= bioscall.9 bios32_service.9 return_address.9 MANSUBDIR=/i386 .include <bsd.man.mk>