]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fix virtualization table
authorLennart Poettering <lennart@poettering.net>
Wed, 16 Feb 2022 09:14:59 +0000 (10:14 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 16 Feb 2022 12:15:14 +0000 (21:15 +0900)
The count of VM types got out of sync, let's fix that.

Follow-up for b6eca3731dd92b009b182f188936e1c2544574da which forgot to
increase the count by one.

man/systemd-detect-virt.xml

index 14bfd19b6220c82c1da8b7b9282f53726990d073..8ac4de4047e970cabdbc41932ace3b8c4dbc6085 100644 (file)
@@ -62,7 +62,7 @@
         </thead>
         <tbody>
           <row>
-            <entry valign="top" morerows="13">VM</entry>
+            <entry valign="top" morerows="14">VM</entry>
             <entry><varname>qemu</varname></entry>
             <entry>QEMU software virtualization, without KVM</entry>
           </row>