trpt(8) describes the -t option: -t In addition to the normal output, print the values for all timers at each point in the trace. Those timers don't exist anymore, and the corresponding code was commented out by jlemon@ in revision 1.10 of src/usr.sbin/trpt/trpt.c Fix: Remove -t flag documentation from the man page. Remove -t flag remainders from the trpt.c code.
Responsible Changed From-To: gnats-admin->freebsd-bugs Reassign misfiled PR.
For bugs matching the following criteria: Status: In Progress Changed: (is less than) 2014-06-01 Reset to default assignee and clear in-progress tags. Mail being skipped
Created attachment 190486 [details] patch to usr.sbin/trpt/ The relevant code was commented out in r50680. The attached patch removes it completely, including the relevant flag and the documentation. After applying the patch: $ ./trpt -t trpt: illegal option -- t usage: trpt [-afjst] [-p hex-address] [system [core]]
A commit references this bug: Author: cem Date: Thu Feb 15 18:26:45 UTC 2018 New revision: 329331 URL: https://svnweb.freebsd.org/changeset/base/329331 Log: trpt(8): Fully remove and undocument '-t' option disabled in 1999 The relevant code was commented out in r50680. PR: 57045 Submitted by: Fernando Apestegu?a <fernando.apesteguia AT gmail.com> Changes: head/usr.sbin/trpt/trpt.8 head/usr.sbin/trpt/trpt.c
Thanks!