Module Name:    src
Committed By:   rin
Date:           Sat Jun 29 06:39:34 UTC 2024

Modified Files:
        src/share/man/man4: ddb.4

Log Message:
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.203 -r1.204 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.203 src/share/man/man4/ddb.4:1.204
--- src/share/man/man4/ddb.4:1.203	Sun Jul  9 17:10:47 2023
+++ src/share/man/man4/ddb.4	Sat Jun 29 06:39:34 2024
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ddb.4,v 1.203 2023/07/09 17:10:47 riastradh Exp $
+.\"	$NetBSD: ddb.4,v 1.204 2024/06/29 06:39:34 rin 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