diff options
| -rw-r--r-- | man2/setpgid.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/setpgid.2 b/man2/setpgid.2 index 73647b6363..8cf2be11f1 100644 --- a/man2/setpgid.2 +++ b/man2/setpgid.2 @@ -317,7 +317,7 @@ calls are used by programs such as .BR bash (1) to create process groups in order to implement shell job control. -If the exit of the process causes a process group to become orphaned, +If the termination of a process causes a process group to become orphaned, and if any member of the newly orphaned process group is stopped, then a .B SIGHUP signal followed by a |
