From 837ddeb9695eed6f40a967bb9f33de3d506eaccc Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 1 Mar 2013 10:02:22 +0100 Subject: [PATCH] pid_namespaces.7: wfix Reported-by: Rob Landley Signed-off-by: Michael Kerrisk --- man7/pid_namespaces.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/pid_namespaces.7 b/man7/pid_namespaces.7 index ad3de9591..97c4fd6f1 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.