doc: correct "or" to "and" in MountFlags= description (#5010)
authorIan Kelling <ian@iankelling.org>
Tue, 3 Jan 2017 20:31:20 +0000 (12:31 -0800)
committerMartin Pitt <martin.pitt@ubuntu.com>
Tue, 3 Jan 2017 20:31:20 +0000 (21:31 +0100)
man/systemd.exec.xml

index e29ebf8..920a580 100644 (file)
 
         <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