Skip to content

Commit 7141028

Browse files
ian-kellingmartinpitt
authored andcommitted
doc: correct "or" to "and" in MountFlags= description (systemd#5010)
1 parent fcd574d commit 7141028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

man/systemd.exec.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,7 @@
11791179

11801180
<listitem><para>Takes a mount propagation flag: <option>shared</option>, <option>slave</option> or
11811181
<option>private</option>, which control whether mounts in the file system namespace set up for this unit's
1182-
processes will receive or propagate mounts or unmounts. See <citerefentry
1182+
processes will receive or propagate mounts and unmounts. See <citerefentry
11831183
project='man-pages'><refentrytitle>mount</refentrytitle><manvolnum>2</manvolnum></citerefentry> for
11841184
details. Defaults to <option>shared</option>. Use <option>shared</option> to ensure that mounts and unmounts
11851185
are propagated from the host to the container and vice versa. Use <option>slave</option> to run processes so

0 commit comments

Comments
 (0)