diff options
author | Jan Engelhardt <jengelh@inai.de> | 2013-09-12 21:12:49 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-09-12 22:09:57 +0200 |
commit | 79640424059328268b9fb6c5fa8eb777b27a177e (patch) | |
tree | e3579216d1afd438e667044869dcdf9c732ef18c /man/systemd-detect-virt.xml | |
parent | 982e44dbc3e70c97e83464a30354b80973d52b41 (diff) | |
download | systemd-79640424059328268b9fb6c5fa8eb777b27a177e.tar.gz |
man: wording and grammar updates
This is a recurring submission and includes corrections to various
issue spotted. I guess I can just skip over reporting ubiquitous
comma placement fixes…
Highligts in this particular commit:
- the "unsigned" type qualifier is completed to form a full type
"unsigned int"
- alphabetic -> lexicographic (that way we automatically define how
numbers get sorted)
Diffstat (limited to 'man/systemd-detect-virt.xml')
-rw-r--r-- | man/systemd-detect-virt.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/systemd-detect-virt.xml b/man/systemd-detect-virt.xml index f21493df64..69785ceffa 100644 --- a/man/systemd-detect-virt.xml +++ b/man/systemd-detect-virt.xml @@ -75,10 +75,10 @@ <varname>lxc-libvirt</varname>, <varname>systemd-nspawn</varname>.</para> - <para>If multiple virtualization solutions are used + <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 conjunction only the latter + virtualization are used in conjunction, only the latter will be identified (unless <option>--vm</option> is passed).</para> </refsect1> @@ -138,7 +138,7 @@ <refsect1> <title>Exit status</title> - <para>If a virtualization technology is detected 0 is + <para>If a virtualization technology is detected, 0 is returned, a non-zero code otherwise.</para> </refsect1> |