summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2021-08-31 03:03:00 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2021-08-31 03:06:52 +0200
commit77a4c2321588ddba30fde100dc2f8e27041c65a1 (patch)
tree2c4fd1e88230acb67f5637a7a473ceeab00f7fbb
parent8a5fc410a9e14860b9e332cded43b90507ba0591 (diff)
mount_namespaces.7: Update references to Documentation/filesystems/sharedsubtree.rst
Documentation/filesystems/sharedsubtree.txt has changed to Documentation/filesystems/sharedsubtree.rst. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man7/mount_namespaces.78
1 files changed, 4 insertions, 4 deletions
diff --git a/man7/mount_namespaces.7 b/man7/mount_namespaces.7
index 361d1ffe7..7725b341f 100644
--- a/man7/mount_namespaces.7
+++ b/man7/mount_namespaces.7
@@ -701,7 +701,7 @@ as for a bind operation on each mount in the subtree.
(Unbindable mounts are automatically pruned at the target mount point.)
.PP
For further details, see
-.I Documentation/filesystems/sharedsubtree.txt
+.I Documentation/filesystems/sharedsubtree.rst
in the kernel source tree.
.\"
.SS Move (MS_MOVE) semantics
@@ -743,7 +743,7 @@ dest(B) shared shared shared slave+shared invalid
Note: moving a mount that resides under a shared mount is invalid.
.PP
For further details, see
-.I Documentation/filesystems/sharedsubtree.txt
+.I Documentation/filesystems/sharedsubtree.rst
in the kernel source tree.
.\"
.SS Mount semantics
@@ -1039,7 +1039,7 @@ For a discussion of propagation types when moving mounts
and creating bind mounts
.RB ( MS_BIND ),
see
-.IR Documentation/filesystems/sharedsubtree.txt .
+.IR Documentation/filesystems/sharedsubtree.rst .
.\"
.\" ============================================================
.\"
@@ -1346,5 +1346,5 @@ See
.BR pivot_root (8),
.BR umount (8)
.PP
-.IR Documentation/filesystems/sharedsubtree.txt
+.IR Documentation/filesystems/sharedsubtree.rst
in the kernel source tree.