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
_______________________________________________
svn-src-stable-10@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"

Reply via email to