Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Nov 2020 15:44:59 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r367332 - head/usr.sbin/pmcstat
Message-ID:  <202011041544.0A4FixmW073961@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011041544.0A4FixmW073961>