man: avoid double virtualization

"VM virtualization" <=> "virtual machine virtualization", and double
virtualization is just incorrect in this context.
This commit is contained in:
Jan Engelhardt 2015-11-02 10:36:56 +01:00 committed by Daniel Mack
parent a110e31bda
commit 9c5baa43ae
1 changed files with 4 additions and 5 deletions

View File

@ -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>