Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Install ddb(9). Xref it from ddb(4).
details: https://anonhg.NetBSD.org/src/rev/22cfdd327540
branches: trunk
changeset: 941868:22cfdd327540
user: uwe <uwe%NetBSD.org@localhost>
date: Sat Oct 31 22:43:01 2020 +0000
description:
Install ddb(9). Xref it from ddb(4).
diffstat:
distrib/sets/lists/comp/mi | 5 ++++-
share/man/man4/ddb.4 | 5 +++--
share/man/man9/Makefile | 5 +++--
3 files changed, 10 insertions(+), 5 deletions(-)
diffs (71 lines):
diff -r 2273d40b0539 -r 22cfdd327540 distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi Sat Oct 31 22:05:56 2020 +0000
+++ b/distrib/sets/lists/comp/mi Sat Oct 31 22:43:01 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.2362 2020/10/24 05:01:57 kamil Exp $
+# $NetBSD: mi,v 1.2363 2020/10/31 22:43:01 uwe Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
./etc/mtree/set.comp comp-sys-root
@@ -11347,6 +11347,7 @@
./usr/share/man/cat9/days_in_month.0 comp-sys-catman .cat
./usr/share/man/cat9/days_per_year.0 comp-sys-catman .cat
./usr/share/man/cat9/dbtob.0 comp-sys-catman .cat
+./usr/share/man/cat9/ddb.0 comp-sys-catman .cat
./usr/share/man/cat9/ddc.0 comp-sys-catman .cat
./usr/share/man/cat9/delay.0 comp-sys-catman .cat
./usr/share/man/cat9/device_printf.0 comp-sys-catman .cat
@@ -19508,6 +19509,7 @@
./usr/share/man/html9/days_in_month.html comp-sys-htmlman html
./usr/share/man/html9/days_per_year.html comp-sys-htmlman html
./usr/share/man/html9/dbtob.html comp-sys-htmlman html
+./usr/share/man/html9/ddb.html comp-sys-htmlman html
./usr/share/man/html9/ddc.html comp-sys-htmlman html
./usr/share/man/html9/delay.html comp-sys-htmlman html
./usr/share/man/html9/device_printf.html comp-sys-htmlman html
@@ -27809,6 +27811,7 @@
./usr/share/man/man9/days_in_month.9 comp-sys-man .man
./usr/share/man/man9/days_per_year.9 comp-sys-man .man
./usr/share/man/man9/dbtob.9 comp-sys-man .man
+./usr/share/man/man9/ddb.9 comp-sys-man .man
./usr/share/man/man9/ddc.9 comp-sys-man .man
./usr/share/man/man9/delay.9 comp-sys-man .man
./usr/share/man/man9/device_printf.9 comp-sys-man .man
diff -r 2273d40b0539 -r 22cfdd327540 share/man/man4/ddb.4
--- a/share/man/man4/ddb.4 Sat Oct 31 22:05:56 2020 +0000
+++ b/share/man/man4/ddb.4 Sat Oct 31 22:43:01 2020 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ddb.4,v 1.195 2020/08/23 09:55:58 wiz Exp $
+.\" $NetBSD: ddb.4,v 1.196 2020/10/31 22:43:01 uwe Exp $
.\"
.\" Copyright (c) 1997 - 2019 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -1506,7 +1506,8 @@
.Xr crash 8 ,
.Xr reboot 8 ,
.Xr sysctl 8 ,
-.Xr cnmagic 9
+.Xr cnmagic 9 ,
+.Xr ddb 9
.Sh HISTORY
The
.Nm
diff -r 2273d40b0539 -r 22cfdd327540 share/man/man9/Makefile
--- a/share/man/man9/Makefile Sat Oct 31 22:05:56 2020 +0000
+++ b/share/man/man9/Makefile Sat Oct 31 22:43:01 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.452 2020/07/10 02:27:13 thorpej Exp $
+# $NetBSD: Makefile,v 1.453 2020/10/31 22:43:01 uwe Exp $
# Makefile for section 9 (kernel function and variable) manual pages.
@@ -16,7 +16,8 @@
cpu_startup.9 cpu_switchto.9 cpufreq.9 \
csf.9 ctod.9 \
curproc.9 \
- delay.9 devsw_attach.9 disk.9 ddc.9 disklabel.9 dksubr.9 dofileread.9 \
+ ddb.9 ddc.9 \
+ delay.9 devsw_attach.9 disk.9 disklabel.9 dksubr.9 dofileread.9 \
dopowerhooks.9 do_setresuid.9 doshutdownhooks.9 driver.9 \
edid.9 errno.9 ethersubr.9 evcnt.9 extattr.9 extent.9 \
file.9 fileassoc.9 filedesc.9 firmload.9 flash.9 \
Home |
Main Index |
Thread Index |
Old Index