diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2024-10-14 07:05:24 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2024-10-14 07:05:24 +0000 |
commit | 51d55b6e883764216fee13450bd244293d590d79 (patch) | |
tree | a9daf96a5c6528625ca9905cb7a9e961f0d2ce04 /share/man/man4 | |
parent | f4dfe04ec1296113e7994758d0399271c465b479 (diff) |
remove notes about unsupported modifiers; from nir lichtman
confirmed by miod
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/ddb.4 | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4 index 6ca75c4d593..f0f7b134bcb 100644 --- a/share/man/man4/ddb.4 +++ b/share/man/man4/ddb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ddb.4,v 1.108 2024/09/05 08:52:27 bluhm Exp $ +.\" $OpenBSD: ddb.4,v 1.109 2024/10/14 07:05:23 jmc 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: September 5 2024 $ +.Dd $Mdocdate: October 14 2024 $ .Dt DDB 4 .Os .Sh NAME @@ -1168,14 +1168,6 @@ Register names can be found with the .Ic show registers command. .Pp -Some variable names are suffixed with numbers, and some may have a modifier -following a colon immediately after the variable name. -For example, register variables can have the -.Ql :u -modifier to indicate a -user register (e.g., -.Ql $eax:u ) . -.Pp Built-in debugger variables currently supported are: .Bl -tag -width 10n -compact -offset indent .It Va $radix @@ -1277,16 +1269,13 @@ command. The last address explicitly specified. .It Li $ Ns Ar variable The value of a register or variable. -The name may be followed by a -.Ql \&: -and modifiers as described above with -.Ar identifier . .It Ar expr Li # Ar expr A binary operator which rounds up the left hand side to the next multiple of right hand side. .It Li * Ns Ar expr Indirection. -It may be followed by a ':' and modifiers as described above. +It may be followed by a ':' as described above with +.Ar identifier . .El .Sh SEE ALSO .Xr ctfstrip 1 , |