Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Aug 2017 11:19:31 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r322493 - head/usr.sbin/cpucontrol
Message-ID:  <201708141119.v7EBJVLP019522@repo.freebsd.org>

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



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