diff options
Diffstat (limited to 'man7/namespaces.7')
| -rw-r--r-- | man7/namespaces.7 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man7/namespaces.7 b/man7/namespaces.7 index ae80db832e..36ae73cd91 100644 --- a/man7/namespaces.7 +++ b/man7/namespaces.7 @@ -331,7 +331,9 @@ to this process rather than .BR init (1). If the "init" process of a PID namespace terminates, -the kernel terminates all of the processes in the namespace. +the kernel terminates all of the processes in the namespace via a +.BR SIGKILL +signal. This behavior reflects the fact that the "init" process is essential for the correct operation of a PID namespace. In this case, a subsequent |
