summaryrefslogtreecommitdiff
path: root/man/systemd-detect-virt.xml
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@inai.de>2015-11-02 10:36:56 +0100
committerDaniel Mack <daniel@zonque.org>2016-01-28 11:12:29 +0100
commit9c5baa43ae5cd22a16fd056e3c40815c90d008cd (patch)
treed9986d9d73fa94b0f3d85b75f024164bb47663ee /man/systemd-detect-virt.xml
parenta110e31bda43df40b5ea1be462eda15d48d53520 (diff)
downloadsystemd-9c5baa43ae5cd22a16fd056e3c40815c90d008cd.tar.gz
man: avoid double virtualization
"VM virtualization" <=> "virtual machine virtualization", and double virtualization is just incorrect in this context.
Diffstat (limited to 'man/systemd-detect-virt.xml')
-rw-r--r--man/systemd-detect-virt.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/man/systemd-detect-virt.xml b/man/systemd-detect-virt.xml
index 5d19322cdc..291dd42a62 100644
--- a/man/systemd-detect-virt.xml
+++ b/man/systemd-detect-virt.xml
@@ -59,7 +59,7 @@
<para><command>systemd-detect-virt</command> detects execution in
a virtualized environment. It identifies the virtualization
- technology and can distinguish full VM virtualization from
+ technology and can distinguish full machine virtualization from
container virtualization. <filename>systemd-detect-virt</filename>
exits with a return value of 0 (success) if a virtualization
technology is detected, and non-zero (error) otherwise. By default,
@@ -173,8 +173,8 @@
</table>
<para>If multiple virtualization solutions are used, only the
- "innermost" is detected and identified. That means if both VM
- virtualization and container virtualization are used in
+ "innermost" is detected and identified. That means if both
+ machine and container virtualization are used in
conjunction, only the latter will be identified (unless
<option>--vm</option> is passed).</para>
</refsect1>
@@ -197,8 +197,7 @@
<term><option>-v</option></term>
<term><option>--vm</option></term>
- <listitem><para>Only detects VM virtualization (i.e. full
- hardware virtualization).</para></listitem>
+ <listitem><para>Only detects hardware virtualization).</para></listitem>
</varlistentry>
<varlistentry>