mount_namespaces.7: Fix section ordering

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-08-08 05:23:25 +10:00
parent e664450b01
commit c307aecd09
1 changed files with 5 additions and 4 deletions

View File

@ -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),