From 63f66893e5f00604ae335a25d54ee56fc96503f4 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 22 Mar 2013 07:19:59 +0100 Subject: [PATCH] user_namespaces.7: srcfix Signed-off-by: Michael Kerrisk --- man7/user_namespaces.7 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.