diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-05-12 12:35:13 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-05-12 12:35:13 +0000 |
| commit | 7364dea652c977deab4b90b3d89c98ad81f77a1d (patch) | |
| tree | c07e7130531b9fcc04789a7c383e9a51b49e289d /man2/fork.2 | |
| parent | 8bc3375d27b808608ea12523663cd25d5110979c (diff) | |
| download | man-pages-7364dea652c977deab4b90b3d89c98ad81f77a1d.tar.gz | |
wfix
Diffstat (limited to 'man2/fork.2')
| -rw-r--r-- | man2/fork.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/fork.2 b/man2/fork.2 index 308e60e659..4c33d46e9d 100644 --- a/man2/fork.2 +++ b/man2/fork.2 @@ -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 |
