diff options
author | Joerg Behrmann <behrmann@physik.fu-berlin.de> | 2023-09-19 10:05:06 +0200 |
---|---|---|
committer | Joerg Behrmann <behrmann@physik.fu-berlin.de> | 2023-09-19 10:05:38 +0200 |
commit | 477eac0a6251e1bdfc0d9e1ecd38a98565b3dce9 (patch) | |
tree | b398be05f8a35dfc38cef8866a03109b9c21ad51 /man/systemd-nspawn.xml | |
parent | treewide: fix typos (diff) | |
download | systemd-477eac0a6251e1bdfc0d9e1ecd38a98565b3dce9.tar.xz systemd-477eac0a6251e1bdfc0d9e1ecd38a98565b3dce9.zip |
man: remove quotes around default values
Diffstat (limited to 'man/systemd-nspawn.xml')
-rw-r--r-- | man/systemd-nspawn.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 9c6354a5fa..c7c66cd271 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -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: |