svn commit: r322493 - head/usr.sbin/cpucontrol

Konstantin Belousov kib at FreeBSD.org
Mon Aug 14 11:19:33 UTC 2017


Author: kib
Date: Mon Aug 14 11:19:31 2017
New Revision: 322493
URL: https://svnweb.freebsd.org/changeset/base/322493

Log:
  Remove confusion in the line explaining syntax of the msr read.
  Specify words order in the display.
  
  Sponsored by:	The FreeBSD Foundation
  MFC after:	3 days

Modified:
  head/usr.sbin/cpucontrol/cpucontrol.8

Modified: head/usr.sbin/cpucontrol/cpucontrol.8
==============================================================================
--- head/usr.sbin/cpucontrol/cpucontrol.8	Mon Aug 14 11:06:09 2017	(r322492)
+++ head/usr.sbin/cpucontrol/cpucontrol.8	Mon Aug 14 11:19:31 2017	(r322493)
@@ -90,9 +90,10 @@ The following options are available:
 .It Fl d Ar datadir
 Where to look for microcode images.
 The option can be specified multiple times.
-.It Fl m Ar msr Ns Op = Ns Ar value
+.It Fl m Ar msr
 Show value of the specified MSR.
 MSR register number should be given as a hexadecimal number.
+The high word is printed first, then the low word is printed second.
 .It Fl m Ar msr Ns = Ns Ar value
 Store the
 .Ar value


More information about the svn-src-head mailing list