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