diff --git a/man7/mount_namespaces.7 b/man7/mount_namespaces.7 index ebd4fa00d..4d178d7dd 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),