diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-11-19 14:23:47 -0500 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-11-25 20:54:07 -0500 |
| commit | 4df2eb09d1718c5979a640a398e49ce2041f67df (patch) | |
| tree | 9e162eef71e0888d8ab7dac8c7845f0852c6c5d3 /man7/path_resolution.7 | |
| parent | 667417b33c102e4b0e39d544fe131eabd54c6442 (diff) | |
| download | man-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 'man7/path_resolution.7')
| -rw-r--r-- | man7/path_resolution.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man7/path_resolution.7 b/man7/path_resolution.7 index a97535156b..77ced554e2 100644 --- a/man7/path_resolution.7 +++ b/man7/path_resolution.7 @@ -20,7 +20,7 @@ .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. .\" -.TH PATH_RESOLUTION 7 2004-06-21 "Linux" "Linux Programmer's Manual" +.TH PATH_RESOLUTION 7 2008011-19 "Linux" "Linux Programmer's Manual" .SH NAME Unix/Linux path resolution \- find the file referred to by a filename .SH DESCRIPTION @@ -38,7 +38,7 @@ A process may get a different root directory by use of the .BR chroot (2) system call. -A process may get an entirely private namespace in case +A process may get an entirely private mount-point namespace in case it \(em or one of its ancestors \(em was started by an invocation of the .BR clone (2) system call that had the |
