diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-03-01 10:02:22 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-09-13 20:16:00 -0700 |
| commit | 837ddeb9695eed6f40a967bb9f33de3d506eaccc (patch) | |
| tree | a80f853d352186c903fe7ebd2e1a533e67fec91f | |
| parent | 36b04745db394ef3c056acba21c332c89cfd5d60 (diff) | |
| download | man-pages-837ddeb9695eed6f40a967bb9f33de3d506eaccc.tar.gz | |
pid_namespaces.7: wfix
Reported-by: Rob Landley <rob@landley.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man7/pid_namespaces.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/pid_namespaces.7 b/man7/pid_namespaces.7 index ad3de95915..97c4fd6f15 100644 --- a/man7/pid_namespaces.7 +++ b/man7/pid_namespaces.7 @@ -194,7 +194,7 @@ To put things another way: a process's PID namespace membership is determined when the process is created and cannot be changed thereafter. Among other things, this means that the parental relationship -between processes mirrors the parental between PID namespaces: +between processes mirrors the parental relationship between PID namespaces: the parent of a process is either in the same namespace or resides in the immediate parent PID namespace. |
