aboutsummaryrefslogtreecommitdiffstats
path: root/man7/user_namespaces.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/user_namespaces.7')
-rw-r--r--man7/user_namespaces.74
1 files changed, 3 insertions, 1 deletions
diff --git a/man7/user_namespaces.7 b/man7/user_namespaces.7
index afc3234df2..d914c194fe 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.