This commit is contained in:
Michael Kerrisk 2008-05-12 12:35:13 +00:00
parent 8bc3375d27
commit 7364dea652
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ NPTL threading implementation invokes
.BR clone (2)
with flags that provide the same effect as the traditional system call.
The glibc wrapper invokes any fork handlers that have been
have been established using
established using
.BR pthread_atfork (3).
.\" and does some magic to ensure that getpid(2) returns the right value.
.SH EXAMPLE