setns.2: srcfix: Added FIXMEs

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2011-09-09 02:43:49 +02:00
parent 63b6ef4127
commit 4e1e208d0f
1 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,7 @@
.\" Copyright (C) 2011, Eric Biederman <ebiederm@xmission.com>
.\" 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