svn commit: r322617 - stable/10/usr.sbin/cpucontrol

Konstantin Belousov kib at FreeBSD.org
Thu Aug 17 11:36:40 UTC 2017


Author: kib
Date: Thu Aug 17 11:36:39 2017
New Revision: 322617
URL: https://svnweb.freebsd.org/changeset/base/322617

Log:
  MFC r322493:
  Remove confusion in the line explaining syntax of the msr read.
  Specify words order in the display.
  
  Approved by:	re (marius)

Modified:
  stable/10/usr.sbin/cpucontrol/cpucontrol.8
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.sbin/cpucontrol/cpucontrol.8
==============================================================================
--- stable/10/usr.sbin/cpucontrol/cpucontrol.8	Thu Aug 17 10:56:22 2017	(r322616)
+++ stable/10/usr.sbin/cpucontrol/cpucontrol.8	Thu Aug 17 11:36:39 2017	(r322617)
@@ -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-stable-10 mailing list