diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2011-11-07 20:29:57 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2011-11-07 20:29:57 +0000 |
commit | 86c9c861ab97a2ad110f2b21f856fa5422f22c3e (patch) | |
tree | b58ec80b81ae67350574748d719d4f5d2c615bba /share | |
parent | 457e455a554b0c101234f385e644c8dbf2f5f073 (diff) |
When multiple display modifiers are specified on a ddb examine command, do
not advance the address until the last modifier has been processed. This
allows sequences like `x/xi address,count' to yield meaningful results.
As a bonus, handle `i' and `I' modifiers last, so that I don't have to
fight my habit of using `x/ix' instead of `x/xi'.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/ddb.4 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4 index dd1dd7d84aa..51e41fa5913 100644 --- a/share/man/man4/ddb.4 +++ b/share/man/man4/ddb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ddb.4,v 1.72 2011/07/05 07:08:25 tedu Exp $ +.\" $OpenBSD: ddb.4,v 1.73 2011/11/07 20:29:56 miod Exp $ .\" $NetBSD: ddb.4,v 1.5 1994/11/30 16:22:09 jtc Exp $ .\" .\" Mach Operating System @@ -25,7 +25,7 @@ .\" any improvements or extensions that they make and grant Carnegie Mellon .\" the rights to redistribute these changes. .\" -.Dd $Mdocdate: July 5 2011 $ +.Dd $Mdocdate: November 7 2011 $ .Dt DDB 4 .Os .Sh NAME @@ -212,7 +212,6 @@ List the available commands. Display the contents at address .Ar addr according to the formats in the modifier. -Multiple modifier formats display multiple locations. If no format is specified, the last formats specified for this command are used. .Pp |