]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: remove quotes around default values 29217/head
authorJoerg Behrmann <behrmann@physik.fu-berlin.de>
Tue, 19 Sep 2023 08:05:06 +0000 (10:05 +0200)
committerJoerg Behrmann <behrmann@physik.fu-berlin.de>
Tue, 19 Sep 2023 08:05:38 +0000 (10:05 +0200)
man/systemd-nspawn.xml
man/systemd.kill.xml

index 9c6354a5fa40bed99e2a275c2a00a9b8b0440b69..c7c66cd271a311576575b2e8c13c15d1430c18ca 100644 (file)
@@ -1485,11 +1485,11 @@ After=sys-subsystem-net-devices-ens1.device</programlisting>
         multiple times for creating multiple independent bind mount points.</para>
 
         <para>Mount options are comma-separated. <option>rbind</option> and <option>norbind</option> control whether
-        to create a recursive or a regular bind mount. Defaults to "rbind". <option>noidmap</option>,
+        to create a recursive or a regular bind mount. Defaults to <option>rbind</option>. <option>noidmap</option>,
         <option>idmap</option>, and <option>rootidmap</option> control ID mapping.</para>
 
         <para>Using <option>idmap</option> or <option>rootidmap</option> requires support by the source filesystem
-        for user/group ID mapped mounts. Defaults to "noidmap". With <option>x</option> being the container's UID range
+        for user/group ID mapped mounts. Defaults to <option>noidmap</option>. With <option>x</option> being the container's UID range
         offset, <option>y</option> being the length of the container's UID range, and <option>p</option> being the
         owner UID of the bind mount source inode on the host:
 
index c23c5db8a35eee78316c7dad671ae8efadf76212..e5441bb288cf1b99a55b469a3e08e860016adff5 100644 (file)
         after sending the signal configured with
         <varname>KillSignal=</varname>. This is useful to indicate to
         shells and shell-like programs that their connection has been
-        severed. Takes a boolean value. Defaults to "no".
+        severed. Takes a boolean value. Defaults to <literal>no</literal>.
         </para>
 
         <xi:include href="version-info.xml" xpointer="v207"/></listitem>
         <varname>KillMode=</varname> of <constant>control-group</constant>
         or <constant>mixed</constant> service will not restart if
         processes from prior services exist within the control group.
-        Takes a boolean value. Defaults to "yes".
+        Takes a boolean value. Defaults to <literal>yes</literal>.
         </para>
 
         <xi:include href="version-info.xml" xpointer="v187"/></listitem>