Module Name:    src
Committed By:   mlelstv
Date:           Sun Jul 29 20:36:07 UTC 2012

Modified Files:
        src/distrib/sets/lists/comp: mi
        src/share/man/man9: Makefile

Log Message:
add rootconf(9) as a link to cpu_rootconf(9)


To generate a diff of this commit:
cvs rdiff -u -r1.1770 -r1.1771 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.366 -r1.367 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.1770 src/distrib/sets/lists/comp/mi:1.1771
--- src/distrib/sets/lists/comp/mi:1.1770	Thu Jul 26 20:05:39 2012
+++ src/distrib/sets/lists/comp/mi	Sun Jul 29 20:36:05 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: mi,v 1.1770 2012/07/26 20:05:39 christos Exp $
+#	$NetBSD: mi,v 1.1771 2012/07/29 20:36:05 mlelstv Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -16882,6 +16882,7 @@
 ./usr/share/man/html9/rnd_attach_source.html	comp-sys-htmlman	html
 ./usr/share/man/html9/rnd_detach_source.html	comp-sys-htmlman	html
 ./usr/share/man/html9/rnd_extract_data.html	comp-sys-htmlman	html
+./usr/share/man/html9/rootconf.html		comp-sys-htmlman	html
 ./usr/share/man/html9/round_page.html		comp-sys-htmlman	html
 ./usr/share/man/html9/rounddown.html		comp-sys-htmlman	html
 ./usr/share/man/html9/roundup.html		comp-sys-htmlman	html
@@ -23307,6 +23308,7 @@
 ./usr/share/man/man9/rnd_attach_source.9	comp-sys-man		.man
 ./usr/share/man/man9/rnd_detach_source.9	comp-sys-man		.man
 ./usr/share/man/man9/rnd_extract_data.9		comp-sys-man		.man
+./usr/share/man/man9/rootconf.9			comp-sys-man		.man
 ./usr/share/man/man9/round_page.9		comp-sys-man		.man
 ./usr/share/man/man9/rounddown.9		comp-sys-man		.man
 ./usr/share/man/man9/roundup.9			comp-sys-man		.man

Index: src/share/man/man9/Makefile
diff -u src/share/man/man9/Makefile:1.366 src/share/man/man9/Makefile:1.367
--- src/share/man/man9/Makefile:1.366	Mon Jul  2 21:10:31 2012
+++ src/share/man/man9/Makefile	Sun Jul 29 20:36:05 2012
@@ -1,4 +1,4 @@
-#       $NetBSD: Makefile,v 1.366 2012/07/02 21:10:31 jym Exp $
+#       $NetBSD: Makefile,v 1.367 2012/07/29 20:36:05 mlelstv Exp $
 
 #	Makefile for section 9 (kernel function and variable) manual pages.
 
@@ -251,7 +251,8 @@ MLINKS+=copy.9 copyin.9 copy.9 copyout.9
 MLINKS+=cpu_dumpconf.9 cpu_dump.9 cpu_dumpconf.9 cpu_dumpsize.9 \
 	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_rootconf.9 setroot.9 \
+        cpu_rootconf.9 rootconf.9
 MLINKS+=cpufreq.9 cpufreq_register.9 \
 	cpufreq.9 cpufreq_deregister.9 \
 	cpufreq.9 cpufreq_suspend.9 \

Reply via email to