summaryrefslogtreecommitdiffstats
path: root/man2/setns.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/setns.2')
-rw-r--r--man2/setns.210
1 files changed, 5 insertions, 5 deletions
diff --git a/man2/setns.2 b/man2/setns.2
index 2cc7b4c93..6c5f67e0c 100644
--- a/man2/setns.2
+++ b/man2/setns.2
@@ -116,7 +116,7 @@ may refer to a PID file descriptor obtained from
or
.BR clone (3).
In this usage,
-.BR setns (2)
+.BR setns ()
atomically moves the calling thread into one or more of the same namespaces
as the thread referred to by
.IR fd .
@@ -397,9 +397,9 @@ main(int argc, char *argv[])
exit(EXIT_FAILURE);
}
- /* Get file descriptor for namespace; the file descriptor is opened with
- O_CLOEXEC so as to ensure that it is not inherited by the program that
- is later executed. */
+ /* Get file descriptor for namespace; the file descriptor is opened
+ with O_CLOEXEC so as to ensure that it is not inherited by the
+ program that is later executed. */
fd = open(argv[1], O_RDONLY | O_CLOEXEC);
if (fd == \-1)
@@ -421,7 +421,7 @@ main(int argc, char *argv[])
.BR namespaces (7),
.BR unix (7)
.SH COLOPHON
-This page is part of release 5.09 of the Linux
+This page is part of release 5.10 of the Linux
.I man-pages
project.
A description of the project,