]> xenbits.xensource.com Git - people/dariof/xen.git/commitdiff
docs: replace xm with xl in xen-tscmode
authorOlaf Hering <olaf@aepfle.de>
Wed, 24 May 2017 09:12:24 +0000 (11:12 +0200)
committerWei Liu <wei.liu2@citrix.com>
Mon, 24 Jul 2017 09:17:21 +0000 (10:17 +0100)
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>
docs/man/xen-tscmode.pod.7

index 0f9345358d0a83e50e61108e534c7960247e74d6..062cd820f8ec3c8c51f618f239639c34d2124d4c 100644 (file)
@@ -104,10 +104,10 @@ be read.
 =head1 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.