Module Name: src Committed By: jruoho Date: Tue Apr 13 17:34:18 UTC 2010
Modified Files: src/distrib/sets/lists/comp: mi src/share/man/man9: Makefile Removed Files: src/share/man/man9: cpu_swapout.9 Log Message: cpu_swapout(9) is no more. To generate a diff of this commit: cvs rdiff -u -r1.1431 -r1.1432 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.326 -r1.327 src/share/man/man9/Makefile cvs rdiff -u -r1.6 -r0 src/share/man/man9/cpu_swapout.9 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.1431 src/distrib/sets/lists/comp/mi:1.1432 --- src/distrib/sets/lists/comp/mi:1.1431 Tue Apr 13 17:08:45 2010 +++ src/distrib/sets/lists/comp/mi Tue Apr 13 17:34:18 2010 @@ -1,4 +1,4 @@ -# $NetBSD: mi,v 1.1431 2010/04/13 17:08:45 jruoho Exp $ +# $NetBSD: mi,v 1.1432 2010/04/13 17:34:18 jruoho Exp $ # # Note: don't delete entries from here - mark them as "obsolete" instead. # @@ -8839,8 +8839,8 @@ ./usr/share/man/cat9/cpu_reboot.0 comp-sys-catman .cat ./usr/share/man/cat9/cpu_rootconf.0 comp-sys-catman .cat ./usr/share/man/cat9/cpu_startup.0 comp-sys-catman .cat -./usr/share/man/cat9/cpu_swapin.0 comp-sys-catman .cat -./usr/share/man/cat9/cpu_swapout.0 comp-sys-catman .cat +./usr/share/man/cat9/cpu_swapin.0 comp-obsolete obsolete +./usr/share/man/cat9/cpu_swapout.0 comp-obsolete obsolete ./usr/share/man/cat9/cpu_switch.0 comp-obsolete obsolete ./usr/share/man/cat9/cpu_switchto.0 comp-sys-catman .cat ./usr/share/man/cat9/cpu_sysctl.0 comp-obsolete obsolete @@ -14535,8 +14535,8 @@ ./usr/share/man/html9/cpu_reboot.html comp-sys-htmlman html ./usr/share/man/html9/cpu_rootconf.html comp-sys-htmlman html ./usr/share/man/html9/cpu_startup.html comp-sys-htmlman html -./usr/share/man/html9/cpu_swapin.html comp-sys-htmlman html -./usr/share/man/html9/cpu_swapout.html comp-sys-htmlman html +./usr/share/man/html9/cpu_swapin.html comp-obsolete obsolete +./usr/share/man/html9/cpu_swapout.html comp-obsolete obsolete ./usr/share/man/html9/cpu_switchto.html comp-sys-htmlman html ./usr/share/man/html9/crypto_dispatch.html comp-sys-htmlman html ./usr/share/man/html9/crypto_done.html comp-sys-htmlman html @@ -20356,8 +20356,8 @@ ./usr/share/man/man9/cpu_reboot.9 comp-sys-man .man ./usr/share/man/man9/cpu_rootconf.9 comp-sys-man .man ./usr/share/man/man9/cpu_startup.9 comp-sys-man .man -./usr/share/man/man9/cpu_swapin.9 comp-sys-man .man -./usr/share/man/man9/cpu_swapout.9 comp-sys-man .man +./usr/share/man/man9/cpu_swapin.9 comp-obsolete obsolete +./usr/share/man/man9/cpu_swapout.9 comp-obsolete obsolete ./usr/share/man/man9/cpu_switch.9 comp-obsolete obsolete ./usr/share/man/man9/cpu_switchto.9 comp-sys-man .man ./usr/share/man/man9/cpu_sysctl.9 comp-obsolete obsolete Index: src/share/man/man9/Makefile diff -u src/share/man/man9/Makefile:1.326 src/share/man/man9/Makefile:1.327 --- src/share/man/man9/Makefile:1.326 Tue Apr 13 08:40:19 2010 +++ src/share/man/man9/Makefile Tue Apr 13 17:34:18 2010 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.326 2010/04/13 08:40:19 jruoho Exp $ +# $NetBSD: Makefile,v 1.327 2010/04/13 17:34:18 jruoho Exp $ # Makefile for section 9 (kernel function and variable) manual pages. @@ -12,7 +12,7 @@ cpu_lwp_fork.9 \ cpu_idle.9 cpu_initclocks.9 cpu_need_resched.9 \ cpu_number.9 cpu_reboot.9 cpu_rootconf.9 \ - cpu_startup.9 cpu_swapout.9 cpu_switchto.9 \ + cpu_startup.9 cpu_switchto.9 \ csf.9 ctod.9 \ curproc.9 \ delay.9 disk.9 ddc.9 disklabel.9 dofileread.9 \ @@ -223,7 +223,6 @@ cpu_dumpconf.9 dumpsys.9 MLINKS+=cpu_lwp_fork.9 child_return.9 cpu_lwp_fork.9 proc_trampoline.9 MLINKS+=cpu_rootconf.9 setroot.9 -MLINKS+=cpu_swapout.9 cpu_swapin.9 MLINKS+=ctod.9 dtoc.9 \ ctod.9 ctob.9 \ ctod.9 btoc.9 \