diff --git a/man7/user_namespaces.7 b/man7/user_namespaces.7 index afc3234df..d914c194f 100644 --- a/man7/user_namespaces.7 +++ b/man7/user_namespaces.7 @@ -550,9 +550,10 @@ in .BR unix (7)), they are translated into the corresponding values as per the receiving process's user and group ID mappings. - +.\" .SH CONFORMING TO Namespaces are a Linux-specific feature. +.\" .SH NOTES Over the years, there have been a lot of features that have been added to the Linux kernel that have been made available only to privileged users @@ -574,6 +575,7 @@ Linux 3.9 added user namespaces support for many of the remaining unsupported file systems: Plan 9 (9P), Andrew File System (AFS), Ceph, CIFS, CODA, NFS, and OCFS2. XFS support for user namespaces is not yet available. +.\" .SH EXAMPLE The program below is designed to allow experimenting with user namespaces, as well as other types of namespaces.