svn commit: r367332 - head/usr.sbin/pmcstat

Mateusz Piotrowski 0mp at FreeBSD.org
Wed Nov 4 15:45:00 UTC 2020


Author: 0mp (doc,ports committer)
Date: Wed Nov  4 15:44:59 2020
New Revision: 367332
URL: https://svnweb.freebsd.org/changeset/base/367332

Log:
  pmcstat: Fix a typo in the usage message
  
  Reviewed by:	emaste
  Approved by:	emaste
  Differential Revision:	https://reviews.freebsd.org/D26082

Modified:
  head/usr.sbin/pmcstat/pmcstat.c

Modified: head/usr.sbin/pmcstat/pmcstat.c
==============================================================================
--- head/usr.sbin/pmcstat/pmcstat.c	Wed Nov  4 14:31:52 2020	(r367331)
+++ head/usr.sbin/pmcstat/pmcstat.c	Wed Nov  4 15:44:59 2020	(r367332)
@@ -374,7 +374,7 @@ pmcstat_show_usage(void)
 	    "\t -R file\t read events from \"file\"\n"
 	    "\t -S spec\t allocate a system-wide sampling PMC\n"
 	    "\t -T\t\t start in top mode\n"
-	    "\t -U \t\n merged user kernel stack capture\n"
+	    "\t -U \t\t merged user kernel stack capture\n"
 	    "\t -W\t\t (toggle) show counts per context switch\n"
 	    "\t -a file\t print sampled PCs and callgraph to \"file\"\n"
 	    "\t -c cpu-list\t set cpus for subsequent system-wide PMCs\n"


More information about the svn-src-head mailing list