Re: ddb(4): tr /t 0t

2020-06-17 Thread Claudio Jeker
On Wed, Jun 17, 2020 at 10:34:58AM +0100, Stuart Henderson wrote:
> Every time I want to use this I spend several minutes figuring out rhe
> correct prefix, it would help to add a note.  Ok?

Since I hit the same issue I'm OK with this :)
 
> Index: man4/ddb.4
> ===
> RCS file: /cvs/src/share/man/man4/ddb.4,v
> retrieving revision 1.97
> diff -u -p -r1.97 ddb.4
> --- man4/ddb.417 May 2020 14:34:35 -  1.97
> +++ man4/ddb.417 Jun 2020 09:31:49 -
> @@ -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.
> 

-- 
:wq Claudio



ddb(4): tr /t 0t

2020-06-17 Thread Stuart Henderson
Every time I want to use this I spend several minutes figuring out rhe
correct prefix, it would help to add a note.  Ok?

Index: man4/ddb.4
===
RCS file: /cvs/src/share/man/man4/ddb.4,v
retrieving revision 1.97
diff -u -p -r1.97 ddb.4
--- man4/ddb.4  17 May 2020 14:34:35 -  1.97
+++ man4/ddb.4  17 Jun 2020 09:31:49 -
@@ -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.