Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src add rootconf(9) as a link to cpu_rootconf(9)



details:   https://anonhg.NetBSD.org/src/rev/4e7f12d427e8
branches:  trunk
changeset: 780566:4e7f12d427e8
user:      mlelstv <mlelstv%NetBSD.org@localhost>
date:      Sun Jul 29 20:36:05 2012 +0000

description:
add rootconf(9) as a link to cpu_rootconf(9)

diffstat:

 distrib/sets/lists/comp/mi |  4 +++-
 share/man/man9/Makefile    |  5 +++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diffs (44 lines):

diff -r f7dbaa36a875 -r 4e7f12d427e8 distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi        Sun Jul 29 20:31:53 2012 +0000
+++ b/distrib/sets/lists/comp/mi        Sun Jul 29 20:36:05 2012 +0000
@@ -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
diff -r f7dbaa36a875 -r 4e7f12d427e8 share/man/man9/Makefile
--- a/share/man/man9/Makefile   Sun Jul 29 20:31:53 2012 +0000
+++ b/share/man/man9/Makefile   Sun Jul 29 20:36:05 2012 +0000
@@ -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+=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 \



Home | Main Index | Thread Index | Old Index