From cbc40b66c16c4ca23c09b88029930fb5c88a5dfe Mon Sep 17 00:00:00 2001 From: kib Date: Thu, 17 Aug 2017 10:48:56 +0000 Subject: MFC r322493: Remove confusion in the line explaining syntax of the msr read. Specify words order in the display. --- usr.sbin/cpucontrol/cpucontrol.8 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.sbin') diff --git a/usr.sbin/cpucontrol/cpucontrol.8 b/usr.sbin/cpucontrol/cpucontrol.8 index 91946d3..426b6e3 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 -- cgit v1.1