diff options
author | Luca Boccassi <bluca@debian.org> | 2023-11-20 21:07:00 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-11-21 01:01:40 +0100 |
commit | b595fd62e483cfc2a88b92d26dc04835f8cb3bc5 (patch) | |
tree | e47fdbc5b81a4abbafaf8e958f40525a29676515 /man/systemd-vmspawn.xml | |
parent | Merge pull request #30108 from mrc0mmand/packit-testing-farm (diff) | |
download | systemd-b595fd62e483cfc2a88b92d26dc04835f8cb3bc5.tar.xz systemd-b595fd62e483cfc2a88b92d26dc04835f8cb3bc5.zip |
man: correct version tags in systemd-vmspawn
We ended up merging some changes earlier
Fixes https://github.com/systemd/systemd/issues/30091
Diffstat (limited to 'man/systemd-vmspawn.xml')
-rw-r--r-- | man/systemd-vmspawn.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/systemd-vmspawn.xml b/man/systemd-vmspawn.xml index 69193af931..fa55f8efd7 100644 --- a/man/systemd-vmspawn.xml +++ b/man/systemd-vmspawn.xml @@ -101,7 +101,7 @@ <para>Configure whether to use VSock networking.</para> <para>If the option is not specified VSock support will be detected automatically. If yes is specified VSocks are always used, and vice versa if no is set VSocks are never used.</para> - <xi:include href="version-info.xml" xpointer="v256"/> + <xi:include href="version-info.xml" xpointer="v255"/> </listitem> </varlistentry> @@ -113,7 +113,7 @@ <para>If the option is not specified or an empty argument is supplied the guest will be assigned a random CID.</para> <para>Valid CIDs are in the range <constant>3</constant> to <constant>4294967294</constant> (<constant>0xFFFF_FFFE</constant>). CIDs outside of this range are reserved.</para> - <xi:include href="version-info.xml" xpointer="v256"/> + <xi:include href="version-info.xml" xpointer="v255"/> </listitem> </varlistentry> @@ -150,7 +150,7 @@ (for example in tools like <citerefentry><refentrytitle>machinectl</refentrytitle><manvolnum>1</manvolnum></citerefentry> and similar).</para> - <xi:include href="version-info.xml" xpointer="v256"/> + <xi:include href="version-info.xml" xpointer="v255"/> </listitem> </varlistentry> </variablelist> |