This commit is contained in:
Michael Kerrisk 2007-04-30 08:55:57 +00:00
parent bab1c5df34
commit 7fd8a3c9db
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ The termination signal is reset to SIGCHLD
.PP
Note the following further points:
.IP * 4
All threads other than calling thread are destroyed during an
All threads other than the calling thread are destroyed during an
.BR execve ().
Mutexes, condition variables, and other pthreads objects are not preserved.
.IP * 4