diff options
author | 2020-05-17 14:34:35 +0000 | |
---|---|---|
committer | 2020-05-17 14:34:35 +0000 | |
commit | a6a2abb0cbd4f6ede47c56f5edbdab9d0922e7ae (patch) | |
tree | d00f1f050ab6e357d72662f08c10b7a88b79d65c | |
parent | Remove board ID support. 6.7 shipped with a kernel that doesn't need (diff) | |
download | wireguard-openbsd-a6a2abb0cbd4f6ede47c56f5edbdab9d0922e7ae.tar.xz wireguard-openbsd-a6a2abb0cbd4f6ede47c56f5edbdab9d0922e7ae.zip |
Add missing definition tags to abbreviated commands. As an example,
makes it possible to jump to the examine command from within $PAGER.
ok kn@ schwarze@
-rw-r--r-- | share/man/man4/ddb.4 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4 index b4e6845e0ac..93c836e0fa8 100644 --- a/share/man/man4/ddb.4 +++ b/share/man/man4/ddb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ddb.4,v 1.96 2020/05/14 06:58:54 mpi Exp $ +.\" $OpenBSD: ddb.4,v 1.97 2020/05/17 14:34:35 anton 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 14 2020 $ +.Dd $Mdocdate: May 17 2020 $ .Dt DDB 4 .Os .Sh NAME @@ -202,6 +202,7 @@ are displayed and no other action is performed. .It Ic help List the available commands. .\" -------------------- +.Tg examine .It Xo .Oo Ic e Oc Ns .Ic x Ns Op Ic amine @@ -275,6 +276,7 @@ is set to the .Ar addr plus the size of the data examined. .\" -------------------- +.Tg print .It Xo .Ic p Ns Op Ic rint .Op Cm /axzodurc @@ -301,6 +303,7 @@ will print something like this: xxxxxx .Ed .\" -------------------- +.Tg pprint .It Xo .Ic pp Ns Op Ic rint .Op Ar addr @@ -316,6 +319,7 @@ as part of building a new kernel. .\" .Op Ar addr .\" .Ar expr Op expr ... .\" .Xc +.Tg write .It Xo .Ic w Ns Op Ic rite .Op Cm /bhl @@ -394,6 +398,7 @@ allows the breakpoint to be silently hit times before stopping at the break point. .\" -------------------- +.Tg delete .It Xo .Ic d Ns Op Ic elete .Op Ar addr @@ -405,6 +410,7 @@ command. .\" .It Xo Ic s Ns Op Cm /p .\" .Op Ic \&, Ns Ar count .\" .Xc +.Tg step .It Xo .Ic s Ns Op Ic tep .Op Cm /p @@ -437,6 +443,7 @@ Parentheses may be omitted if the function takes no arguments. The number of arguments is currently limited to 10. .\" -------------------- .\" .It Ic c Ns Op Cm /c +.Tg continue .It Xo .Ic c Ns Op Ic ontinue .Op Cm /c @@ -949,6 +956,7 @@ command. A synonym for .Ic show all procs . .\" -------------------- +.Tg machine .It Xo .Ic mac Ns Op Ic hine .Ar subcommand Op Ar args ... |