]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
mount_namespaces.7: ffix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 29 Jul 2019 19:39:53 +0000 (21:39 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 30 Jul 2019 06:25:37 +0000 (08:25 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man7/mount_namespaces.7

index a2e6a6bac1d6cdc56f0bf8c9cdcb429efe02fbae..9c6f732ddee6ce18457257ff5deecf4404e5fe09 100644 (file)
@@ -722,7 +722,11 @@ Slaving a nonshared mount has no effect on the mount.
 .SS Bind (MS_BIND) semantics
 Suppose that the following command is performed:
 .PP
-    mount \-\-bind A/a B/b
+.in +4n
+.EX
+mount \-\-bind A/a B/b
+.EE
+.in
 .PP
 Here,
 .I A
@@ -766,7 +770,11 @@ in the kernel source tree.
 .SS Move (MS_MOVE) semantics
 Suppose that the following command is performed:
 .PP
-    mount \-\-move A B/b
+.in +4n
+.EX
+mount \-\-move A B/b
+.EE
+.in
 .PP
 Here,
 .I A
@@ -804,7 +812,11 @@ in the kernel source tree.
 .SS Mount semantics
 Suppose that we use the following command to create a mount point:
 .PP
-    mount device B/b
+.in +4n
+.EX
+mount device B/b
+.EE
+.in
 .PP
 Here,
 .I B
@@ -821,7 +833,11 @@ is considered always to be private.
 .SS Unmount semantics
 Suppose that we use the following command to tear down a mount point:
 .PP
-    unmount A
+.in +4n
+.EX
+unmount A
+.EE
+.in
 .PP
 Here,
 .I A
@@ -1050,7 +1066,11 @@ That is,
 .BR unshare (1)
 performs the equivalent of the following in the new mount namespace:
 .PP
-    mount \-\-make\-rprivate /
+.in +4n
+.EX
+mount \-\-make\-rprivate /
+.EE
+.in
 .PP
 To prevent this, one can use the
 .IR "\-\-propagation\ unchanged"