From 021e1aee98238aed4d7320015e740553e5a0c6df Mon Sep 17 00:00:00 2001 From: kib Date: Thu, 17 Aug 2017 11:36:39 +0000 Subject: [PATCH] MFC r322493: Remove confusion in the line explaining syntax of the msr read. Specify words order in the display. Approved by: re (marius) git-svn-id: svn://svn.freebsd.org/base/stable/10@322617 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- usr.sbin/cpucontrol/cpucontrol.8 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.sbin/cpucontrol/cpucontrol.8 b/usr.sbin/cpucontrol/cpucontrol.8 index cb1a29e92..44fb26ef7 100644 --- a/usr.sbin/cpucontrol/cpucontrol.8 +++ b/usr.sbin/cpucontrol/cpucontrol.8 @@ -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 -- 2.42.0