Module Name:    src
Committed By:   martin
Date:           Wed Jul  3 19:09:10 UTC 2024

Modified Files:
        src/share/man/man4 [netbsd-10]: ddb.4

Log Message:
Pull up following revision(s) (requested by rin in ticket #734):

        share/man/man4/ddb.4: revision 1.204

ddb(4): vax: Clarify how to enter into DDB from console
See gencnrint() and kdbrint().

// At last, I can activate DDB on SIMH ;)


To generate a diff of this commit:
cvs rdiff -u -r1.202.2.1 -r1.202.2.2 src/share/man/man4/ddb.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/ddb.4
diff -u src/share/man/man4/ddb.4:1.202.2.1 src/share/man/man4/ddb.4:1.202.2.2
--- src/share/man/man4/ddb.4:1.202.2.1	Wed Aug  9 17:42:03 2023
+++ src/share/man/man4/ddb.4	Wed Jul  3 19:09:10 2024
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ddb.4,v 1.202.2.1 2023/08/09 17:42:03 martin Exp $
+.\"	$NetBSD: ddb.4,v 1.202.2.2 2024/07/03 19:09:10 martin Exp $
 .\"
 .\" Copyright (c) 1997 - 2019 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -56,7 +56,7 @@
 .\" any improvements or extensions that they make and grant Carnegie Mellon
 .\" the rights to redistribute these changes.
 .\"
-.Dd April 28, 2022
+.Dd June 29, 2024
 .Dt DDB 4
 .Os
 .Sh NAME
@@ -170,7 +170,7 @@ Abort switch on CPU card.
 .It ""
 <Break> on serial console.
 .It vax
-<Esc>-<Shift>-D on serial console.
+<Esc> followed by <Shift>-D on serial console.
 .It x68k
 Interrupt switch on the body.
 .It xen dom0

Reply via email to