Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Aug 2017 11:36:39 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r322617 - stable/10/usr.sbin/cpucontrol
Message-ID:  <201708171136.v7HBadsQ090687@repo.freebsd.org>

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



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