From: Olaf Hering Date: Wed, 24 May 2017 09:12:24 +0000 (+0200) Subject: docs: replace xm with xl in xen-tscmode X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~1792 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=763267e315a93e2b6d66a0afdcda96db939e09b6;p=xen.git docs: replace xm with xl in xen-tscmode Signed-off-by: Olaf Hering Acked-by: Ian Jackson Acked-by: Wei Liu --- diff --git a/docs/man/xen-tscmode.pod.7 b/docs/man/xen-tscmode.pod.7 index 0f9345358d..062cd820f8 100644 --- a/docs/man/xen-tscmode.pod.7 +++ b/docs/man/xen-tscmode.pod.7 @@ -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.