aboutsummaryrefslogtreecommitdiffstats
path: root/man2/unshare.2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-11-19 14:23:47 -0500
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-11-25 20:54:07 -0500
commit4df2eb09d1718c5979a640a398e49ce2041f67df (patch)
tree9e162eef71e0888d8ab7dac8c7845f0852c6c5d3 /man2/unshare.2
parent667417b33c102e4b0e39d544fe131eabd54c6442 (diff)
downloadman-pages-4df2eb09d1718c5979a640a398e49ce2041f67df.tar.gz
clone.2, mount.2, unshare.2, proc.5, path_resolution.7: Global fix: s/namespace/mount-point namespace/, as appropriate
In recent times, a number of other namespace flags have been added to clone(2). As such, it is no longer clear to use the generic term "namespace" to refer to the particular namespace controlled by CLONE_NEWNS; instead, use the term "mount-point namespace". Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2/unshare.2')
-rw-r--r--man2/unshare.27
1 files changed, 4 insertions, 3 deletions
diff --git a/man2/unshare.2 b/man2/unshare.2
index ed3bd5d90f..0895f01db4 100644
--- a/man2/unshare.2
+++ b/man2/unshare.2
@@ -18,7 +18,7 @@
.\" FIXME Document CLONE_NEWUTS, which is new in 2.6.19
.\" FIXME Document CLONE_SYSVSEM, which is new in 2.6.26
.\"
-.TH UNSHARE 2 2007-07-26 "Linux" "Linux Programmer's Manual"
+.TH UNSHARE 2 2008-11-19 "Linux" "Linux Programmer's Manual"
.SH NAME
unshare \- disassociate parts of the process execution context
.SH SYNOPSIS
@@ -34,7 +34,7 @@ unshare \- disassociate parts of the process execution context
.BR unshare ()
allows a process to disassociate parts of its execution
context that are currently being shared with other processes.
-Part of the execution context, such as the namespace, is shared
+Part of the execution context, such as the mount-point namespace, is shared
implicitly when a new process is created using
.BR fork (2)
or
@@ -87,7 +87,8 @@ effect as the
.BR clone (2)
.B CLONE_NEWNS
flag.
-Unshare the namespace, so that the calling process has a private copy of
+Unshare the mount-point namespace,
+so that the calling process has a private copy of
its namespace which is not shared with any other process.
Specifying this flag automatically implies
.B CLONE_FS