Module Name:    src
Committed By:   msaitoh
Date:           Fri Feb 19 08:57:56 UTC 2021

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

Log Message:
 Add missing 'q' modifier for the write command.


To generate a diff of this commit:
cvs rdiff -u -r1.197 -r1.198 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.197 src/share/man/man4/ddb.4:1.198
--- src/share/man/man4/ddb.4:1.197	Sat Dec 19 23:38:21 2020
+++ src/share/man/man4/ddb.4	Fri Feb 19 08:57:56 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ddb.4,v 1.197 2020/12/19 23:38:21 mrg Exp $
+.\"	$NetBSD: ddb.4,v 1.198 2021/02/19 08:57:56 msaitoh 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 December 19, 2020
+.Dd February 19, 2021
 .Dt DDB 4
 .Os
 .Sh NAME
@@ -946,7 +946,7 @@ an unrecoverable error in some systems s
 Watchpoints on user addresses work the best.
 .It Ic whatis Ar address
 Describe what an address is.
-.It Ic write Ns Oo Cm /bhlBHL Oc Ar address Ar expression Oo Ar expression ... Oc
+.It Ic write Ns Oo Cm /bhlqBHLQ Oc Ar address Ar expression Oo Ar expression ... Oc
 Write the
 .Ar expression Ns s
 at succeeding locations.
@@ -955,8 +955,9 @@ The unit size is specified with a modifi
 Valid modifiers are:
 .Cm /b ,
 .Cm /h ,
+.Cm /l ,
 and
-.Cm /l .
+.Cm /q .
 If no modifier is specified,
 .Cm /l
 is used.
@@ -965,6 +966,7 @@ Specifying the modifiers in upper case,
 .Cm /B ,
 .Cm /H ,
 .Cm /L ,
+.Cm /Q ,
 will prevent
 .Nm
 from reading the memory location first, which is useful for avoiding

Reply via email to