mirror of
https://github.com/systemd/systemd.git
synced 2024-11-24 10:43:35 +08:00
doc: correct "or" to "and" in MountFlags= description (#5010)
This commit is contained in:
parent
fcd574d4c1
commit
7141028d30
@ -1179,7 +1179,7 @@
|
||||
|
||||
<listitem><para>Takes a mount propagation flag: <option>shared</option>, <option>slave</option> or
|
||||
<option>private</option>, which control whether mounts in the file system namespace set up for this unit's
|
||||
processes will receive or propagate mounts or unmounts. See <citerefentry
|
||||
processes will receive or propagate mounts and unmounts. See <citerefentry
|
||||
project='man-pages'><refentrytitle>mount</refentrytitle><manvolnum>2</manvolnum></citerefentry> for
|
||||
details. Defaults to <option>shared</option>. Use <option>shared</option> to ensure that mounts and unmounts
|
||||
are propagated from the host to the container and vice versa. Use <option>slave</option> to run processes so
|
||||
|
Loading…
Reference in New Issue
Block a user