From 4e1e208d0f655e9aa4e331ff2aa8db98a417196d Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 9 Sep 2011 02:43:49 +0200 Subject: [PATCH] setns.2: srcfix: Added FIXMEs Signed-off-by: Michael Kerrisk --- man2/setns.2 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/man2/setns.2 b/man2/setns.2 index 2ff44d51b..126630060 100644 --- a/man2/setns.2 +++ b/man2/setns.2 @@ -1,7 +1,7 @@ .\" Copyright (C) 2011, Eric Biederman .\" Licensed under the GPLv2 .\" -.TH SETNS 2 2011-05-28 "Linux" "Linux Programmer's Manual" +.TH SETNS 2 2011-09-08 "Linux" "Linux Programmer's Manual" .SH NAME setns \- reassociate parts of the process execution context .SH SYNOPSIS @@ -15,13 +15,14 @@ setns \- reassociate parts of the process execution context Given a file descriptor referring to a namespace, reassociate the calling process with that namespace. +.\" FIXME describe "fd" argument. The .I nstype argument specifies which type of namespace the calling process may be reassociated with. -This argument can -have one of the following values: +This argument can have one of the following values: .TP +.\" FIXME "allow"? .BR 0 Allow any namespace to be joined. .TP @@ -55,6 +56,7 @@ is not a valid file descriptor. .B EINVAL A file descriptor that does not match the specified nstype. +.\" FIXME Attempting to change the mount namespace and the filesystem is shared between multiple tasks. .TP