diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-02-28 11:35:53 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-02-28 11:35:53 +0000 |
| commit | f946c580596a178b2be3234f968883946882b51d (patch) | |
| tree | 2264e51a4e33357dfaf39aeec80d4c8b15cfc588 /man2 | |
| parent | 28afd4f49ae85cff0c7795652f762662f9f21a9b (diff) | |
| download | man-pages-f946c580596a178b2be3234f968883946882b51d.tar.gz | |
wfix
Diffstat (limited to 'man2')
| -rw-r--r-- | man2/wait.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/wait.2 b/man2/wait.2 index 7576ecd88e..e425bc8bfd 100644 --- a/man2/wait.2 +++ b/man2/wait.2 @@ -76,7 +76,7 @@ A state change is considered to be: the child terminated; the child was stopped by a signal; or the child was resumed by a signal. In the case of a terminated child, performing a wait allows the system to release the resources associated with the child; -if a wait is not performed, then terminated the child remains in +if a wait is not performed, then the terminated child remains in a "zombie" state (see NOTES below). If a child has already changed state, then these calls return immediately. |
