diff options
author | 2019-08-29 21:21:18 +0000 | |
---|---|---|
committer | 2019-08-29 21:21:18 +0000 | |
commit | dd5075a31285f14e09823d5ace9fdd044ffc23a9 (patch) | |
tree | 2c638c64dd1745c52dc5a59767526687bb905813 | |
parent | Enable USB Vbus supply on i.MX 8M. (diff) | |
download | wireguard-openbsd-dd5075a31285f14e09823d5ace9fdd044ffc23a9.tar.xz wireguard-openbsd-dd5075a31285f14e09823d5ace9fdd044ffc23a9.zip |
Stop mentioning unsupported #number argument for break command
There is no code for addressing breakpoints by numbers at all.
-rw-r--r-- | share/man/man4/ddb.4 | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4 index 979c6cd2d69..89c512a56f0 100644 --- a/share/man/man4/ddb.4 +++ b/share/man/man4/ddb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ddb.4,v 1.93 2018/05/19 17:51:15 jmc Exp $ +.\" $OpenBSD: ddb.4,v 1.94 2019/08/29 21:21:18 kn 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: May 19 2018 $ +.Dd $Mdocdate: August 29 2019 $ .Dt DDB 4 .Os .Sh NAME @@ -393,19 +393,10 @@ allows the breakpoint to be silently hit .Ar ( count No \- 1 ) times before stopping at the break point. -.Pp -If the break point is successfully set, a break point number is -displayed, in the form -.Ic # Ns Ar number . -This can later be used in deleting the break point -or for adding conditions to it. .\" -------------------- -.\" .It Xo Ic d -.\" .Op Ar addr | Ic # Ns Ar number -.\" .Xc .It Xo .Ic d Ns Op Ic elete -.Op Ar addr | Ic # Ns Ar number +.Op Ar addr .Xc Delete the break point set with the .Ic break |