doc: correct "or" to "and" in MountFlags= description (#5010)

This commit is contained in:
Ian Kelling 2017-01-03 12:31:20 -08:00 committed by Martin Pitt
parent fcd574d4c1
commit 7141028d30

View File

@ -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