From b93a34b5a25ae7c73a8a9606902f0c8d04c78b3b Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 9 Sep 2011 04:04:42 +0200 Subject: [PATCH] setns.2: Minor improvements Signed-off-by: Michael Kerrisk --- man2/setns.2 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/man2/setns.2 b/man2/setns.2 index 126630060..ca29b0220 100644 --- a/man2/setns.2 +++ b/man2/setns.2 @@ -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)