Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man4 Add missing 'q' modifier for the write command.
details: https://anonhg.NetBSD.org/src/rev/9cc599b77464
branches: trunk
changeset: 952826:9cc599b77464
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Fri Feb 19 08:57:56 2021 +0000
description:
Add missing 'q' modifier for the write command.
diffstat:
share/man/man4/ddb.4 | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diffs (46 lines):
diff -r 512dd904fe44 -r 9cc599b77464 share/man/man4/ddb.4
--- a/share/man/man4/ddb.4 Fri Feb 19 08:33:02 2021 +0000
+++ b/share/man/man4/ddb.4 Fri Feb 19 08:57:56 2021 +0000
@@ -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 @@
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 @@
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 @@
.Cm /B ,
.Cm /H ,
.Cm /L ,
+.Cm /Q ,
will prevent
.Nm
from reading the memory location first, which is useful for avoiding
Home |
Main Index |
Thread Index |
Old Index