diff options
Diffstat (limited to 'man7/pid_namespaces.7')
| -rw-r--r-- | man7/pid_namespaces.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man7/pid_namespaces.7 b/man7/pid_namespaces.7 index 7618f2db8f..d762df2031 100644 --- a/man7/pid_namespaces.7 +++ b/man7/pid_namespaces.7 @@ -81,7 +81,7 @@ This behavior reflects the fact that the "init" process is essential for the correct operation of a PID namespace. In this case, a subsequent .BR fork (2) -into this PID namespace will fail with the error +into this PID namespace fail with the error .BR ENOMEM ; it is not possible to create a new processes in a PID namespace whose "init" process has terminated. @@ -97,7 +97,7 @@ if the first child subsequently created by a .BR fork (2) terminates, then subsequent calls to .BR fork (2) -will fail with +fail with .BR ENOMEM . .PP Only signals for which the "init" process has established a signal handler |
