diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2020-06-17 10:55:25 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2020-06-17 10:55:25 +0000 |
commit | c8ff0367bb721fa408f8e264998aef23cd85e290 (patch) | |
tree | 0e563d133f6cf38dacf87d1e3596ccc5d566539c | |
parent | 818006793a2e16d2521c493c6d21a9419efcc110 (diff) |
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.4 | 6 |
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. |