svn commit: r322615 - stable/11/usr.sbin/cpucontrol
Konstantin Belousov
kib at FreeBSD.org
Thu Aug 17 10:48:57 UTC 2017
Author: kib
Date: Thu Aug 17 10:48:56 2017
New Revision: 322615
URL: https://svnweb.freebsd.org/changeset/base/322615
Log:
MFC r322493:
Remove confusion in the line explaining syntax of the msr read.
Specify words order in the display.
Modified:
stable/11/usr.sbin/cpucontrol/cpucontrol.8
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/usr.sbin/cpucontrol/cpucontrol.8
==============================================================================
--- stable/11/usr.sbin/cpucontrol/cpucontrol.8 Thu Aug 17 07:20:09 2017 (r322614)
+++ stable/11/usr.sbin/cpucontrol/cpucontrol.8 Thu Aug 17 10:48:56 2017 (r322615)
@@ -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
mailing list