summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsthen <sthen@openbsd.org>2020-06-17 10:55:24 +0000
committersthen <sthen@openbsd.org>2020-06-17 10:55:24 +0000
commitd6967805d7a6137f5429cf936fce5dd96ca5a521 (patch)
treeb73862e5026483e26c5f8a067d8e838a453fac73
parentRemove the bus specific sc_ih (interrup handle) variable and use the common (diff)
downloadwireguard-openbsd-d6967805d7a6137f5429cf936fce5dd96ca5a521.tar.xz
wireguard-openbsd-d6967805d7a6137f5429cf936fce5dd96ca5a521.zip
ddb(4); be explicit that the parameter to trace /t uses the radix
prefix, and show how to use 0t for decimal (slight duplication from the table in EXPRESSIONS but easier for the reader than sending them off to look in a different part of the manual). ok mpi claudio jmc
-rw-r--r--share/man/man4/ddb.46
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4
index 93c836e0fa8..7177668a177 100644
--- a/share/man/man4/ddb.4
+++ b/share/man/man4/ddb.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ddb.4,v 1.97 2020/05/17 14:34:35 anton Exp $
+.\" $OpenBSD: ddb.4,v 1.98 2020/06/17 10:55:24 sthen 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 17 2020 $
+.Dd $Mdocdate: June 17 2020 $
.Dt DDB 4
.Os
.Sh NAME
@@ -557,6 +557,8 @@ modifier interprets the
.Ar frameaddr
argument as the TID of a process and shows the stack trace of
that process.
+.Ar frameaddr
+is subject to the radix; use the 0t prefix to enter a decimal TID.
The
.Cm /t
modifier is not supported on all platforms.