aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-08-08 05:23:25 +1000
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-08-08 05:54:15 +1000
commitc307aecd09af8b881c36c300734b00bb339138a8 (patch)
tree782acb9db10b4ac8bc09a94e965df37b2770f3bb
parente664450b0184b228df71ba7e3028882c82d0f321 (diff)
downloadman-pages-c307aecd09af8b881c36c300734b00bb339138a8.tar.gz
mount_namespaces.7: Fix section ordering
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man7/mount_namespaces.79
1 files changed, 5 insertions, 4 deletions
diff --git a/man7/mount_namespaces.7 b/man7/mount_namespaces.7
index ebd4fa00d2..4d178d7dd5 100644
--- a/man7/mount_namespaces.7
+++ b/man7/mount_namespaces.7
@@ -923,6 +923,11 @@ mount point before the
.BR chroot (1)
was performed.
.\"
+.SH VERSIONS
+Mount namespaces first appeared in Linux 2.4.19.
+.SH CONFORMING TO
+Namespaces are a Linux-specific feature.
+.\"
.SH NOTES
The kernel default propagation type for mount points is
.BR MS_PRIVATE .
@@ -955,10 +960,6 @@ To prevent this, one can use the
.IR "\-\-propagation\ unchanged"
option to
.BR unshare (1).
-.SH VERSIONS
-Mount namespaces first appeared in Linux 2.4.19.
-.SH CONFORMING TO
-Namespaces are a Linux-specific feature.
.SH SEE ALSO
.BR unshare (1),
.BR clone (2),