]> xenbits.xensource.com Git - xen.git/commitdiff
docs: replace xm with xl in xen-tscmode
authorOlaf Hering <olaf@aepfle.de>
Mon, 28 Aug 2017 09:47:20 +0000 (11:47 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 28 Aug 2017 09:47:20 +0000 (11:47 +0200)
Signed-off-by: Olaf Hering <olaf@aepfle.de>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
master commit: 763267e315a93e2b6d66a0afdcda96db939e09b6
master date: 2017-07-24 10:17:21 +0100

docs/misc/tscmode.txt

index 01ee06059816f3bdbc3ad566822b162a63c37a0c..8a6fedc83a6252b0db05b94f77717258ae0f8176 100644 (file)
@@ -69,10 +69,10 @@ be read.
 DETERMINING RDTSC FREQUENCY
 
 To determine the frequency of rdtsc instructions that are emulated,
-an "xm" command can be used by a privileged user of domain0.  The
+an "xl" command can be used by a privileged user of domain0.  The
 command:
 
-# xm debug-key s; xm dmesg | tail
+# xl debug-key s; xl dmesg | tail
 
 provides information about TSC usage in each domain where TSC
 emulation is currently enabled.