]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
vmspawn,man: move the varlistentry for -D into a variablelist
authorSam Leonard <sam.leonard@codethink.co.uk>
Thu, 2 May 2024 16:32:49 +0000 (17:32 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Thu, 2 May 2024 17:31:42 +0000 (19:31 +0200)
This is so that systemd.directives picks up the -D argument as being
supported by vmspawn.

man/systemd-vmspawn.xml

index 8f196dd3525f720351c2c9918b0bc9bce94099ab..19dce8a517dff0ed354198d6e901bf80ed048019 100644 (file)
     <refsect2>
       <title>Image Options</title>
 
-      <varlistentry>
-        <term><option>-D</option></term>
-        <term><option>--directory=</option></term>
+      <variablelist>
+        <varlistentry>
+          <term><option>-D</option></term>
+          <term><option>--directory=</option></term>
 
-        <listitem><para>Directory to use as file system root for the virtual machine.</para>
+          <listitem><para>Directory to use as file system root for the virtual machine.</para>
 
-        <para>One of either <option>--directory=</option> or <option>--image=</option> must be specified.
-        If neither are specified <option>--directory=.</option> is assumed.</para>
+          <para>One of either <option>--directory=</option> or <option>--image=</option> must be specified.
+          If neither are specified <option>--directory=.</option> is assumed.</para>
 
-        <para>Note: If mounting a non-root owned directory you may require <option>--private-users=</option>
-        to map into the user's subuid namespace. An example of how to use <constant>/etc/subuid</constant>
-        for this is given later.</para>
+          <para>Note: If mounting a non-root owned directory you may require <option>--private-users=</option>
+          to map into the user's subuid namespace. An example of how to use <constant>/etc/subuid</constant>
+          for this is given later.</para>
 
-        <xi:include href="version-info.xml" xpointer="v256"/>
-        </listitem>
-      </varlistentry>
+          <xi:include href="version-info.xml" xpointer="v256"/>
+          </listitem>
+        </varlistentry>
 
-      <variablelist>
         <varlistentry>
           <term><option>-i</option></term>
           <term><option>--image=</option></term>