setns.2: Minor improvements

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

View File

@ -16,6 +16,7 @@ Given a file descriptor referring to a namespace,
reassociate the calling process with that namespace. reassociate the calling process with that namespace.
.\" FIXME describe "fd" argument. .\" FIXME describe "fd" argument.
.\" fds could come from UNIX domain sockets
The The
.I nstype .I nstype
argument specifies which type of namespace argument specifies which type of namespace
@ -54,10 +55,11 @@ is set to indicate the error.
is not a valid file descriptor. is not a valid file descriptor.
.TP .TP
.B EINVAL .B EINVAL
A file descriptor that does not match the specified nstype. A file descriptor that does not match the specified
.IR nstype .
.\" FIXME .\" FIXME
Attempting to change the mount namespace and the filesystem Attempted to change the mount namespace but the filesystem
is shared between multiple tasks. is shared between multiple tasks.
.TP .TP
.B ENOMEM .B ENOMEM
@ -92,4 +94,5 @@ in
.SH SEE ALSO .SH SEE ALSO
.BR clone (2), .BR clone (2),
.BR fork (2), .BR fork (2),
.BR vfork (2) .BR vfork (2),
.BR proc (5)