summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Kelling <ian@iankelling.org>2017-01-03 12:31:20 -0800
committerMartin Pitt <martin.pitt@ubuntu.com>2017-01-03 21:31:20 +0100
commit7141028d30b6c4ab3de45c9c8985e77cb3389ea5 (patch)
tree2bccb1de621d7dd4b0b410fe81e8aa0a0ca0e220
parentfcd574d4c10850f1b27146c0e9b07518ea7b9728 (diff)
downloadsystemd-7141028d30b6c4ab3de45c9c8985e77cb3389ea5.tar.gz
doc: correct "or" to "and" in MountFlags= description (#5010)
-rw-r--r--man/systemd.exec.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml
index e29ebf8659..920a580f70 100644
--- a/man/systemd.exec.xml
+++ b/man/systemd.exec.xml
@@ -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